xdapp-book/projects/messenger/xdapp.config.json

25 lines
901 B
JSON
Raw Normal View History

2022-07-05 08:37:49 -07:00
{
"networks": {
"eth0": {
"type": "evm",
"wormholeChainId": 2,
"rpc": "http://localhost:8545",
"privateKey": "0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d",
"bridgeAddress": "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550",
"deployedAddress": "0x4339316e04cffb5961d1c41fef8e44bfa2a7fbd1",
"emittedVAAs": []
},
"eth1": {
"type": "evm",
"wormholeChainId": 4,
"rpc": "Http://localhost:8546",
"privateKey": "0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d",
"bridgeAddress": "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550",
"deployedAddress": "0x4339316e04cffb5961d1c41fef8e44bfa2a7fbd1",
"emittedVAAs": []
}
},
"wormhole": {
"restAddress": ""
}
}