Skip to content

Commit

Permalink
update to deployed controller address
Browse files Browse the repository at this point in the history
  • Loading branch information
binocarlos committed Nov 9, 2023
1 parent 755a7c3 commit a9f88f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/web3.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func GetDefaultWeb3Options() web3.Web3Options {
ChainID: GetDefaultServeOptionInt("WEB3_CHAIN_ID", 1337), //nolint:gomnd

// contract addresses
ControllerAddress: GetDefaultServeOptionString("WEB3_CONTROLLER_ADDRESS", "0x959922bE3CAee4b8Cd9a407cc3ac1C251C2007B1"),
ControllerAddress: GetDefaultServeOptionString("WEB3_CONTROLLER_ADDRESS", "0xCCAaFD2AdD790788436f10e2C84585C46388b9aF"),
PaymentsAddress: GetDefaultServeOptionString("WEB3_PAYMENTS_ADDRESS", ""),
StorageAddress: GetDefaultServeOptionString("WEB3_STORAGE_ADDRESS", ""),
UsersAddress: GetDefaultServeOptionString("WEB3_USERS_ADDRESS", ""),
Expand Down

0 comments on commit a9f88f7

Please sign in to comment.