Skip to content

Commit

Permalink
contract address change to main net
Browse files Browse the repository at this point in the history
  • Loading branch information
phpgoc committed Sep 1, 2021
1 parent a576aab commit 99762aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var (
ExternalBlockChainMap map[string]Chain
internalBlockChainMap = map[string]Chain{"1": {
"https://rpc-mainnet.maticvigil.com/",
"0x228E6a1DB05386E34F8dA246852DabB90A660E6C",
"0x1449f87500DCEdc6F7176cA9baC78543c2739C0a",
"0x567F5d1Bb4c095E7fD0AC939be1aeb1c661413a8",
"0x611A4593f4d4BA964E789a2E4681FA97364F73Cf",
}}
ExternalBlockChainKey = "externalBlockChain"
)
Expand Down

0 comments on commit 99762aa

Please sign in to comment.