last round of PR remediations (#2791)
Remediations for https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2746, in addition to https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/2780pull/3074/head
parent
5c8d483b37
commit
f73ee0b273
@ -1,48 +1,50 @@ |
|||||||
{ |
{ |
||||||
"chains": { |
"chains": { |
||||||
"sealeveltest1": { |
"sealeveltest1": { |
||||||
"name": "sealeveltest1", |
"name": "sealeveltest1", |
||||||
"chainId": 13375, |
"chainId": 13375, |
||||||
"domainId": 13375, |
"domainId": 13375, |
||||||
"mailbox": "692KZJaoe2KRcD6uhCQDLLXnLNA5ZLnfvdqjE4aX9iu1", |
"mailbox": "692KZJaoe2KRcD6uhCQDLLXnLNA5ZLnfvdqjE4aX9iu1", |
||||||
"interchainGasPaymaster": "DrFtxirPPsfdY4HQiNZj2A9o4Ux7JaL3gELANgAoihhp", |
"merkleTreeHook": "692KZJaoe2KRcD6uhCQDLLXnLNA5ZLnfvdqjE4aX9iu1", |
||||||
"validatorAnnounce": "DH43ae1LwemXAboWwSh8zc9pG8j72gKUEXNi57w8fEnn", |
"interchainGasPaymaster": "DrFtxirPPsfdY4HQiNZj2A9o4Ux7JaL3gELANgAoihhp", |
||||||
"protocol": "sealevel", |
"validatorAnnounce": "DH43ae1LwemXAboWwSh8zc9pG8j72gKUEXNi57w8fEnn", |
||||||
"blocks": { |
"protocol": "sealevel", |
||||||
"reorgPeriod": 0, |
"blocks": { |
||||||
"confirmations": 0 |
"reorgPeriod": 0, |
||||||
}, |
"confirmations": 0 |
||||||
"rpcUrls": [ |
}, |
||||||
{ |
"rpcUrls": [ |
||||||
"http": "http://localhost:8899" |
{ |
||||||
} |
"http": "http://localhost:8899" |
||||||
], |
|
||||||
"index": { |
|
||||||
"from": 1, |
|
||||||
"mode": "sequence" |
|
||||||
} |
|
||||||
}, |
|
||||||
"sealeveltest2": { |
|
||||||
"name": "sealeveltest2", |
|
||||||
"chainId": 13376, |
|
||||||
"domainId": 13376, |
|
||||||
"mailbox": "9tCUWNjpqcf3NUSrtp7vquYVCwbEByvLjZUrhG5dgvhj", |
|
||||||
"interchainGasPaymaster": "G5rGigZBL8NmxCaukK2CAKr9Jq4SUfAhsjzeri7GUraK", |
|
||||||
"validatorAnnounce": "3Uo5j2Bti9aZtrDqJmAyuwiFaJFPFoNL5yxTpVCNcUhb", |
|
||||||
"protocol": "sealevel", |
|
||||||
"blocks": { |
|
||||||
"reorgPeriod": 0, |
|
||||||
"confirmations": 0 |
|
||||||
}, |
|
||||||
"rpcUrls": [ |
|
||||||
{ |
|
||||||
"http": "http://localhost:8899" |
|
||||||
} |
|
||||||
], |
|
||||||
"index": { |
|
||||||
"from": 1, |
|
||||||
"mode": "sequence" |
|
||||||
} |
|
||||||
} |
} |
||||||
|
], |
||||||
|
"index": { |
||||||
|
"from": 1, |
||||||
|
"mode": "sequence" |
||||||
|
} |
||||||
|
}, |
||||||
|
"sealeveltest2": { |
||||||
|
"name": "sealeveltest2", |
||||||
|
"chainId": 13376, |
||||||
|
"domainId": 13376, |
||||||
|
"mailbox": "9tCUWNjpqcf3NUSrtp7vquYVCwbEByvLjZUrhG5dgvhj", |
||||||
|
"merkleTreeHook": "9tCUWNjpqcf3NUSrtp7vquYVCwbEByvLjZUrhG5dgvhj", |
||||||
|
"interchainGasPaymaster": "G5rGigZBL8NmxCaukK2CAKr9Jq4SUfAhsjzeri7GUraK", |
||||||
|
"validatorAnnounce": "3Uo5j2Bti9aZtrDqJmAyuwiFaJFPFoNL5yxTpVCNcUhb", |
||||||
|
"protocol": "sealevel", |
||||||
|
"blocks": { |
||||||
|
"reorgPeriod": 0, |
||||||
|
"confirmations": 0 |
||||||
|
}, |
||||||
|
"rpcUrls": [ |
||||||
|
{ |
||||||
|
"http": "http://localhost:8899" |
||||||
|
} |
||||||
|
], |
||||||
|
"index": { |
||||||
|
"from": 1, |
||||||
|
"mode": "sequence" |
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue