Remove auroratestnet from testnet environment (#404)
parent
3c312d732c
commit
d5bdd405c1
@ -1,114 +0,0 @@ |
||||
{ |
||||
"environment": "testnet", |
||||
"signers": {}, |
||||
"inboxes": { |
||||
"alfajores": { |
||||
"domain": "1000", |
||||
"name": "alfajores", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0xc76E477437065093D353b7d56c81ff54D167B0Ab", |
||||
"validatorManager": "0xa3AB7E6cE24E6293bD5320A53329Ef2f4DE73fCA" |
||||
} |
||||
}, |
||||
"kovan": { |
||||
"domain": "3000", |
||||
"name": "kovan", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0x6c13643B3927C57DB92c790E4E3E7Ee81e13f78C", |
||||
"validatorManager": "0x1b33611fCc073aB0737011d5512EF673Bff74962" |
||||
} |
||||
}, |
||||
"fuji": { |
||||
"domain": "43113", |
||||
"name": "fuji", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0x6c13643B3927C57DB92c790E4E3E7Ee81e13f78C", |
||||
"validatorManager": "0x1b33611fCc073aB0737011d5512EF673Bff74962" |
||||
} |
||||
}, |
||||
"mumbai": { |
||||
"domain": "80001", |
||||
"name": "mumbai", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0x07009DA2249c388aD0f416a235AfE90D784e1aAc", |
||||
"validatorManager": "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE" |
||||
} |
||||
}, |
||||
"bsctestnet": { |
||||
"domain": "1651715444", |
||||
"name": "bsctestnet", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0x5d56B8a669F50193b54319442c6EEE5edD662381", |
||||
"validatorManager": "0x527768930D889662Fe7ACF64294871e86e4C2381" |
||||
} |
||||
}, |
||||
"arbitrumrinkeby": { |
||||
"domain": "1634872690", |
||||
"name": "arbitrumrinkeby", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0x5d56B8a669F50193b54319442c6EEE5edD662381", |
||||
"validatorManager": "0x527768930D889662Fe7ACF64294871e86e4C2381" |
||||
} |
||||
}, |
||||
"optimismkovan": { |
||||
"domain": "1869622635", |
||||
"name": "optimismkovan", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
}, |
||||
"addresses": { |
||||
"inbox": "0x5d56B8a669F50193b54319442c6EEE5edD662381", |
||||
"validatorManager": "0x527768930D889662Fe7ACF64294871e86e4C2381" |
||||
} |
||||
} |
||||
}, |
||||
"outbox": { |
||||
"addresses": { |
||||
"outbox": "0x16B710b86CAd07E6F1C531861a16F5feC29dba37" |
||||
}, |
||||
"domain": "1635069300", |
||||
"name": "auroratestnet", |
||||
"rpcStyle": "ethereum", |
||||
"connection": { |
||||
"type": "http", |
||||
"url": "" |
||||
} |
||||
}, |
||||
"tracing": { |
||||
"level": "debug", |
||||
"fmt": "json" |
||||
}, |
||||
"db": "db_path" |
||||
} |
Loading…
Reference in new issue