Skip to content

Commit

Permalink
Merge pull request #43 from heliaxdev/bengt/ethbridge-params
Browse files Browse the repository at this point in the history
added contracts to genesis file
  • Loading branch information
bengtlofgren authored Jul 11, 2023
2 parents dba8f5d + a21e498 commit 61998aa
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion templates/devnet-0.19.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,25 @@ min_proposal_grace_epochs = 6

[ethereum_bridge_params]
min_confirmations = 1
eth_start_height = "0"
eth_start_height = "0"

# These can be specified only because hardhat deploys the contracts
# deterministically.
[ethereum_bridge_params.contracts]
native_erc20 = "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0"

[ethereum_bridge_params.contracts.bridge]
version = 1
address = "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9"

[ethereum_bridge_params.contracts.governance]
version = 1
address = "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9"

[ethereum_bridge_params.contracts.wnam]
version = 1
address = "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0"

[ethereum_bridge_params.contracts.proxy]
version = 1
address = "0x5FbDB2315678afecb367f032d93F642f64180aa3"

0 comments on commit 61998aa

Please sign in to comment.