Skip to content

Commit

Permalink
feat: add mainnet to enabled ethereum network ids (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 authored Jan 21, 2025
1 parent 24127a2 commit 641a68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mainnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"appEnvironment": "mainnet",
"coordinatorURL": "https://mainnet.dlc.link/attestor-1",
"enabledEthereumNetworkIDs": ["42161", "8453", "56", "43114"],
"enabledEthereumNetworkIDs": ["1", "42161", "8453", "56", "43114"],
"enabledRippleNetworkIDs": ["0"],
"bitcoinNetwork": "mainnet",
"bitcoinNetworkIndex": 0,
Expand Down

0 comments on commit 641a68f

Please sign in to comment.