@hyperlane-xyz/registry 22.0.0 → 23.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chainAddresses.d.ts +0 -52
- package/dist/chainAddresses.js +16 -68
- package/dist/chainMetadata.js +12 -8
- package/dist/chains/arbitrum/addresses.js +1 -1
- package/dist/chains/arbitrum/addresses.json +1 -1
- package/dist/chains/arbitrum/addresses.yaml +1 -1
- package/dist/chains/base/addresses.js +1 -1
- package/dist/chains/base/addresses.json +1 -1
- package/dist/chains/base/addresses.yaml +1 -1
- package/dist/chains/blast/addresses.js +1 -1
- package/dist/chains/blast/addresses.json +1 -1
- package/dist/chains/blast/addresses.yaml +1 -1
- package/dist/chains/bsc/addresses.js +1 -1
- package/dist/chains/bsc/addresses.json +1 -1
- package/dist/chains/bsc/addresses.yaml +1 -1
- package/dist/chains/bsquared/addresses.js +1 -1
- package/dist/chains/bsquared/addresses.json +1 -1
- package/dist/chains/bsquared/addresses.yaml +1 -1
- package/dist/chains/corn/index.d.ts +0 -1
- package/dist/chains/corn/index.js +0 -1
- package/dist/chains/corn/metadata.js +6 -4
- package/dist/chains/corn/metadata.json +6 -4
- package/dist/chains/corn/metadata.yaml +3 -3
- package/dist/chains/ethereum/addresses.js +1 -1
- package/dist/chains/ethereum/addresses.json +1 -1
- package/dist/chains/ethereum/addresses.yaml +1 -1
- package/dist/chains/glue/index.d.ts +0 -1
- package/dist/chains/glue/index.js +0 -1
- package/dist/chains/glue/metadata.js +6 -4
- package/dist/chains/glue/metadata.json +6 -4
- package/dist/chains/glue/metadata.yaml +3 -3
- package/dist/chains/hemi/addresses.js +1 -1
- package/dist/chains/hemi/addresses.json +1 -1
- package/dist/chains/hemi/addresses.yaml +1 -1
- package/dist/chains/linea/addresses.js +1 -1
- package/dist/chains/linea/addresses.json +1 -1
- package/dist/chains/linea/addresses.yaml +1 -1
- package/dist/chains/mantapacific/addresses.js +1 -1
- package/dist/chains/mantapacific/addresses.json +1 -1
- package/dist/chains/mantapacific/addresses.yaml +1 -1
- package/dist/chains/mantle/addresses.js +1 -1
- package/dist/chains/mantle/addresses.json +1 -1
- package/dist/chains/mantle/addresses.yaml +1 -1
- package/dist/chains/mitosis/addresses.js +1 -1
- package/dist/chains/mitosis/addresses.json +1 -1
- package/dist/chains/mitosis/addresses.yaml +1 -1
- package/dist/chains/mode/addresses.js +1 -1
- package/dist/chains/mode/addresses.json +1 -1
- package/dist/chains/mode/addresses.yaml +1 -1
- package/dist/chains/morph/addresses.js +1 -1
- package/dist/chains/morph/addresses.json +1 -1
- package/dist/chains/morph/addresses.yaml +1 -1
- package/dist/chains/optimism/addresses.js +1 -1
- package/dist/chains/optimism/addresses.json +1 -1
- package/dist/chains/optimism/addresses.yaml +1 -1
- package/dist/chains/plume/addresses.js +1 -1
- package/dist/chains/plume/addresses.json +1 -1
- package/dist/chains/plume/addresses.yaml +1 -1
- package/dist/chains/schema.json +2 -1
- package/dist/chains/scroll/addresses.js +1 -1
- package/dist/chains/scroll/addresses.json +1 -1
- package/dist/chains/scroll/addresses.yaml +1 -1
- package/dist/deployments/warp_routes/MITO/mitosis-config.d.ts +2 -0
- package/dist/deployments/warp_routes/MITO/mitosis-config.js +32 -0
- package/dist/deployments/warp_routes/MITO/mitosis-config.json +32 -0
- package/dist/deployments/warp_routes/MITO/mitosis-config.yaml +20 -0
- package/dist/deployments/warp_routes/USDT/matchain-config.js +2 -0
- package/dist/deployments/warp_routes/USDT/matchain-config.json +2 -0
- package/dist/deployments/warp_routes/USDT/matchain-config.yaml +2 -0
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -2
- package/dist/warpRouteConfigs.js +34 -0
- package/package.json +3 -3
- package/dist/chains/corn/addresses.d.ts +0 -26
- package/dist/chains/corn/addresses.js +0 -26
- package/dist/chains/corn/addresses.json +0 -26
- package/dist/chains/corn/addresses.yaml +0 -24
- package/dist/chains/glue/addresses.d.ts +0 -26
- package/dist/chains/glue/addresses.js +0 -26
- package/dist/chains/glue/addresses.json +0 -26
- package/dist/chains/glue/addresses.yaml +0 -24
package/dist/chainAddresses.d.ts
CHANGED
|
@@ -1119,32 +1119,6 @@ export declare const chainAddresses: {
|
|
|
1119
1119
|
timelockController: string;
|
|
1120
1120
|
validatorAnnounce: string;
|
|
1121
1121
|
};
|
|
1122
|
-
corn: {
|
|
1123
|
-
aggregationHook: string;
|
|
1124
|
-
domainRoutingIsm: string;
|
|
1125
|
-
domainRoutingIsmFactory: string;
|
|
1126
|
-
fallbackRoutingHook: string;
|
|
1127
|
-
interchainAccountRouter: string;
|
|
1128
|
-
interchainGasPaymaster: string;
|
|
1129
|
-
interchainSecurityModule: string;
|
|
1130
|
-
mailbox: string;
|
|
1131
|
-
merkleTreeHook: string;
|
|
1132
|
-
pausableHook: string;
|
|
1133
|
-
pausableIsm: string;
|
|
1134
|
-
protocolFee: string;
|
|
1135
|
-
proxyAdmin: string;
|
|
1136
|
-
staticAggregationHookFactory: string;
|
|
1137
|
-
staticAggregationIsm: string;
|
|
1138
|
-
staticAggregationIsmFactory: string;
|
|
1139
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
1140
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
1141
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
1142
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
1143
|
-
storageGasOracle: string;
|
|
1144
|
-
testRecipient: string;
|
|
1145
|
-
timelockController: string;
|
|
1146
|
-
validatorAnnounce: string;
|
|
1147
|
-
};
|
|
1148
1122
|
coti: {
|
|
1149
1123
|
aggregationHook: string;
|
|
1150
1124
|
domainRoutingIsm: string;
|
|
@@ -1820,32 +1794,6 @@ export declare const chainAddresses: {
|
|
|
1820
1794
|
timelockController: string;
|
|
1821
1795
|
validatorAnnounce: string;
|
|
1822
1796
|
};
|
|
1823
|
-
glue: {
|
|
1824
|
-
aggregationHook: string;
|
|
1825
|
-
domainRoutingIsm: string;
|
|
1826
|
-
domainRoutingIsmFactory: string;
|
|
1827
|
-
fallbackRoutingHook: string;
|
|
1828
|
-
interchainAccountRouter: string;
|
|
1829
|
-
interchainGasPaymaster: string;
|
|
1830
|
-
interchainSecurityModule: string;
|
|
1831
|
-
mailbox: string;
|
|
1832
|
-
merkleTreeHook: string;
|
|
1833
|
-
pausableHook: string;
|
|
1834
|
-
pausableIsm: string;
|
|
1835
|
-
protocolFee: string;
|
|
1836
|
-
proxyAdmin: string;
|
|
1837
|
-
staticAggregationHookFactory: string;
|
|
1838
|
-
staticAggregationIsm: string;
|
|
1839
|
-
staticAggregationIsmFactory: string;
|
|
1840
|
-
staticMerkleRootMultisigIsmFactory: string;
|
|
1841
|
-
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
1842
|
-
staticMessageIdMultisigIsmFactory: string;
|
|
1843
|
-
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
1844
|
-
storageGasOracle: string;
|
|
1845
|
-
testRecipient: string;
|
|
1846
|
-
timelockController: string;
|
|
1847
|
-
validatorAnnounce: string;
|
|
1848
|
-
};
|
|
1849
1797
|
gnosis: {
|
|
1850
1798
|
aggregationHook: string;
|
|
1851
1799
|
domainRoutingIsm: string;
|
package/dist/chainAddresses.js
CHANGED
|
@@ -201,7 +201,7 @@ export const chainAddresses = {
|
|
|
201
201
|
"fallbackRoutingHook": "0x9e8fFb1c26099e75Dd5D794030e2E9AA51471c25",
|
|
202
202
|
"interchainAccountRouter": "0xF90A3d406C6F8321fe118861A357F4D7107760D7",
|
|
203
203
|
"interchainGasPaymaster": "0x3b6044acd6767f017e99318AA6Ef93b7B06A5a22",
|
|
204
|
-
"interchainSecurityModule": "
|
|
204
|
+
"interchainSecurityModule": "0x8eF8828a50be93A685f4f76927896dC45f59E088",
|
|
205
205
|
"mailbox": "0x979Ca5202784112f4738403dBec5D0F3B9daabB9",
|
|
206
206
|
"merkleTreeHook": "0x748040afB89B8FdBb992799808215419d36A0930",
|
|
207
207
|
"pausableHook": "0xEf30f29Dcd3FCB1DCcDA9C7Cbf2A5957E8Ee9Cc3",
|
|
@@ -501,7 +501,7 @@ export const chainAddresses = {
|
|
|
501
501
|
"fallbackRoutingHook": "0x4Eb82Ee35b0a1c1d776E3a3B547f9A9bA6FCC9f2",
|
|
502
502
|
"interchainAccountRouter": "0x44647Cd983E80558793780f9a0c7C2aa9F384D07",
|
|
503
503
|
"interchainGasPaymaster": "0xc3F23848Ed2e04C0c6d41bd7804fa8f89F940B94",
|
|
504
|
-
"interchainSecurityModule": "
|
|
504
|
+
"interchainSecurityModule": "0x5a69875Cf04EB602bBDF69a8062589f54ea8180F",
|
|
505
505
|
"mailbox": "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D",
|
|
506
506
|
"merkleTreeHook": "0x19dc38aeae620380430C200a6E990D5Af5480117",
|
|
507
507
|
"pausableHook": "0x46fa3A5780e5B90Eaf34BDED554d5353B5ABE9E7",
|
|
@@ -654,7 +654,7 @@ export const chainAddresses = {
|
|
|
654
654
|
"fallbackRoutingHook": "0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa",
|
|
655
655
|
"interchainAccountRouter": "0x7d58D7F052792e54eeEe91B2467c2A17a163227e",
|
|
656
656
|
"interchainGasPaymaster": "0xB3fCcD379ad66CED0c91028520C64226611A48c9",
|
|
657
|
-
"interchainSecurityModule": "
|
|
657
|
+
"interchainSecurityModule": "0xa49bF02fE1358Bc18e9dA794e765B5a5a80738EE",
|
|
658
658
|
"mailbox": "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7",
|
|
659
659
|
"merkleTreeHook": "0xC9B8ea6230d6687a4b13fD3C0b8f0Ec607B26465",
|
|
660
660
|
"pausableHook": "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0",
|
|
@@ -799,7 +799,7 @@ export const chainAddresses = {
|
|
|
799
799
|
"fallbackRoutingHook": "0x237E81f87F57Badad9e09f13CC676D986cA852e7",
|
|
800
800
|
"interchainAccountRouter": "0xf453B589F0166b90e050691EAc281C01a8959897",
|
|
801
801
|
"interchainGasPaymaster": "0x78E25e7f84416e69b9339B0A6336EB6EFfF6b451",
|
|
802
|
-
"interchainSecurityModule": "
|
|
802
|
+
"interchainSecurityModule": "0xC4E38847296D40FDDB0aF3EAc475b64dCda5Dd7A",
|
|
803
803
|
"mailbox": "0x2971b9Aec44bE4eb673DF1B88cDB57b96eefe8a4",
|
|
804
804
|
"merkleTreeHook": "0xFDb9Cd5f9daAA2E4474019405A328a88E7484f26",
|
|
805
805
|
"pausableHook": "0x7DBdAd1b4A922B65d37d7258a4227b6658344b7f",
|
|
@@ -852,7 +852,7 @@ export const chainAddresses = {
|
|
|
852
852
|
"fallbackRoutingHook": "0x60bB6D060393D3C206719A7bD61844cC82891cfB",
|
|
853
853
|
"interchainAccountRouter": "0x9f4012ba9368FBb95F56c2Fc2D956df803D8779e",
|
|
854
854
|
"interchainGasPaymaster": "0x70EbA87Cd15616f32C736B3f3BdCfaeD0713a82B",
|
|
855
|
-
"interchainSecurityModule": "
|
|
855
|
+
"interchainSecurityModule": "0xbed1272aE3182F2DF70150A0062e1ee1B45BB432",
|
|
856
856
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
857
857
|
"merkleTreeHook": "0xbb0AE51BCa526cF313b6a95BfaB020794af6C394",
|
|
858
858
|
"pausableHook": "0x83475ca5bEB2Eaa59A2FF48a0544ebaa4a32c2de",
|
|
@@ -1119,32 +1119,6 @@ export const chainAddresses = {
|
|
|
1119
1119
|
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
1120
1120
|
"validatorAnnounce": "0xb4fc9B5fD57499Ef6FfF3995728a55F7A618ef86"
|
|
1121
1121
|
},
|
|
1122
|
-
"corn": {
|
|
1123
|
-
"aggregationHook": "0x2A3E42635E7acAc8Bb7851963Bc9d29B1dAAd409",
|
|
1124
|
-
"domainRoutingIsm": "0xBD70Ea9D599a0FC8158B026797177773C3445730",
|
|
1125
|
-
"domainRoutingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
|
|
1126
|
-
"fallbackRoutingHook": "0x2f0E57527Bb37E5E064EF243fad56CCE6241906c",
|
|
1127
|
-
"interchainAccountRouter": "0x902ca431309D6bD16ce570E0B1F0fe3EF2196222",
|
|
1128
|
-
"interchainGasPaymaster": "0xDf178647caB5e0222F4B53C57274FD2A03BEaed6",
|
|
1129
|
-
"interchainSecurityModule": "0x23f963Ee7e1883917C9166079c86839a19e1f5ee",
|
|
1130
|
-
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
1131
|
-
"merkleTreeHook": "0xDc1508844B99C606E16C2Ae87f33c373edD4B0F6",
|
|
1132
|
-
"pausableHook": "0xA8A311B69f688c1D9928259D872C31ca0d473642",
|
|
1133
|
-
"pausableIsm": "0xbed53B5C5BCE9433f25A2A702e6df13E22d84Ae9",
|
|
1134
|
-
"protocolFee": "0x5DdFCA27f9a308c1429A010C4daB291b5534a297",
|
|
1135
|
-
"proxyAdmin": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
1136
|
-
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
|
|
1137
|
-
"staticAggregationIsm": "0x95cE3183137f906753463933C5dfDe777D2E7fE2",
|
|
1138
|
-
"staticAggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
|
|
1139
|
-
"staticMerkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
1140
|
-
"staticMerkleRootWeightedMultisigIsmFactory": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
|
|
1141
|
-
"staticMessageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|
|
1142
|
-
"staticMessageIdWeightedMultisigIsmFactory": "0x4Ed7d626f1E96cD1C0401607Bf70D95243E3dEd1",
|
|
1143
|
-
"storageGasOracle": "0x1c6f404800bA49Ed581af734eA0d25c0c7d017B2",
|
|
1144
|
-
"testRecipient": "0x4Ee9dEBB3046139661b51E17bdfD54Fd63211de7",
|
|
1145
|
-
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
1146
|
-
"validatorAnnounce": "0x84444cE490233CFa76E3F1029bc166aa8c266907"
|
|
1147
|
-
},
|
|
1148
1122
|
"coti": {
|
|
1149
1123
|
"aggregationHook": "0x633C58cdA727D65EF37BCb60CBd0c0A40cB53E91",
|
|
1150
1124
|
"domainRoutingIsm": "0x93B21c39F9C4cFdD8779d01A5fdC7Fe881708Fcb",
|
|
@@ -1398,7 +1372,7 @@ export const chainAddresses = {
|
|
|
1398
1372
|
"fallbackRoutingHook": "0x571f1435613381208477ac5d6974310d88AC7cB7",
|
|
1399
1373
|
"interchainAccountRouter": "0xC00b94c115742f711a6F9EA90373c33e9B72A4A9",
|
|
1400
1374
|
"interchainGasPaymaster": "0x9e6B1022bE9BBF5aFd152483DAD9b88911bC8611",
|
|
1401
|
-
"interchainSecurityModule": "
|
|
1375
|
+
"interchainSecurityModule": "0x35d6a5C163310369EBb3d4917f58D6D86A77cA06",
|
|
1402
1376
|
"mailbox": "0xc005dc82818d67AF737725bD4bf75435d065D239",
|
|
1403
1377
|
"merkleTreeHook": "0x48e6c30B97748d1e2e03bf3e9FbE3890ca5f8CCA",
|
|
1404
1378
|
"pausableHook": "0x3A66Dc852e56d3748838b3C27CF381105b83705b",
|
|
@@ -1820,32 +1794,6 @@ export const chainAddresses = {
|
|
|
1820
1794
|
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
1821
1795
|
"validatorAnnounce": "0x7B8AA8f23Ab6B0757eC6FC71894211376D9335b0"
|
|
1822
1796
|
},
|
|
1823
|
-
"glue": {
|
|
1824
|
-
"aggregationHook": "0x3Fbdb776Fc7f60d53F0A3daA806354849A928618",
|
|
1825
|
-
"domainRoutingIsm": "0xBD70Ea9D599a0FC8158B026797177773C3445730",
|
|
1826
|
-
"domainRoutingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
|
|
1827
|
-
"fallbackRoutingHook": "0x46008F5971eFb16e6c354Ef993EA021B489bc055",
|
|
1828
|
-
"interchainAccountRouter": "0xF59C8c4448393a90750C074E8E33Dd687E0f7eDa",
|
|
1829
|
-
"interchainGasPaymaster": "0x8F23872dAb3B166cef411EeB6C391Ff6Ce419532",
|
|
1830
|
-
"interchainSecurityModule": "0x95499c936f16E27396FCd6451Ceb74545Bd52ddb",
|
|
1831
|
-
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
1832
|
-
"merkleTreeHook": "0xf0F937943Cd6D2a5D02b7f96C9Dd9e04AB633813",
|
|
1833
|
-
"pausableHook": "0xff72A726Ce261846f2dF6F32113e514b5Ddb0E37",
|
|
1834
|
-
"pausableIsm": "0xA9D06082F4AA449D95b49D85F27fdC0cFb491d4b",
|
|
1835
|
-
"protocolFee": "0xc31B1E6c8E706cF40842C3d728985Cd2f85413eD",
|
|
1836
|
-
"proxyAdmin": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
1837
|
-
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
|
|
1838
|
-
"staticAggregationIsm": "0xFEcD49346dfbbaAf2BD1F05f9f76e3A204c7C6A2",
|
|
1839
|
-
"staticAggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
|
|
1840
|
-
"staticMerkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
1841
|
-
"staticMerkleRootWeightedMultisigIsmFactory": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
|
|
1842
|
-
"staticMessageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|
|
1843
|
-
"staticMessageIdWeightedMultisigIsmFactory": "0x4Ed7d626f1E96cD1C0401607Bf70D95243E3dEd1",
|
|
1844
|
-
"storageGasOracle": "0xb89c6ED617f5F46175E41551350725A09110bbCE",
|
|
1845
|
-
"testRecipient": "0x7Ce3a48cd9FD80004d95b088760bD05bA86C1f7b",
|
|
1846
|
-
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
1847
|
-
"validatorAnnounce": "0xFa6fDABA1d0688675f05cE1B9DE17461247Bce9e"
|
|
1848
|
-
},
|
|
1849
1797
|
"gnosis": {
|
|
1850
1798
|
"aggregationHook": "0xdD1FA1C12496474c1dDC67a658Ba81437F818861",
|
|
1851
1799
|
"domainRoutingIsm": "0x83873DB8B4982091D0781B4eDF108DCb98075C39",
|
|
@@ -1986,7 +1934,7 @@ export const chainAddresses = {
|
|
|
1986
1934
|
"fallbackRoutingHook": "0x11b76D93a9D39Eb51F54eBf5566308640cDe882b",
|
|
1987
1935
|
"interchainAccountRouter": "0x1604d2D3DaFba7D302F86BD7e79B3931414E4625",
|
|
1988
1936
|
"interchainGasPaymaster": "0xc2466492C451E1AE49d8C874bB9f89293Aaad59b",
|
|
1989
|
-
"interchainSecurityModule": "
|
|
1937
|
+
"interchainSecurityModule": "0x61f0C410A1b44eA2904AB09c8814FBfA460a5E60",
|
|
1990
1938
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
1991
1939
|
"merkleTreeHook": "0x7B032cBB00AD7438E802A66D8b64761A06E5df22",
|
|
1992
1940
|
"pausableHook": "0x3881c3e945CBB89ae67c43E82f570baDF1c6EA94",
|
|
@@ -2382,7 +2330,7 @@ export const chainAddresses = {
|
|
|
2382
2330
|
"fallbackRoutingHook": "0x4E1c88DD261BEe2941e6c1814597e30F53330428",
|
|
2383
2331
|
"interchainAccountRouter": "0xBfC8DCEf3eFabC064f5afff4Ac875a82D2Dc9E55",
|
|
2384
2332
|
"interchainGasPaymaster": "0x8105a095368f1a184CceA86cCe21318B5Ee5BE28",
|
|
2385
|
-
"interchainSecurityModule": "
|
|
2333
|
+
"interchainSecurityModule": "0x4e0Ef70752599be848Bcc034716cfAd65548A230",
|
|
2386
2334
|
"mailbox": "0x02d16BC51af6BfD153d67CA61754cF912E82C4d9",
|
|
2387
2335
|
"merkleTreeHook": "0xC077A0Cc408173349b1c9870C667B40FE3C01dd7",
|
|
2388
2336
|
"pausableHook": "0x5060eCD5dFAD300A90592C04e504600A7cdcF70b",
|
|
@@ -2515,7 +2463,7 @@ export const chainAddresses = {
|
|
|
2515
2463
|
"fallbackRoutingHook": "0xD1E267d2d7876e97E217BfE61c34AB50FEF52807",
|
|
2516
2464
|
"interchainAccountRouter": "0x620ffeEB3359649dbE48278d3Cffd00CC36976EA",
|
|
2517
2465
|
"interchainGasPaymaster": "0x0D63128D887159d63De29497dfa45AFc7C699AE4",
|
|
2518
|
-
"interchainSecurityModule": "
|
|
2466
|
+
"interchainSecurityModule": "0xc70f0369e5994e9349f399EE2BDc5E243873bad1",
|
|
2519
2467
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
2520
2468
|
"merkleTreeHook": "0x149db7afD694722747035d5AEC7007ccb6F8f112",
|
|
2521
2469
|
"pausableHook": "0x7556a0E61d577D921Cba8Fca0d7D6299d36E607E",
|
|
@@ -2556,7 +2504,7 @@ export const chainAddresses = {
|
|
|
2556
2504
|
"fallbackRoutingHook": "0xdB670e1a1e312BF17425b08cE55Bdf2cD8F8eD54",
|
|
2557
2505
|
"interchainAccountRouter": "0x31e81982E98F5D321F839E82789b628AedB15751",
|
|
2558
2506
|
"interchainGasPaymaster": "0x8105a095368f1a184CceA86cCe21318B5Ee5BE28",
|
|
2559
|
-
"interchainSecurityModule": "
|
|
2507
|
+
"interchainSecurityModule": "0x35C8be181Fe6f9622b1045ba223D2DaA65E58B18",
|
|
2560
2508
|
"mailbox": "0x398633D19f4371e1DB5a8EFE90468eB70B1176AA",
|
|
2561
2509
|
"merkleTreeHook": "0x5332D1AC0A626D265298c14ff681c0A8D28dB86d",
|
|
2562
2510
|
"pausableHook": "0x9fA986ACB22953c504Fcf5985DFA476d481C3b1B",
|
|
@@ -2820,7 +2768,7 @@ export const chainAddresses = {
|
|
|
2820
2768
|
"fallbackRoutingHook": "0xEa2Bcee14eA30bbBe3018E5E7829F963230F71C3",
|
|
2821
2769
|
"interchainAccountRouter": "0x1A41a365A693b6A7aED1a46316097d290f569F22",
|
|
2822
2770
|
"interchainGasPaymaster": "0xf4035357EB3e3B48E498FA6e1207892f615A2c2f",
|
|
2823
|
-
"interchainSecurityModule": "
|
|
2771
|
+
"interchainSecurityModule": "0xDfEc4D583435076E5E46b3D97F35f257d2d7b73c",
|
|
2824
2772
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
2825
2773
|
"merkleTreeHook": "0x1e4dE25C3b07c8DF66D4c193693d8B5f3b431d51",
|
|
2826
2774
|
"pausableHook": "0x2D374F85AE2B80147CffEb34d294ce02d1afd4D8",
|
|
@@ -2863,7 +2811,7 @@ export const chainAddresses = {
|
|
|
2863
2811
|
"fallbackRoutingHook": "0x8F1E22d309baa69D398a03cc88E9b46037e988AA",
|
|
2864
2812
|
"interchainAccountRouter": "0x860ec58b115930EcbC53EDb8585C1B16AFFF3c50",
|
|
2865
2813
|
"interchainGasPaymaster": "0x931dFCc8c1141D6F532FD023bd87DAe0080c835d",
|
|
2866
|
-
"interchainSecurityModule": "
|
|
2814
|
+
"interchainSecurityModule": "0x3F58f7f232F24ebc2555A58Fe744c1a9f272D817",
|
|
2867
2815
|
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
2868
2816
|
"merkleTreeHook": "0xE2ee936bEa8e42671c400aC96dE198E06F2bA2A6",
|
|
2869
2817
|
"pausableHook": "0xA1ac41d8A663fd317cc3BD94C7de92dC4BA4a882",
|
|
@@ -3021,7 +2969,7 @@ export const chainAddresses = {
|
|
|
3021
2969
|
"fallbackRoutingHook": "0x886BB0f329781b98f98FDeb1ce7a8957F2d43B9F",
|
|
3022
2970
|
"interchainAccountRouter": "0x36E437699E3658396Bf6229ddDaE54884cf28779",
|
|
3023
2971
|
"interchainGasPaymaster": "0x145566181A18E23bB6a8A3eC6D87765542A7F754",
|
|
3024
|
-
"interchainSecurityModule": "
|
|
2972
|
+
"interchainSecurityModule": "0x5FffFEC9a5294e30BF463881AaeBf39135486Ba7",
|
|
3025
2973
|
"mailbox": "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7",
|
|
3026
2974
|
"merkleTreeHook": "0x6963480b05EB58f4d624B014ab92e9aD4d21df6D",
|
|
3027
2975
|
"pausableHook": "0xD0dca420feFda68537695A8D887080eeF4030AF7",
|
|
@@ -3262,7 +3210,7 @@ export const chainAddresses = {
|
|
|
3262
3210
|
"fallbackRoutingHook": "0xD4b132C6d4AA93A4247F1A91e1ED929c0572a43d",
|
|
3263
3211
|
"interchainAccountRouter": "0x3E343D07D024E657ECF1f8Ae8bb7a12f08652E75",
|
|
3264
3212
|
"interchainGasPaymaster": "0xD8A76C4D91fCbB7Cc8eA795DFDF870E48368995C",
|
|
3265
|
-
"interchainSecurityModule": "
|
|
3213
|
+
"interchainSecurityModule": "0xA15b704620c7b58785a47D5EcEbCc5D9c0C1C7D1",
|
|
3266
3214
|
"mailbox": "0xd4C1905BB1D26BC93DAC913e13CaCC278CdCC80D",
|
|
3267
3215
|
"merkleTreeHook": "0x68eE9bec9B4dbB61f69D9D293Ae26a5AACb2e28f",
|
|
3268
3216
|
"pausableHook": "0xf753CA2269c8A7693ce1808b5709Fbf36a65D47A",
|
|
@@ -3412,7 +3360,7 @@ export const chainAddresses = {
|
|
|
3412
3360
|
"fallbackRoutingHook": "0xB2b0A80b2fa3fC9aB1564A4FaF013d4D6084B325",
|
|
3413
3361
|
"interchainAccountRouter": "0xd9Cc2e652A162bb93173d1c44d46cd2c0bbDA59D",
|
|
3414
3362
|
"interchainGasPaymaster": "0xc261Bd2BD995d3D0026e918cBFD44b0Cc5416a57",
|
|
3415
|
-
"interchainSecurityModule": "
|
|
3363
|
+
"interchainSecurityModule": "0xF559AB185Efa084A59b2bf93C1f1AD64ed0c7B64",
|
|
3416
3364
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
3417
3365
|
"merkleTreeHook": "0x25C87e735021F72d8728438C2130b02E3141f2cb",
|
|
3418
3366
|
"pausableHook": "0x51545389E04c2Ac07d98A40b85d29B480a2AF6ce",
|
|
@@ -3814,7 +3762,7 @@ export const chainAddresses = {
|
|
|
3814
3762
|
"fallbackRoutingHook": "0xDa7cECb05C4aeB02c1aFDE277d4306a2da7Bd762",
|
|
3815
3763
|
"interchainAccountRouter": "0x7E4a3CdF715650A2EF407C86186ec8Fd2d1fb46c",
|
|
3816
3764
|
"interchainGasPaymaster": "0xBF12ef4B9f307463D3FB59c3604F294dDCe287E2",
|
|
3817
|
-
"interchainSecurityModule": "
|
|
3765
|
+
"interchainSecurityModule": "0x04f8aa3C337684dD0fad20db3d823B51a382aBDa",
|
|
3818
3766
|
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
3819
3767
|
"merkleTreeHook": "0x6119E37Bd66406A1Db74920aC79C15fB8411Ba76",
|
|
3820
3768
|
"pausableHook": "0x4Eb82Ee35b0a1c1d776E3a3B547f9A9bA6FCC9f2",
|
package/dist/chainMetadata.js
CHANGED
|
@@ -2328,6 +2328,12 @@ export const chainMetadata = {
|
|
|
2328
2328
|
"technicalStack": "other"
|
|
2329
2329
|
},
|
|
2330
2330
|
"corn": {
|
|
2331
|
+
"availability": {
|
|
2332
|
+
"reasons": [
|
|
2333
|
+
"unavailable"
|
|
2334
|
+
],
|
|
2335
|
+
"status": "disabled"
|
|
2336
|
+
},
|
|
2331
2337
|
"blockExplorers": [
|
|
2332
2338
|
{
|
|
2333
2339
|
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api",
|
|
@@ -2342,10 +2348,6 @@ export const chainMetadata = {
|
|
|
2342
2348
|
"reorgPeriod": 5
|
|
2343
2349
|
},
|
|
2344
2350
|
"chainId": 21000000,
|
|
2345
|
-
"deployer": {
|
|
2346
|
-
"name": "Abacus Works",
|
|
2347
|
-
"url": "https://www.hyperlane.xyz"
|
|
2348
|
-
},
|
|
2349
2351
|
"displayName": "Corn",
|
|
2350
2352
|
"domainId": 21000000,
|
|
2351
2353
|
"gasCurrencyCoinGeckoId": "bitcoin",
|
|
@@ -4367,6 +4369,12 @@ export const chainMetadata = {
|
|
|
4367
4369
|
"technicalStack": "arbitrumnitro"
|
|
4368
4370
|
},
|
|
4369
4371
|
"glue": {
|
|
4372
|
+
"availability": {
|
|
4373
|
+
"reasons": [
|
|
4374
|
+
"unavailable"
|
|
4375
|
+
],
|
|
4376
|
+
"status": "disabled"
|
|
4377
|
+
},
|
|
4370
4378
|
"blockExplorers": [
|
|
4371
4379
|
{
|
|
4372
4380
|
"apiUrl": "https://explorer.glue.net/api",
|
|
@@ -4381,10 +4389,6 @@ export const chainMetadata = {
|
|
|
4381
4389
|
"reorgPeriod": 5
|
|
4382
4390
|
},
|
|
4383
4391
|
"chainId": 1300,
|
|
4384
|
-
"deployer": {
|
|
4385
|
-
"name": "Abacus Works",
|
|
4386
|
-
"url": "https://www.hyperlane.xyz"
|
|
4387
|
-
},
|
|
4388
4392
|
"displayName": "Glue",
|
|
4389
4393
|
"domainId": 1300,
|
|
4390
4394
|
"gasCurrencyCoinGeckoId": "glue",
|
|
@@ -5,7 +5,7 @@ export const addresses = {
|
|
|
5
5
|
"fallbackRoutingHook": "0x9e8fFb1c26099e75Dd5D794030e2E9AA51471c25",
|
|
6
6
|
"interchainAccountRouter": "0xF90A3d406C6F8321fe118861A357F4D7107760D7",
|
|
7
7
|
"interchainGasPaymaster": "0x3b6044acd6767f017e99318AA6Ef93b7B06A5a22",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0x8eF8828a50be93A685f4f76927896dC45f59E088",
|
|
9
9
|
"mailbox": "0x979Ca5202784112f4738403dBec5D0F3B9daabB9",
|
|
10
10
|
"merkleTreeHook": "0x748040afB89B8FdBb992799808215419d36A0930",
|
|
11
11
|
"pausableHook": "0xEf30f29Dcd3FCB1DCcDA9C7Cbf2A5957E8Ee9Cc3",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"fallbackRoutingHook": "0x9e8fFb1c26099e75Dd5D794030e2E9AA51471c25",
|
|
6
6
|
"interchainAccountRouter": "0xF90A3d406C6F8321fe118861A357F4D7107760D7",
|
|
7
7
|
"interchainGasPaymaster": "0x3b6044acd6767f017e99318AA6Ef93b7B06A5a22",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0x8eF8828a50be93A685f4f76927896dC45f59E088",
|
|
9
9
|
"mailbox": "0x979Ca5202784112f4738403dBec5D0F3B9daabB9",
|
|
10
10
|
"merkleTreeHook": "0x748040afB89B8FdBb992799808215419d36A0930",
|
|
11
11
|
"pausableHook": "0xEf30f29Dcd3FCB1DCcDA9C7Cbf2A5957E8Ee9Cc3",
|
|
@@ -4,7 +4,7 @@ domainRoutingIsmFactory: "0xa2931C37957f3079d3B21b877d56E1db930e02a5"
|
|
|
4
4
|
fallbackRoutingHook: "0x9e8fFb1c26099e75Dd5D794030e2E9AA51471c25"
|
|
5
5
|
interchainAccountRouter: "0xF90A3d406C6F8321fe118861A357F4D7107760D7"
|
|
6
6
|
interchainGasPaymaster: "0x3b6044acd6767f017e99318AA6Ef93b7B06A5a22"
|
|
7
|
-
interchainSecurityModule: "
|
|
7
|
+
interchainSecurityModule: "0x8eF8828a50be93A685f4f76927896dC45f59E088"
|
|
8
8
|
mailbox: "0x979Ca5202784112f4738403dBec5D0F3B9daabB9"
|
|
9
9
|
merkleTreeHook: "0x748040afB89B8FdBb992799808215419d36A0930"
|
|
10
10
|
pausableHook: "0xEf30f29Dcd3FCB1DCcDA9C7Cbf2A5957E8Ee9Cc3"
|
|
@@ -9,7 +9,7 @@ export const addresses = {
|
|
|
9
9
|
"fallbackRoutingHook": "0x4Eb82Ee35b0a1c1d776E3a3B547f9A9bA6FCC9f2",
|
|
10
10
|
"interchainAccountRouter": "0x44647Cd983E80558793780f9a0c7C2aa9F384D07",
|
|
11
11
|
"interchainGasPaymaster": "0xc3F23848Ed2e04C0c6d41bd7804fa8f89F940B94",
|
|
12
|
-
"interchainSecurityModule": "
|
|
12
|
+
"interchainSecurityModule": "0x5a69875Cf04EB602bBDF69a8062589f54ea8180F",
|
|
13
13
|
"mailbox": "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D",
|
|
14
14
|
"merkleTreeHook": "0x19dc38aeae620380430C200a6E990D5Af5480117",
|
|
15
15
|
"pausableHook": "0x46fa3A5780e5B90Eaf34BDED554d5353B5ABE9E7",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"fallbackRoutingHook": "0x4Eb82Ee35b0a1c1d776E3a3B547f9A9bA6FCC9f2",
|
|
10
10
|
"interchainAccountRouter": "0x44647Cd983E80558793780f9a0c7C2aa9F384D07",
|
|
11
11
|
"interchainGasPaymaster": "0xc3F23848Ed2e04C0c6d41bd7804fa8f89F940B94",
|
|
12
|
-
"interchainSecurityModule": "
|
|
12
|
+
"interchainSecurityModule": "0x5a69875Cf04EB602bBDF69a8062589f54ea8180F",
|
|
13
13
|
"mailbox": "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D",
|
|
14
14
|
"merkleTreeHook": "0x19dc38aeae620380430C200a6E990D5Af5480117",
|
|
15
15
|
"pausableHook": "0x46fa3A5780e5B90Eaf34BDED554d5353B5ABE9E7",
|
|
@@ -8,7 +8,7 @@ domainRoutingIsmFactory: "0x7E27456a839BFF31CA642c060a2b68414Cb6e503"
|
|
|
8
8
|
fallbackRoutingHook: "0x4Eb82Ee35b0a1c1d776E3a3B547f9A9bA6FCC9f2"
|
|
9
9
|
interchainAccountRouter: "0x44647Cd983E80558793780f9a0c7C2aa9F384D07"
|
|
10
10
|
interchainGasPaymaster: "0xc3F23848Ed2e04C0c6d41bd7804fa8f89F940B94"
|
|
11
|
-
interchainSecurityModule: "
|
|
11
|
+
interchainSecurityModule: "0x5a69875Cf04EB602bBDF69a8062589f54ea8180F"
|
|
12
12
|
mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D"
|
|
13
13
|
merkleTreeHook: "0x19dc38aeae620380430C200a6E990D5Af5480117"
|
|
14
14
|
pausableHook: "0x46fa3A5780e5B90Eaf34BDED554d5353B5ABE9E7"
|
|
@@ -5,7 +5,7 @@ export const addresses = {
|
|
|
5
5
|
"fallbackRoutingHook": "0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa",
|
|
6
6
|
"interchainAccountRouter": "0x7d58D7F052792e54eeEe91B2467c2A17a163227e",
|
|
7
7
|
"interchainGasPaymaster": "0xB3fCcD379ad66CED0c91028520C64226611A48c9",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0xa49bF02fE1358Bc18e9dA794e765B5a5a80738EE",
|
|
9
9
|
"mailbox": "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7",
|
|
10
10
|
"merkleTreeHook": "0xC9B8ea6230d6687a4b13fD3C0b8f0Ec607B26465",
|
|
11
11
|
"pausableHook": "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"fallbackRoutingHook": "0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa",
|
|
6
6
|
"interchainAccountRouter": "0x7d58D7F052792e54eeEe91B2467c2A17a163227e",
|
|
7
7
|
"interchainGasPaymaster": "0xB3fCcD379ad66CED0c91028520C64226611A48c9",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0xa49bF02fE1358Bc18e9dA794e765B5a5a80738EE",
|
|
9
9
|
"mailbox": "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7",
|
|
10
10
|
"merkleTreeHook": "0xC9B8ea6230d6687a4b13fD3C0b8f0Ec607B26465",
|
|
11
11
|
"pausableHook": "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0",
|
|
@@ -4,7 +4,7 @@ domainRoutingIsmFactory: "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7"
|
|
|
4
4
|
fallbackRoutingHook: "0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa"
|
|
5
5
|
interchainAccountRouter: "0x7d58D7F052792e54eeEe91B2467c2A17a163227e"
|
|
6
6
|
interchainGasPaymaster: "0xB3fCcD379ad66CED0c91028520C64226611A48c9"
|
|
7
|
-
interchainSecurityModule: "
|
|
7
|
+
interchainSecurityModule: "0xa49bF02fE1358Bc18e9dA794e765B5a5a80738EE"
|
|
8
8
|
mailbox: "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7"
|
|
9
9
|
merkleTreeHook: "0xC9B8ea6230d6687a4b13fD3C0b8f0Ec607B26465"
|
|
10
10
|
pausableHook: "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0"
|
|
@@ -5,7 +5,7 @@ export const addresses = {
|
|
|
5
5
|
"fallbackRoutingHook": "0x237E81f87F57Badad9e09f13CC676D986cA852e7",
|
|
6
6
|
"interchainAccountRouter": "0xf453B589F0166b90e050691EAc281C01a8959897",
|
|
7
7
|
"interchainGasPaymaster": "0x78E25e7f84416e69b9339B0A6336EB6EFfF6b451",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0xC4E38847296D40FDDB0aF3EAc475b64dCda5Dd7A",
|
|
9
9
|
"mailbox": "0x2971b9Aec44bE4eb673DF1B88cDB57b96eefe8a4",
|
|
10
10
|
"merkleTreeHook": "0xFDb9Cd5f9daAA2E4474019405A328a88E7484f26",
|
|
11
11
|
"pausableHook": "0x7DBdAd1b4A922B65d37d7258a4227b6658344b7f",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"fallbackRoutingHook": "0x237E81f87F57Badad9e09f13CC676D986cA852e7",
|
|
6
6
|
"interchainAccountRouter": "0xf453B589F0166b90e050691EAc281C01a8959897",
|
|
7
7
|
"interchainGasPaymaster": "0x78E25e7f84416e69b9339B0A6336EB6EFfF6b451",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0xC4E38847296D40FDDB0aF3EAc475b64dCda5Dd7A",
|
|
9
9
|
"mailbox": "0x2971b9Aec44bE4eb673DF1B88cDB57b96eefe8a4",
|
|
10
10
|
"merkleTreeHook": "0xFDb9Cd5f9daAA2E4474019405A328a88E7484f26",
|
|
11
11
|
"pausableHook": "0x7DBdAd1b4A922B65d37d7258a4227b6658344b7f",
|
|
@@ -4,7 +4,7 @@ domainRoutingIsmFactory: "0xe6Af5720d34213C805C08e2470aea979e3F72F75"
|
|
|
4
4
|
fallbackRoutingHook: "0x237E81f87F57Badad9e09f13CC676D986cA852e7"
|
|
5
5
|
interchainAccountRouter: "0xf453B589F0166b90e050691EAc281C01a8959897"
|
|
6
6
|
interchainGasPaymaster: "0x78E25e7f84416e69b9339B0A6336EB6EFfF6b451"
|
|
7
|
-
interchainSecurityModule: "
|
|
7
|
+
interchainSecurityModule: "0xC4E38847296D40FDDB0aF3EAc475b64dCda5Dd7A"
|
|
8
8
|
mailbox: "0x2971b9Aec44bE4eb673DF1B88cDB57b96eefe8a4"
|
|
9
9
|
merkleTreeHook: "0xFDb9Cd5f9daAA2E4474019405A328a88E7484f26"
|
|
10
10
|
pausableHook: "0x7DBdAd1b4A922B65d37d7258a4227b6658344b7f"
|
|
@@ -5,7 +5,7 @@ export const addresses = {
|
|
|
5
5
|
"fallbackRoutingHook": "0x60bB6D060393D3C206719A7bD61844cC82891cfB",
|
|
6
6
|
"interchainAccountRouter": "0x9f4012ba9368FBb95F56c2Fc2D956df803D8779e",
|
|
7
7
|
"interchainGasPaymaster": "0x70EbA87Cd15616f32C736B3f3BdCfaeD0713a82B",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0xbed1272aE3182F2DF70150A0062e1ee1B45BB432",
|
|
9
9
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
10
10
|
"merkleTreeHook": "0xbb0AE51BCa526cF313b6a95BfaB020794af6C394",
|
|
11
11
|
"pausableHook": "0x83475ca5bEB2Eaa59A2FF48a0544ebaa4a32c2de",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"fallbackRoutingHook": "0x60bB6D060393D3C206719A7bD61844cC82891cfB",
|
|
6
6
|
"interchainAccountRouter": "0x9f4012ba9368FBb95F56c2Fc2D956df803D8779e",
|
|
7
7
|
"interchainGasPaymaster": "0x70EbA87Cd15616f32C736B3f3BdCfaeD0713a82B",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0xbed1272aE3182F2DF70150A0062e1ee1B45BB432",
|
|
9
9
|
"mailbox": "0x3a464f746D23Ab22155710f44dB16dcA53e0775E",
|
|
10
10
|
"merkleTreeHook": "0xbb0AE51BCa526cF313b6a95BfaB020794af6C394",
|
|
11
11
|
"pausableHook": "0x83475ca5bEB2Eaa59A2FF48a0544ebaa4a32c2de",
|
|
@@ -4,7 +4,7 @@ domainRoutingIsmFactory: "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908"
|
|
|
4
4
|
fallbackRoutingHook: "0x60bB6D060393D3C206719A7bD61844cC82891cfB"
|
|
5
5
|
interchainAccountRouter: "0x9f4012ba9368FBb95F56c2Fc2D956df803D8779e"
|
|
6
6
|
interchainGasPaymaster: "0x70EbA87Cd15616f32C736B3f3BdCfaeD0713a82B"
|
|
7
|
-
interchainSecurityModule: "
|
|
7
|
+
interchainSecurityModule: "0xbed1272aE3182F2DF70150A0062e1ee1B45BB432"
|
|
8
8
|
mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E"
|
|
9
9
|
merkleTreeHook: "0xbb0AE51BCa526cF313b6a95BfaB020794af6C394"
|
|
10
10
|
pausableHook: "0x83475ca5bEB2Eaa59A2FF48a0544ebaa4a32c2de"
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
|
+
"availability": {
|
|
3
|
+
"reasons": [
|
|
4
|
+
"unavailable"
|
|
5
|
+
],
|
|
6
|
+
"status": "disabled"
|
|
7
|
+
},
|
|
2
8
|
"blockExplorers": [
|
|
3
9
|
{
|
|
4
10
|
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api",
|
|
@@ -13,10 +19,6 @@ export const metadata = {
|
|
|
13
19
|
"reorgPeriod": 5
|
|
14
20
|
},
|
|
15
21
|
"chainId": 21000000,
|
|
16
|
-
"deployer": {
|
|
17
|
-
"name": "Abacus Works",
|
|
18
|
-
"url": "https://www.hyperlane.xyz"
|
|
19
|
-
},
|
|
20
22
|
"displayName": "Corn",
|
|
21
23
|
"domainId": 21000000,
|
|
22
24
|
"gasCurrencyCoinGeckoId": "bitcoin",
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
+
"availability": {
|
|
3
|
+
"reasons": [
|
|
4
|
+
"unavailable"
|
|
5
|
+
],
|
|
6
|
+
"status": "disabled"
|
|
7
|
+
},
|
|
2
8
|
"blockExplorers": [
|
|
3
9
|
{
|
|
4
10
|
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api",
|
|
@@ -13,10 +19,6 @@
|
|
|
13
19
|
"reorgPeriod": 5
|
|
14
20
|
},
|
|
15
21
|
"chainId": 21000000,
|
|
16
|
-
"deployer": {
|
|
17
|
-
"name": "Abacus Works",
|
|
18
|
-
"url": "https://www.hyperlane.xyz"
|
|
19
|
-
},
|
|
20
22
|
"displayName": "Corn",
|
|
21
23
|
"domainId": 21000000,
|
|
22
24
|
"gasCurrencyCoinGeckoId": "bitcoin",
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
availability:
|
|
3
|
+
reasons: [unavailable]
|
|
4
|
+
status: disabled
|
|
2
5
|
blockExplorers:
|
|
3
6
|
- apiUrl: https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api
|
|
4
7
|
family: routescan
|
|
@@ -9,9 +12,6 @@ blocks:
|
|
|
9
12
|
estimateBlockTime: 20
|
|
10
13
|
reorgPeriod: 5
|
|
11
14
|
chainId: 21000000
|
|
12
|
-
deployer:
|
|
13
|
-
name: Abacus Works
|
|
14
|
-
url: https://www.hyperlane.xyz
|
|
15
15
|
displayName: Corn
|
|
16
16
|
domainId: 21000000
|
|
17
17
|
gasCurrencyCoinGeckoId: bitcoin
|
|
@@ -5,7 +5,7 @@ export const addresses = {
|
|
|
5
5
|
"fallbackRoutingHook": "0x571f1435613381208477ac5d6974310d88AC7cB7",
|
|
6
6
|
"interchainAccountRouter": "0xC00b94c115742f711a6F9EA90373c33e9B72A4A9",
|
|
7
7
|
"interchainGasPaymaster": "0x9e6B1022bE9BBF5aFd152483DAD9b88911bC8611",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0x35d6a5C163310369EBb3d4917f58D6D86A77cA06",
|
|
9
9
|
"mailbox": "0xc005dc82818d67AF737725bD4bf75435d065D239",
|
|
10
10
|
"merkleTreeHook": "0x48e6c30B97748d1e2e03bf3e9FbE3890ca5f8CCA",
|
|
11
11
|
"pausableHook": "0x3A66Dc852e56d3748838b3C27CF381105b83705b",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"fallbackRoutingHook": "0x571f1435613381208477ac5d6974310d88AC7cB7",
|
|
6
6
|
"interchainAccountRouter": "0xC00b94c115742f711a6F9EA90373c33e9B72A4A9",
|
|
7
7
|
"interchainGasPaymaster": "0x9e6B1022bE9BBF5aFd152483DAD9b88911bC8611",
|
|
8
|
-
"interchainSecurityModule": "
|
|
8
|
+
"interchainSecurityModule": "0x35d6a5C163310369EBb3d4917f58D6D86A77cA06",
|
|
9
9
|
"mailbox": "0xc005dc82818d67AF737725bD4bf75435d065D239",
|
|
10
10
|
"merkleTreeHook": "0x48e6c30B97748d1e2e03bf3e9FbE3890ca5f8CCA",
|
|
11
11
|
"pausableHook": "0x3A66Dc852e56d3748838b3C27CF381105b83705b",
|
|
@@ -4,7 +4,7 @@ domainRoutingIsmFactory: "0x28fA9552F19039b450498B0d8e5DEAe0d0aAc559"
|
|
|
4
4
|
fallbackRoutingHook: "0x571f1435613381208477ac5d6974310d88AC7cB7"
|
|
5
5
|
interchainAccountRouter: "0xC00b94c115742f711a6F9EA90373c33e9B72A4A9"
|
|
6
6
|
interchainGasPaymaster: "0x9e6B1022bE9BBF5aFd152483DAD9b88911bC8611"
|
|
7
|
-
interchainSecurityModule: "
|
|
7
|
+
interchainSecurityModule: "0x35d6a5C163310369EBb3d4917f58D6D86A77cA06"
|
|
8
8
|
mailbox: "0xc005dc82818d67AF737725bD4bf75435d065D239"
|
|
9
9
|
merkleTreeHook: "0x48e6c30B97748d1e2e03bf3e9FbE3890ca5f8CCA"
|
|
10
10
|
pausableHook: "0x3A66Dc852e56d3748838b3C27CF381105b83705b"
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
|
+
"availability": {
|
|
3
|
+
"reasons": [
|
|
4
|
+
"unavailable"
|
|
5
|
+
],
|
|
6
|
+
"status": "disabled"
|
|
7
|
+
},
|
|
2
8
|
"blockExplorers": [
|
|
3
9
|
{
|
|
4
10
|
"apiUrl": "https://explorer.glue.net/api",
|
|
@@ -13,10 +19,6 @@ export const metadata = {
|
|
|
13
19
|
"reorgPeriod": 5
|
|
14
20
|
},
|
|
15
21
|
"chainId": 1300,
|
|
16
|
-
"deployer": {
|
|
17
|
-
"name": "Abacus Works",
|
|
18
|
-
"url": "https://www.hyperlane.xyz"
|
|
19
|
-
},
|
|
20
22
|
"displayName": "Glue",
|
|
21
23
|
"domainId": 1300,
|
|
22
24
|
"gasCurrencyCoinGeckoId": "glue",
|