mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
update versionOracle address for expanse
This commit is contained in:
parent
bd0ea23908
commit
b37c24cdcd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const (
|
|||
versionMinor = 4 // Minor version component of the current release
|
||||
versionPatch = 4 // Patch version component of the current release
|
||||
versionMeta = "stable" // Version metadata to append to the version string
|
||||
versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Expanse address of the Gexp release oracle
|
||||
versionOracle = "0x926d69cc3bbf81d52cba6886d788df007a15a3cd" // Expanse address of the Gexp release oracle
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue