Skip to content

Commit

Permalink
Add contract address
Browse files Browse the repository at this point in the history
Signed-off-by: avichalp <hi@avichalp.me>
  • Loading branch information
avichalp committed May 23, 2024
1 parent 9d43e36 commit 0c6dc66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/deployed/testnet/api/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
"Name": "Base Sepolia",
"ChainID": 84532,
"Registry": {
"EthEndpoint": "wss://base-sepolia.g.alchemy.com/v2/{VALIDATOR_ALCHEMY_BASE_SEPOLIA_API_KEY}",
"ContractAddress": "TODO"
"EthEndpoint": "wss://base-sepolia.g.alchemy.com/v2/${VALIDATOR_ALCHEMY_BASE_SEPOLIA_API_KEY}",
"ContractAddress": "0xA85aAE9f0Aec5F5638E5F13840797303Ab29c9f9"
},
"EventFeed": {
"ChainAPIBackoff": "15s",
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var Chains = map[ChainID]Chain{
Endpoint: testnetURL,
ID: ChainIDs.BaseSepolia,
Name: "Base Sepolia",
ContractAddr: common.HexToAddress("TODO"),
ContractAddr: common.HexToAddress("0xA85aAE9f0Aec5F5638E5F13840797303Ab29c9f9"),
},
ChainIDs.FilecoinCalibration: {
Endpoint: testnetURL,
Expand Down

0 comments on commit 0c6dc66

Please sign in to comment.