Skip to content

Commit

Permalink
temporary register my key as evm controll priveledged key
Browse files Browse the repository at this point in the history
  • Loading branch information
tak1827 committed Dec 2, 2024
1 parent 2e982e5 commit 38a78a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions contracts/oasys/deployments13.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var deployments13 = []*deployment{
params.OasysTestnetGenesisHash: &mapping{
keyFn: addressKeyFn,
values: map[string]interface{}{
"0xbe32b47A35C31d294B3c58d92ca83876DdC38776": "0x1",
"0x75fBB5Bd6FDf076Dcaf55243e9E3f3c76F8b5640": "0x1",
},
},
// For local development
Expand All @@ -57,7 +57,7 @@ var deployments13 = []*deployment{
params.OasysTestnetGenesisHash: &mapping{
keyFn: addressKeyFn,
values: map[string]interface{}{
"0xBb5a4FF43683a1281800A6Bc8a94365f055F444F": "0x1",
"0x75fBB5Bd6FDf076Dcaf55243e9E3f3c76F8b5640": "0x1",
},
},
// For local development
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 7 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "testnet1" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 7 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "private-testnet3" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 38a78a8

Please sign in to comment.