The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/config/test/fuji_config.json

62 lines
1.4 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"alfajores": {
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x68B1D87F95878fE05B998F19b66F4baba5De1aed",
"validatorManager": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE"
}
},
"kovan": {
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x95401dc811bb5740090279Ba06cfA8fcF6113778",
"validatorManager": "0xf5059a5D33d5853360D16C683c16e67980206f36"
}
},
"mumbai": {
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0xc351628EB244ec633d5f21fBD6621e1a683B1181",
"validatorManager": "0x7bc06c482DEAd17c0e297aFbC32f6e63d3846650"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x922D6956C99E12DFeB3224DEA977D0939758A1Fe"
},
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}