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/dev/alfajores_config.json

37 lines
802 B

{
"environment": "dev",
"signers": {},
"inboxes": {
"kovan": {
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x125379056774C4246d016b2C58c6fbb80ab8829b",
"validatorManager": "0x63C950170534907d40B77ecF61bd07980B51f2a4"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x71f37188d27788ea86E12557edbc9b07E5BDdf03",
"interchainGasPaymaster": "0x63BDfEF81688ddd5f135D8a8680f942205E030c2"
},
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}