From b37c24cdcdffc85651da436c2c2eebc2be54be2f Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Wed, 18 May 2016 13:27:22 -0400 Subject: [PATCH] update versionOracle address for expanse --- cmd/gexp/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gexp/main.go b/cmd/gexp/main.go index e87d1c5b90..241bda220b 100644 --- a/cmd/gexp/main.go +++ b/cmd/gexp/main.go @@ -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 (