Skip to content

Commit

Permalink
Merge pull request #11078 from vegaprotocol/feature/add-testnet-bridg…
Browse files Browse the repository at this point in the history
…e-mapping

chore: add testnet bridge mapping
  • Loading branch information
jeremyletang authored Apr 9, 2024
2 parents 2f72631 + 57b91b7 commit aacd2ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/netparams/bridge_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ package netparams

var stagnet1 = `{"network_id": "421614", "chain_id": "421614", "collateral_bridge_contract": { "address": "0x52d95d30fc8e4d8fe9cc7ce285d0c07c8e629719" }, "confirmations": 3, "multisig_control_contract": { "address": "0x764c51de728f09407f7f073f63fc0a8a6adf110e", "deployment_block_height": 27160717 }}}`

var testnet = `{"network_id": "421614", "chain_id": "421614", "collateral_bridge_contract": { "address": "0x204F34b7D14b7eca9f95D9D6322bbdc2e51eCAa7" }, "confirmations": 3, "multisig_control_contract": { "address": "0x0A3f3E72FCe9862c750B0682aA75bb7261b3eb15", "deployment_block_height": 31628794 }}}`

var bridgeMapping = map[string]string{
"vega-stagnet1-202307191148": stagnet1,
"vega-fairground-202305051805": "{}",
"vega-fairground-202305051805": testnet,
"vega-mainnet-mirror-202306231148": "{}",
"vega-testnet-0002-v4": "{}",
"vega-mainnet-0011": "{}",
Expand Down

0 comments on commit aacd2ec

Please sign in to comment.