Skip to content

Commit

Permalink
add view resolver contract
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Apr 18, 2024
1 parent 2160428 commit ea811d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/contracts/core.go
Expand Up @@ -47,6 +47,11 @@ func GetCoreContracts() map[string]map[string]string {
config.TestnetNetwork.Name: "0x294e44e1ec6993c6",
config.EmulatorNetwork.Name: "0xf8d6e0586b0a20c7",
},
"ViewResolver": {
config.MainnetNetwork.Name: "0xd8a7e05a7ac670c0",
config.TestnetNetwork.Name: "0x294e44e1ec6993c6",
config.EmulatorNetwork.Name: "0xf8d6e0586b0a20c7",
},
}
}

Expand Down

0 comments on commit ea811d2

Please sign in to comment.