@hyperlane-xyz/registry 4.8.1 → 4.9.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 +49 -0
- package/dist/chainAddresses.js +49 -0
- package/dist/chainMetadata.js +105 -0
- package/dist/chains/canto/addresses.d.ts +16 -0
- package/dist/chains/canto/addresses.js +16 -0
- package/dist/chains/canto/addresses.json +16 -0
- package/dist/chains/canto/addresses.yaml +14 -0
- package/dist/chains/canto/index.d.ts +2 -0
- package/dist/chains/canto/index.js +2 -0
- package/dist/chains/canto/logo.svg +49 -0
- package/dist/chains/canto/metadata.d.ts +2 -0
- package/dist/chains/canto/metadata.js +36 -0
- package/dist/chains/canto/metadata.json +36 -0
- package/dist/chains/canto/metadata.yaml +23 -0
- package/dist/chains/storytestnet/addresses.d.ts +16 -0
- package/dist/chains/storytestnet/addresses.js +16 -0
- package/dist/chains/storytestnet/addresses.json +16 -0
- package/dist/chains/storytestnet/addresses.yaml +14 -0
- package/dist/chains/storytestnet/index.d.ts +2 -0
- package/dist/chains/storytestnet/index.js +2 -0
- package/dist/chains/storytestnet/logo.svg +1 -0
- package/dist/chains/storytestnet/metadata.d.ts +2 -0
- package/dist/chains/storytestnet/metadata.js +39 -0
- package/dist/chains/storytestnet/metadata.json +39 -0
- package/dist/chains/storytestnet/metadata.yaml +25 -0
- package/dist/chains/zoratestnet/addresses.d.ts +17 -0
- package/dist/chains/zoratestnet/addresses.js +17 -0
- package/dist/chains/zoratestnet/addresses.json +17 -0
- package/dist/chains/zoratestnet/addresses.yaml +15 -0
- package/dist/chains/zoratestnet/index.d.ts +2 -0
- package/dist/chains/zoratestnet/index.js +2 -0
- package/dist/chains/zoratestnet/logo.svg +1 -0
- package/dist/chains/zoratestnet/metadata.d.ts +2 -0
- package/dist/chains/zoratestnet/metadata.js +30 -0
- package/dist/chains/zoratestnet/metadata.json +30 -0
- package/dist/chains/zoratestnet/metadata.yaml +21 -0
- package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumia-config.d.ts +2 -0
- package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumia-config.js +56 -0
- package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumia-config.json +56 -0
- package/dist/deployments/warp_routes/LUMIA/bsc-ethereum-lumia-config.yaml +33 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/warpRouteConfigs.js +56 -0
- package/package.json +1 -1
package/dist/chainAddresses.d.ts
CHANGED
|
@@ -516,6 +516,22 @@ export declare const chainAddresses: {
|
|
|
516
516
|
timelockController: string;
|
|
517
517
|
validatorAnnounce: string;
|
|
518
518
|
};
|
|
519
|
+
canto: {
|
|
520
|
+
domainRoutingIsmFactory: string;
|
|
521
|
+
interchainAccountIsm: string;
|
|
522
|
+
interchainAccountRouter: string;
|
|
523
|
+
mailbox: string;
|
|
524
|
+
merkleTreeHook: string;
|
|
525
|
+
proxyAdmin: string;
|
|
526
|
+
staticAggregationHookFactory: string;
|
|
527
|
+
staticAggregationIsmFactory: string;
|
|
528
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
529
|
+
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
530
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
531
|
+
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
532
|
+
testRecipient: string;
|
|
533
|
+
validatorAnnounce: string;
|
|
534
|
+
};
|
|
519
535
|
celo: {
|
|
520
536
|
aggregationHook: string;
|
|
521
537
|
domainRoutingIsm: string;
|
|
@@ -2446,6 +2462,22 @@ export declare const chainAddresses: {
|
|
|
2446
2462
|
timelockController: string;
|
|
2447
2463
|
validatorAnnounce: string;
|
|
2448
2464
|
};
|
|
2465
|
+
storytestnet: {
|
|
2466
|
+
domainRoutingIsmFactory: string;
|
|
2467
|
+
interchainAccountIsm: string;
|
|
2468
|
+
interchainAccountRouter: string;
|
|
2469
|
+
mailbox: string;
|
|
2470
|
+
merkleTreeHook: string;
|
|
2471
|
+
proxyAdmin: string;
|
|
2472
|
+
staticAggregationHookFactory: string;
|
|
2473
|
+
staticAggregationIsmFactory: string;
|
|
2474
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
2475
|
+
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
2476
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
2477
|
+
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
2478
|
+
testRecipient: string;
|
|
2479
|
+
validatorAnnounce: string;
|
|
2480
|
+
};
|
|
2449
2481
|
suavetoliman: {
|
|
2450
2482
|
aggregationHook: string;
|
|
2451
2483
|
domainRoutingIsm: string;
|
|
@@ -2857,4 +2889,21 @@ export declare const chainAddresses: {
|
|
|
2857
2889
|
timelockController: string;
|
|
2858
2890
|
validatorAnnounce: string;
|
|
2859
2891
|
};
|
|
2892
|
+
zoratestnet: {
|
|
2893
|
+
domainRoutingIsmFactory: string;
|
|
2894
|
+
interchainAccountIsm: string;
|
|
2895
|
+
interchainAccountRouter: string;
|
|
2896
|
+
interchainGasPaymaster: string;
|
|
2897
|
+
mailbox: string;
|
|
2898
|
+
merkleTreeHook: string;
|
|
2899
|
+
proxyAdmin: string;
|
|
2900
|
+
staticAggregationHookFactory: string;
|
|
2901
|
+
staticAggregationIsmFactory: string;
|
|
2902
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
2903
|
+
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
2904
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
2905
|
+
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
2906
|
+
testRecipient: string;
|
|
2907
|
+
validatorAnnounce: string;
|
|
2908
|
+
};
|
|
2860
2909
|
};
|
package/dist/chainAddresses.js
CHANGED
|
@@ -516,6 +516,22 @@ export const chainAddresses = {
|
|
|
516
516
|
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
517
517
|
"validatorAnnounce": "0xEa7e618Bee8927fBb2fA20Bc41eE8DEA51838aAD"
|
|
518
518
|
},
|
|
519
|
+
"canto": {
|
|
520
|
+
"domainRoutingIsmFactory": "0xA318540392ec7d0809B73B6D2065A50D7C62675B",
|
|
521
|
+
"interchainAccountIsm": "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86",
|
|
522
|
+
"interchainAccountRouter": "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c",
|
|
523
|
+
"mailbox": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
524
|
+
"merkleTreeHook": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
525
|
+
"proxyAdmin": "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e",
|
|
526
|
+
"staticAggregationHookFactory": "0xA495667379d0ce69cC2a666f0b56881513B5c0E1",
|
|
527
|
+
"staticAggregationIsmFactory": "0xd590bF89eA207fb4F66146648B7C7891C9c461F2",
|
|
528
|
+
"staticMerkleRootMultisigIsmFactory": "0xB870144D19C84961Ce0d70d71b5831a7d83ec941",
|
|
529
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x85adfc370734dd8CDA228B19fA79DC304aA67890",
|
|
530
|
+
"staticMessageIdMultisigIsmFactory": "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0",
|
|
531
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253",
|
|
532
|
+
"testRecipient": "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4",
|
|
533
|
+
"validatorAnnounce": "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
534
|
+
},
|
|
519
535
|
"celo": {
|
|
520
536
|
"aggregationHook": "0xc65890329066FB20c339Bc5C22f1756e9D3a4fF5",
|
|
521
537
|
"domainRoutingIsm": "0xf18E32428dad0802C5D6F723cB80A6Da889777c4",
|
|
@@ -2446,6 +2462,22 @@ export const chainAddresses = {
|
|
|
2446
2462
|
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
2447
2463
|
"validatorAnnounce": "0xD356C996277eFb7f75Ee8bd61b31cC781A12F54f"
|
|
2448
2464
|
},
|
|
2465
|
+
"storytestnet": {
|
|
2466
|
+
"domainRoutingIsmFactory": "0x26836487782606629dB73F71F477AceF7D54EFEb",
|
|
2467
|
+
"interchainAccountIsm": "0xB16E65E0a36a00f71C6938B67e212A8176EFa4CC",
|
|
2468
|
+
"interchainAccountRouter": "0xdc652EDe3dCF875D7B2a044e798e7792845e8b9F",
|
|
2469
|
+
"mailbox": "0x1941a0518E18Aa61E059965593E36760DfB74B1B",
|
|
2470
|
+
"merkleTreeHook": "0x5b272A80163A5D8B487063AcDdCBD36934A678b5",
|
|
2471
|
+
"proxyAdmin": "0xDDD810C216A52b68489126D5DE81224d45110C74",
|
|
2472
|
+
"staticAggregationHookFactory": "0xf6DE76a334f7bF5dEDDDFe9f220c30D786BbeA6F",
|
|
2473
|
+
"staticAggregationIsmFactory": "0x8E0a778FFd26e6d7140efffA2b977Bb840643A5f",
|
|
2474
|
+
"staticMerkleRootMultisigIsmFactory": "0x5fB7d6e2ac89Dc90760726975095Eb9A0F58B7BA",
|
|
2475
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x7c97668d6430d1F778FB8627a2bfe9710C5865BC",
|
|
2476
|
+
"staticMessageIdMultisigIsmFactory": "0xE77192771BD445aA9CEFe3b442a8560da218B5FE",
|
|
2477
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0x6E643b22D9Cf49b3eA64b1fFE7B43B56A90309bF",
|
|
2478
|
+
"testRecipient": "0xA374cBb150AC7fc7737aDf4555FB1Ed1944981b1",
|
|
2479
|
+
"validatorAnnounce": "0xB882e9BFA04aA7d7e64A0466B3275A3C62dcC162"
|
|
2480
|
+
},
|
|
2449
2481
|
"suavetoliman": {
|
|
2450
2482
|
"aggregationHook": "0xb97D172479E9EC2501524E02703B42247559A1bD",
|
|
2451
2483
|
"domainRoutingIsm": "0x2a2F4AAaf726abb4B969c2804D38e188555683b5",
|
|
@@ -2856,5 +2888,22 @@ export const chainAddresses = {
|
|
|
2856
2888
|
"testRecipient": "0x6119B76720CcfeB3D256EC1b91218EEfFD6756E1",
|
|
2857
2889
|
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
2858
2890
|
"validatorAnnounce": "0xFB9e40D811Cea562cc8a322b029eF2BDcC3ef6ed"
|
|
2891
|
+
},
|
|
2892
|
+
"zoratestnet": {
|
|
2893
|
+
"domainRoutingIsmFactory": "0xA318540392ec7d0809B73B6D2065A50D7C62675B",
|
|
2894
|
+
"interchainAccountIsm": "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86",
|
|
2895
|
+
"interchainAccountRouter": "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c",
|
|
2896
|
+
"interchainGasPaymaster": "0x0000000000000000000000000000000000000000",
|
|
2897
|
+
"mailbox": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
2898
|
+
"merkleTreeHook": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
2899
|
+
"proxyAdmin": "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e",
|
|
2900
|
+
"staticAggregationHookFactory": "0xA495667379d0ce69cC2a666f0b56881513B5c0E1",
|
|
2901
|
+
"staticAggregationIsmFactory": "0xd590bF89eA207fb4F66146648B7C7891C9c461F2",
|
|
2902
|
+
"staticMerkleRootMultisigIsmFactory": "0xB870144D19C84961Ce0d70d71b5831a7d83ec941",
|
|
2903
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x85adfc370734dd8CDA228B19fA79DC304aA67890",
|
|
2904
|
+
"staticMessageIdMultisigIsmFactory": "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0",
|
|
2905
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253",
|
|
2906
|
+
"testRecipient": "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4",
|
|
2907
|
+
"validatorAnnounce": "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
2859
2908
|
}
|
|
2860
2909
|
};
|
package/dist/chainMetadata.js
CHANGED
|
@@ -870,6 +870,42 @@ export const chainMetadata = {
|
|
|
870
870
|
}
|
|
871
871
|
]
|
|
872
872
|
},
|
|
873
|
+
"canto": {
|
|
874
|
+
"blockExplorers": [
|
|
875
|
+
{
|
|
876
|
+
"apiUrl": "https://explorer.plexnode.wtf/api",
|
|
877
|
+
"family": "blockscout",
|
|
878
|
+
"name": "Canto Explorer",
|
|
879
|
+
"url": "https://explorer.plexnode.wtf/"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"chainId": 7700,
|
|
883
|
+
"deployer": {
|
|
884
|
+
"name": "guy93354",
|
|
885
|
+
"url": "https://github.com/guy93354"
|
|
886
|
+
},
|
|
887
|
+
"displayName": "Canto",
|
|
888
|
+
"domainId": 7700,
|
|
889
|
+
"isTestnet": false,
|
|
890
|
+
"name": "canto",
|
|
891
|
+
"nativeToken": {
|
|
892
|
+
"decimals": 18,
|
|
893
|
+
"name": "Canto",
|
|
894
|
+
"symbol": "CANTO"
|
|
895
|
+
},
|
|
896
|
+
"protocol": "ethereum",
|
|
897
|
+
"rpcUrls": [
|
|
898
|
+
{
|
|
899
|
+
"http": "https://canto-rpc.ansybl.io"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"http": "https://mainnode.plexnode.org:8545"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"http": "https://canto.slingshot.finance"
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
},
|
|
873
909
|
"carbon": {
|
|
874
910
|
"blockExplorers": [
|
|
875
911
|
{
|
|
@@ -4956,6 +4992,45 @@ export const chainMetadata = {
|
|
|
4956
4992
|
}
|
|
4957
4993
|
]
|
|
4958
4994
|
},
|
|
4995
|
+
"storytestnet": {
|
|
4996
|
+
"blockExplorers": [
|
|
4997
|
+
{
|
|
4998
|
+
"apiUrl": "https://testnet.storyscan.xyz/api",
|
|
4999
|
+
"family": "blockscout",
|
|
5000
|
+
"name": "storyexplorer",
|
|
5001
|
+
"url": "https://testnet.storyscan.xyz"
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"chainId": 1513,
|
|
5005
|
+
"deployer": {
|
|
5006
|
+
"name": "atuser14",
|
|
5007
|
+
"url": "https://github.com/atuser14"
|
|
5008
|
+
},
|
|
5009
|
+
"displayName": "Story Testnet",
|
|
5010
|
+
"domainId": 1513,
|
|
5011
|
+
"isTestnet": true,
|
|
5012
|
+
"name": "storytestnet",
|
|
5013
|
+
"nativeToken": {
|
|
5014
|
+
"decimals": 18,
|
|
5015
|
+
"name": "IP",
|
|
5016
|
+
"symbol": "IP"
|
|
5017
|
+
},
|
|
5018
|
+
"protocol": "ethereum",
|
|
5019
|
+
"rpcUrls": [
|
|
5020
|
+
{
|
|
5021
|
+
"http": "https://story-testnet-evm.itrocket.net"
|
|
5022
|
+
},
|
|
5023
|
+
{
|
|
5024
|
+
"http": "https://story-rpc.oneiricts.com:8445"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"http": "https://testnet.storyrpc.io"
|
|
5028
|
+
}
|
|
5029
|
+
],
|
|
5030
|
+
"transactionOverrides": {
|
|
5031
|
+
"gasPrice": 16000000000
|
|
5032
|
+
}
|
|
5033
|
+
},
|
|
4959
5034
|
"stride": {
|
|
4960
5035
|
"bech32Prefix": "stride",
|
|
4961
5036
|
"blockExplorers": [
|
|
@@ -5720,5 +5795,35 @@ export const chainMetadata = {
|
|
|
5720
5795
|
}
|
|
5721
5796
|
],
|
|
5722
5797
|
"technicalStack": "opstack"
|
|
5798
|
+
},
|
|
5799
|
+
"zoratestnet": {
|
|
5800
|
+
"blockExplorers": [
|
|
5801
|
+
{
|
|
5802
|
+
"apiUrl": "https://sepolia.explorer.zora.energy/api",
|
|
5803
|
+
"family": "blockscout",
|
|
5804
|
+
"name": "Zora Testnet Explorer",
|
|
5805
|
+
"url": "https://sepolia.explorer.zora.energy/"
|
|
5806
|
+
}
|
|
5807
|
+
],
|
|
5808
|
+
"chainId": 999999999,
|
|
5809
|
+
"deployer": {
|
|
5810
|
+
"name": "guy93354",
|
|
5811
|
+
"url": "https://github.com/guy93354"
|
|
5812
|
+
},
|
|
5813
|
+
"displayName": "Zora Testnet",
|
|
5814
|
+
"domainId": 999999999,
|
|
5815
|
+
"isTestnet": true,
|
|
5816
|
+
"name": "zoratestnet",
|
|
5817
|
+
"nativeToken": {
|
|
5818
|
+
"decimals": 18,
|
|
5819
|
+
"name": "Ether",
|
|
5820
|
+
"symbol": "ETH"
|
|
5821
|
+
},
|
|
5822
|
+
"protocol": "ethereum",
|
|
5823
|
+
"rpcUrls": [
|
|
5824
|
+
{
|
|
5825
|
+
"http": "https://sepolia.rpc.zora.energy"
|
|
5826
|
+
}
|
|
5827
|
+
]
|
|
5723
5828
|
}
|
|
5724
5829
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const addresses: {
|
|
2
|
+
domainRoutingIsmFactory: string;
|
|
3
|
+
interchainAccountIsm: string;
|
|
4
|
+
interchainAccountRouter: string;
|
|
5
|
+
mailbox: string;
|
|
6
|
+
merkleTreeHook: string;
|
|
7
|
+
proxyAdmin: string;
|
|
8
|
+
staticAggregationHookFactory: string;
|
|
9
|
+
staticAggregationIsmFactory: string;
|
|
10
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
11
|
+
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
12
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
13
|
+
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
14
|
+
testRecipient: string;
|
|
15
|
+
validatorAnnounce: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const addresses = {
|
|
2
|
+
"domainRoutingIsmFactory": "0xA318540392ec7d0809B73B6D2065A50D7C62675B",
|
|
3
|
+
"interchainAccountIsm": "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86",
|
|
4
|
+
"interchainAccountRouter": "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c",
|
|
5
|
+
"mailbox": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
6
|
+
"merkleTreeHook": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
7
|
+
"proxyAdmin": "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e",
|
|
8
|
+
"staticAggregationHookFactory": "0xA495667379d0ce69cC2a666f0b56881513B5c0E1",
|
|
9
|
+
"staticAggregationIsmFactory": "0xd590bF89eA207fb4F66146648B7C7891C9c461F2",
|
|
10
|
+
"staticMerkleRootMultisigIsmFactory": "0xB870144D19C84961Ce0d70d71b5831a7d83ec941",
|
|
11
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x85adfc370734dd8CDA228B19fA79DC304aA67890",
|
|
12
|
+
"staticMessageIdMultisigIsmFactory": "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0",
|
|
13
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253",
|
|
14
|
+
"testRecipient": "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4",
|
|
15
|
+
"validatorAnnounce": "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"domainRoutingIsmFactory": "0xA318540392ec7d0809B73B6D2065A50D7C62675B",
|
|
3
|
+
"interchainAccountIsm": "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86",
|
|
4
|
+
"interchainAccountRouter": "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c",
|
|
5
|
+
"mailbox": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
6
|
+
"merkleTreeHook": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
7
|
+
"proxyAdmin": "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e",
|
|
8
|
+
"staticAggregationHookFactory": "0xA495667379d0ce69cC2a666f0b56881513B5c0E1",
|
|
9
|
+
"staticAggregationIsmFactory": "0xd590bF89eA207fb4F66146648B7C7891C9c461F2",
|
|
10
|
+
"staticMerkleRootMultisigIsmFactory": "0xB870144D19C84961Ce0d70d71b5831a7d83ec941",
|
|
11
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x85adfc370734dd8CDA228B19fA79DC304aA67890",
|
|
12
|
+
"staticMessageIdMultisigIsmFactory": "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0",
|
|
13
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253",
|
|
14
|
+
"testRecipient": "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4",
|
|
15
|
+
"validatorAnnounce": "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
domainRoutingIsmFactory: "0xA318540392ec7d0809B73B6D2065A50D7C62675B"
|
|
2
|
+
interchainAccountIsm: "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86"
|
|
3
|
+
interchainAccountRouter: "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c"
|
|
4
|
+
mailbox: "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561"
|
|
5
|
+
merkleTreeHook: "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561"
|
|
6
|
+
proxyAdmin: "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e"
|
|
7
|
+
staticAggregationHookFactory: "0xA495667379d0ce69cC2a666f0b56881513B5c0E1"
|
|
8
|
+
staticAggregationIsmFactory: "0xd590bF89eA207fb4F66146648B7C7891C9c461F2"
|
|
9
|
+
staticMerkleRootMultisigIsmFactory: "0xB870144D19C84961Ce0d70d71b5831a7d83ec941"
|
|
10
|
+
staticMerkleRootWeightedMultisigIsmFactory: "0x85adfc370734dd8CDA228B19fA79DC304aA67890"
|
|
11
|
+
staticMessageIdMultisigIsmFactory: "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0"
|
|
12
|
+
staticMessageIdWeightedMultisigIsmFactory: "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253"
|
|
13
|
+
testRecipient: "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4"
|
|
14
|
+
validatorAnnounce: "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg"><script xmlns=""/>
|
|
2
|
+
<mask id="mask0_234_474" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="200" height="200">
|
|
3
|
+
<circle cx="100" cy="100" r="100" fill="#D9D9D9"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_234_474)">
|
|
6
|
+
<path d="M200 0H0V200H200V0Z" fill="#1C1C1C"/>
|
|
7
|
+
<path d="M0 5H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
8
|
+
<path d="M0 10H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
9
|
+
<path d="M0 15H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
10
|
+
<path d="M0 20H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
11
|
+
<path d="M0 25H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
12
|
+
<path d="M0 30H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
13
|
+
<path d="M0 35H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
14
|
+
<path d="M0 40H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
15
|
+
<path d="M0 45H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
16
|
+
<path d="M0 50H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
17
|
+
<path d="M0 55H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
18
|
+
<path d="M0 60H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
19
|
+
<path d="M0 65H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
20
|
+
<path d="M0 70H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
21
|
+
<path d="M0 75H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
22
|
+
<path d="M0 80H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
23
|
+
<path d="M0 85H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
24
|
+
<path d="M0 90H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
25
|
+
<path d="M0 95H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
26
|
+
<path d="M0 100H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
27
|
+
<path d="M0 105H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
28
|
+
<path d="M0 110H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
29
|
+
<path d="M0 115H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
30
|
+
<path d="M0 120H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
31
|
+
<path d="M0 125H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
32
|
+
<path d="M0 130H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
33
|
+
<path d="M0 135H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
34
|
+
<path d="M0 140H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
35
|
+
<path d="M0 145H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
36
|
+
<path d="M0 150H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
37
|
+
<path d="M0 155H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
38
|
+
<path d="M0 160H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
39
|
+
<path d="M0 165H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
40
|
+
<path d="M0 170H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
41
|
+
<path d="M0 175H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
42
|
+
<path d="M0 180H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
43
|
+
<path d="M0 185H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
44
|
+
<path d="M0 190H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
45
|
+
<path d="M0 195H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
46
|
+
<path d="M0 200H200" stroke="#06FC99" stroke-opacity="0.1"/>
|
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M148 48V151H52V150.999H70V132.823H52V66.1765H70V48H148ZM84.999 66.1773H129.999V84.3538H84.999V66.1773ZM129.999 117.677H84.999V84.3538L66.9991 84.3546V117.678L84.999 117.677V135.854H129.999V117.677Z" fill="#06FC99"/>
|
|
48
|
+
</g>
|
|
49
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://explorer.plexnode.wtf/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Canto Explorer",
|
|
7
|
+
"url": "https://explorer.plexnode.wtf/"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"chainId": 7700,
|
|
11
|
+
"deployer": {
|
|
12
|
+
"name": "guy93354",
|
|
13
|
+
"url": "https://github.com/guy93354"
|
|
14
|
+
},
|
|
15
|
+
"displayName": "Canto",
|
|
16
|
+
"domainId": 7700,
|
|
17
|
+
"isTestnet": false,
|
|
18
|
+
"name": "canto",
|
|
19
|
+
"nativeToken": {
|
|
20
|
+
"decimals": 18,
|
|
21
|
+
"name": "Canto",
|
|
22
|
+
"symbol": "CANTO"
|
|
23
|
+
},
|
|
24
|
+
"protocol": "ethereum",
|
|
25
|
+
"rpcUrls": [
|
|
26
|
+
{
|
|
27
|
+
"http": "https://canto-rpc.ansybl.io"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"http": "https://mainnode.plexnode.org:8545"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"http": "https://canto.slingshot.finance"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://explorer.plexnode.wtf/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Canto Explorer",
|
|
7
|
+
"url": "https://explorer.plexnode.wtf/"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"chainId": 7700,
|
|
11
|
+
"deployer": {
|
|
12
|
+
"name": "guy93354",
|
|
13
|
+
"url": "https://github.com/guy93354"
|
|
14
|
+
},
|
|
15
|
+
"displayName": "Canto",
|
|
16
|
+
"domainId": 7700,
|
|
17
|
+
"isTestnet": false,
|
|
18
|
+
"name": "canto",
|
|
19
|
+
"nativeToken": {
|
|
20
|
+
"decimals": 18,
|
|
21
|
+
"name": "Canto",
|
|
22
|
+
"symbol": "CANTO"
|
|
23
|
+
},
|
|
24
|
+
"protocol": "ethereum",
|
|
25
|
+
"rpcUrls": [
|
|
26
|
+
{
|
|
27
|
+
"http": "https://canto-rpc.ansybl.io"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"http": "https://mainnode.plexnode.org:8545"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"http": "https://canto.slingshot.finance"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
blockExplorers:
|
|
3
|
+
- apiUrl: https://explorer.plexnode.wtf/api
|
|
4
|
+
family: blockscout
|
|
5
|
+
name: Canto Explorer
|
|
6
|
+
url: https://explorer.plexnode.wtf/
|
|
7
|
+
chainId: 7700
|
|
8
|
+
deployer:
|
|
9
|
+
name: guy93354
|
|
10
|
+
url: https://github.com/guy93354
|
|
11
|
+
displayName: Canto
|
|
12
|
+
domainId: 7700
|
|
13
|
+
isTestnet: false
|
|
14
|
+
name: canto
|
|
15
|
+
nativeToken:
|
|
16
|
+
decimals: 18
|
|
17
|
+
name: Canto
|
|
18
|
+
symbol: CANTO
|
|
19
|
+
protocol: ethereum
|
|
20
|
+
rpcUrls:
|
|
21
|
+
- http: https://canto-rpc.ansybl.io
|
|
22
|
+
- http: https://mainnode.plexnode.org:8545
|
|
23
|
+
- http: https://canto.slingshot.finance
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const addresses: {
|
|
2
|
+
domainRoutingIsmFactory: string;
|
|
3
|
+
interchainAccountIsm: string;
|
|
4
|
+
interchainAccountRouter: string;
|
|
5
|
+
mailbox: string;
|
|
6
|
+
merkleTreeHook: string;
|
|
7
|
+
proxyAdmin: string;
|
|
8
|
+
staticAggregationHookFactory: string;
|
|
9
|
+
staticAggregationIsmFactory: string;
|
|
10
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
11
|
+
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
12
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
13
|
+
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
14
|
+
testRecipient: string;
|
|
15
|
+
validatorAnnounce: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const addresses = {
|
|
2
|
+
"domainRoutingIsmFactory": "0x26836487782606629dB73F71F477AceF7D54EFEb",
|
|
3
|
+
"interchainAccountIsm": "0xB16E65E0a36a00f71C6938B67e212A8176EFa4CC",
|
|
4
|
+
"interchainAccountRouter": "0xdc652EDe3dCF875D7B2a044e798e7792845e8b9F",
|
|
5
|
+
"mailbox": "0x1941a0518E18Aa61E059965593E36760DfB74B1B",
|
|
6
|
+
"merkleTreeHook": "0x5b272A80163A5D8B487063AcDdCBD36934A678b5",
|
|
7
|
+
"proxyAdmin": "0xDDD810C216A52b68489126D5DE81224d45110C74",
|
|
8
|
+
"staticAggregationHookFactory": "0xf6DE76a334f7bF5dEDDDFe9f220c30D786BbeA6F",
|
|
9
|
+
"staticAggregationIsmFactory": "0x8E0a778FFd26e6d7140efffA2b977Bb840643A5f",
|
|
10
|
+
"staticMerkleRootMultisigIsmFactory": "0x5fB7d6e2ac89Dc90760726975095Eb9A0F58B7BA",
|
|
11
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x7c97668d6430d1F778FB8627a2bfe9710C5865BC",
|
|
12
|
+
"staticMessageIdMultisigIsmFactory": "0xE77192771BD445aA9CEFe3b442a8560da218B5FE",
|
|
13
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0x6E643b22D9Cf49b3eA64b1fFE7B43B56A90309bF",
|
|
14
|
+
"testRecipient": "0xA374cBb150AC7fc7737aDf4555FB1Ed1944981b1",
|
|
15
|
+
"validatorAnnounce": "0xB882e9BFA04aA7d7e64A0466B3275A3C62dcC162"
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"domainRoutingIsmFactory": "0x26836487782606629dB73F71F477AceF7D54EFEb",
|
|
3
|
+
"interchainAccountIsm": "0xB16E65E0a36a00f71C6938B67e212A8176EFa4CC",
|
|
4
|
+
"interchainAccountRouter": "0xdc652EDe3dCF875D7B2a044e798e7792845e8b9F",
|
|
5
|
+
"mailbox": "0x1941a0518E18Aa61E059965593E36760DfB74B1B",
|
|
6
|
+
"merkleTreeHook": "0x5b272A80163A5D8B487063AcDdCBD36934A678b5",
|
|
7
|
+
"proxyAdmin": "0xDDD810C216A52b68489126D5DE81224d45110C74",
|
|
8
|
+
"staticAggregationHookFactory": "0xf6DE76a334f7bF5dEDDDFe9f220c30D786BbeA6F",
|
|
9
|
+
"staticAggregationIsmFactory": "0x8E0a778FFd26e6d7140efffA2b977Bb840643A5f",
|
|
10
|
+
"staticMerkleRootMultisigIsmFactory": "0x5fB7d6e2ac89Dc90760726975095Eb9A0F58B7BA",
|
|
11
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x7c97668d6430d1F778FB8627a2bfe9710C5865BC",
|
|
12
|
+
"staticMessageIdMultisigIsmFactory": "0xE77192771BD445aA9CEFe3b442a8560da218B5FE",
|
|
13
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0x6E643b22D9Cf49b3eA64b1fFE7B43B56A90309bF",
|
|
14
|
+
"testRecipient": "0xA374cBb150AC7fc7737aDf4555FB1Ed1944981b1",
|
|
15
|
+
"validatorAnnounce": "0xB882e9BFA04aA7d7e64A0466B3275A3C62dcC162"
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
domainRoutingIsmFactory: "0x26836487782606629dB73F71F477AceF7D54EFEb"
|
|
2
|
+
interchainAccountIsm: "0xB16E65E0a36a00f71C6938B67e212A8176EFa4CC"
|
|
3
|
+
interchainAccountRouter: "0xdc652EDe3dCF875D7B2a044e798e7792845e8b9F"
|
|
4
|
+
mailbox: "0x1941a0518E18Aa61E059965593E36760DfB74B1B"
|
|
5
|
+
merkleTreeHook: "0x5b272A80163A5D8B487063AcDdCBD36934A678b5"
|
|
6
|
+
proxyAdmin: "0xDDD810C216A52b68489126D5DE81224d45110C74"
|
|
7
|
+
staticAggregationHookFactory: "0xf6DE76a334f7bF5dEDDDFe9f220c30D786BbeA6F"
|
|
8
|
+
staticAggregationIsmFactory: "0x8E0a778FFd26e6d7140efffA2b977Bb840643A5f"
|
|
9
|
+
staticMerkleRootMultisigIsmFactory: "0x5fB7d6e2ac89Dc90760726975095Eb9A0F58B7BA"
|
|
10
|
+
staticMerkleRootWeightedMultisigIsmFactory: "0x7c97668d6430d1F778FB8627a2bfe9710C5865BC"
|
|
11
|
+
staticMessageIdMultisigIsmFactory: "0xE77192771BD445aA9CEFe3b442a8560da218B5FE"
|
|
12
|
+
staticMessageIdWeightedMultisigIsmFactory: "0x6E643b22D9Cf49b3eA64b1fFE7B43B56A90309bF"
|
|
13
|
+
testRecipient: "0xA374cBb150AC7fc7737aDf4555FB1Ed1944981b1"
|
|
14
|
+
validatorAnnounce: "0xB882e9BFA04aA7d7e64A0466B3275A3C62dcC162"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 1080 1080"><rect width="100%" height="100%" fill="transparent"/><g clip-path="url(#a)" transform="matrix(2 0 0 2 536 544)"><clipPath id="a"><rect width="512" height="512" x="-256" y="-256" rx="0" ry="0"/></clipPath><circle r="256" style="stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:#ede9e9;fill-rule:nonzero;opacity:1" vector-effect="non-scaling-stroke"/></g><g clip-path="url(#b)" transform="matrix(2 0 0 2 540 541)"><clipPath id="b"><rect width="512" height="512" x="-256" y="-256" rx="0" ry="0"/></clipPath><path d="M379 310c0 68-55 109-122 109-68 0-115-40-124-92h62c7 20 30 34 62 34 35 0 61-18 61-50s-25-48-62-48v45c-68 0-121-39-121-104S186 94 257 94c67 0 114 40 118 90h-60c-5-18-24-32-57-32-39 0-61 19-61 50s25 46 59 46v-47c75 0 123 45 123 109Z" style="stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:#000;fill-rule:nonzero;opacity:1" transform="translate(-256 -256)" vector-effect="non-scaling-stroke"/></g></svg>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://testnet.storyscan.xyz/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "storyexplorer",
|
|
7
|
+
"url": "https://testnet.storyscan.xyz"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"chainId": 1513,
|
|
11
|
+
"deployer": {
|
|
12
|
+
"name": "atuser14",
|
|
13
|
+
"url": "https://github.com/atuser14"
|
|
14
|
+
},
|
|
15
|
+
"displayName": "Story Testnet",
|
|
16
|
+
"domainId": 1513,
|
|
17
|
+
"isTestnet": true,
|
|
18
|
+
"name": "storytestnet",
|
|
19
|
+
"nativeToken": {
|
|
20
|
+
"decimals": 18,
|
|
21
|
+
"name": "IP",
|
|
22
|
+
"symbol": "IP"
|
|
23
|
+
},
|
|
24
|
+
"protocol": "ethereum",
|
|
25
|
+
"rpcUrls": [
|
|
26
|
+
{
|
|
27
|
+
"http": "https://story-testnet-evm.itrocket.net"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"http": "https://story-rpc.oneiricts.com:8445"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"http": "https://testnet.storyrpc.io"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"transactionOverrides": {
|
|
37
|
+
"gasPrice": 16000000000
|
|
38
|
+
}
|
|
39
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://testnet.storyscan.xyz/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "storyexplorer",
|
|
7
|
+
"url": "https://testnet.storyscan.xyz"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"chainId": 1513,
|
|
11
|
+
"deployer": {
|
|
12
|
+
"name": "atuser14",
|
|
13
|
+
"url": "https://github.com/atuser14"
|
|
14
|
+
},
|
|
15
|
+
"displayName": "Story Testnet",
|
|
16
|
+
"domainId": 1513,
|
|
17
|
+
"isTestnet": true,
|
|
18
|
+
"name": "storytestnet",
|
|
19
|
+
"nativeToken": {
|
|
20
|
+
"decimals": 18,
|
|
21
|
+
"name": "IP",
|
|
22
|
+
"symbol": "IP"
|
|
23
|
+
},
|
|
24
|
+
"protocol": "ethereum",
|
|
25
|
+
"rpcUrls": [
|
|
26
|
+
{
|
|
27
|
+
"http": "https://story-testnet-evm.itrocket.net"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"http": "https://story-rpc.oneiricts.com:8445"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"http": "https://testnet.storyrpc.io"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"transactionOverrides": {
|
|
37
|
+
"gasPrice": 16000000000
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
blockExplorers:
|
|
3
|
+
- apiUrl: https://testnet.storyscan.xyz/api
|
|
4
|
+
family: blockscout
|
|
5
|
+
name: storyexplorer
|
|
6
|
+
url: https://testnet.storyscan.xyz
|
|
7
|
+
chainId: 1513
|
|
8
|
+
deployer:
|
|
9
|
+
name: atuser14
|
|
10
|
+
url: https://github.com/atuser14
|
|
11
|
+
displayName: Story Testnet
|
|
12
|
+
domainId: 1513
|
|
13
|
+
isTestnet: true
|
|
14
|
+
name: storytestnet
|
|
15
|
+
nativeToken:
|
|
16
|
+
decimals: 18
|
|
17
|
+
name: IP
|
|
18
|
+
symbol: IP
|
|
19
|
+
protocol: ethereum
|
|
20
|
+
rpcUrls:
|
|
21
|
+
- http: https://story-testnet-evm.itrocket.net
|
|
22
|
+
- http: https://story-rpc.oneiricts.com:8445
|
|
23
|
+
- http: https://testnet.storyrpc.io
|
|
24
|
+
transactionOverrides:
|
|
25
|
+
gasPrice: 16000000000
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const addresses: {
|
|
2
|
+
domainRoutingIsmFactory: string;
|
|
3
|
+
interchainAccountIsm: string;
|
|
4
|
+
interchainAccountRouter: string;
|
|
5
|
+
interchainGasPaymaster: string;
|
|
6
|
+
mailbox: string;
|
|
7
|
+
merkleTreeHook: string;
|
|
8
|
+
proxyAdmin: string;
|
|
9
|
+
staticAggregationHookFactory: string;
|
|
10
|
+
staticAggregationIsmFactory: string;
|
|
11
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
12
|
+
staticMerkleRootWeightedMultisigIsmFactory: string;
|
|
13
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
14
|
+
staticMessageIdWeightedMultisigIsmFactory: string;
|
|
15
|
+
testRecipient: string;
|
|
16
|
+
validatorAnnounce: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const addresses = {
|
|
2
|
+
"domainRoutingIsmFactory": "0xA318540392ec7d0809B73B6D2065A50D7C62675B",
|
|
3
|
+
"interchainAccountIsm": "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86",
|
|
4
|
+
"interchainAccountRouter": "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c",
|
|
5
|
+
"interchainGasPaymaster": "0x0000000000000000000000000000000000000000",
|
|
6
|
+
"mailbox": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
7
|
+
"merkleTreeHook": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
8
|
+
"proxyAdmin": "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e",
|
|
9
|
+
"staticAggregationHookFactory": "0xA495667379d0ce69cC2a666f0b56881513B5c0E1",
|
|
10
|
+
"staticAggregationIsmFactory": "0xd590bF89eA207fb4F66146648B7C7891C9c461F2",
|
|
11
|
+
"staticMerkleRootMultisigIsmFactory": "0xB870144D19C84961Ce0d70d71b5831a7d83ec941",
|
|
12
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x85adfc370734dd8CDA228B19fA79DC304aA67890",
|
|
13
|
+
"staticMessageIdMultisigIsmFactory": "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0",
|
|
14
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253",
|
|
15
|
+
"testRecipient": "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4",
|
|
16
|
+
"validatorAnnounce": "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
17
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"domainRoutingIsmFactory": "0xA318540392ec7d0809B73B6D2065A50D7C62675B",
|
|
3
|
+
"interchainAccountIsm": "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86",
|
|
4
|
+
"interchainAccountRouter": "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c",
|
|
5
|
+
"interchainGasPaymaster": "0x0000000000000000000000000000000000000000",
|
|
6
|
+
"mailbox": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
7
|
+
"merkleTreeHook": "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561",
|
|
8
|
+
"proxyAdmin": "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e",
|
|
9
|
+
"staticAggregationHookFactory": "0xA495667379d0ce69cC2a666f0b56881513B5c0E1",
|
|
10
|
+
"staticAggregationIsmFactory": "0xd590bF89eA207fb4F66146648B7C7891C9c461F2",
|
|
11
|
+
"staticMerkleRootMultisigIsmFactory": "0xB870144D19C84961Ce0d70d71b5831a7d83ec941",
|
|
12
|
+
"staticMerkleRootWeightedMultisigIsmFactory": "0x85adfc370734dd8CDA228B19fA79DC304aA67890",
|
|
13
|
+
"staticMessageIdMultisigIsmFactory": "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0",
|
|
14
|
+
"staticMessageIdWeightedMultisigIsmFactory": "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253",
|
|
15
|
+
"testRecipient": "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4",
|
|
16
|
+
"validatorAnnounce": "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
17
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
domainRoutingIsmFactory: "0xA318540392ec7d0809B73B6D2065A50D7C62675B"
|
|
2
|
+
interchainAccountIsm: "0x65DA091Ad0e5D071bACdcf7d33D093eff1013A86"
|
|
3
|
+
interchainAccountRouter: "0xA6b782069e1d01CA61358D3c5bDB3c2E1376B92c"
|
|
4
|
+
interchainGasPaymaster: "0x0000000000000000000000000000000000000000"
|
|
5
|
+
mailbox: "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561"
|
|
6
|
+
merkleTreeHook: "0xe907bbb9629AE5e628E2d9EAA212E9032bE20561"
|
|
7
|
+
proxyAdmin: "0x81957A0783480Ab31aDCef974458fFC90Aa4a49e"
|
|
8
|
+
staticAggregationHookFactory: "0xA495667379d0ce69cC2a666f0b56881513B5c0E1"
|
|
9
|
+
staticAggregationIsmFactory: "0xd590bF89eA207fb4F66146648B7C7891C9c461F2"
|
|
10
|
+
staticMerkleRootMultisigIsmFactory: "0xB870144D19C84961Ce0d70d71b5831a7d83ec941"
|
|
11
|
+
staticMerkleRootWeightedMultisigIsmFactory: "0x85adfc370734dd8CDA228B19fA79DC304aA67890"
|
|
12
|
+
staticMessageIdMultisigIsmFactory: "0x62dAF5eA35F3b6d287B9b195837185a56DA1Edd0"
|
|
13
|
+
staticMessageIdWeightedMultisigIsmFactory: "0xb08E47bc3eaC6F9d54739FE934317DC4c1B29253"
|
|
14
|
+
testRecipient: "0xa0b5Ba04351Cb13940717E9897c5124f0A3BeDF4"
|
|
15
|
+
validatorAnnounce: "0x5c454A7d83D59C14081114D76c147fD9bf09522f"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><g clip-path="url(#a)"><mask id="b" width="32" height="32" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M16 32a16 16 0 1 0 0-32 16 16 0 0 0 0 32Z"/></mask><g mask="url(#b)"><path fill="#A1723A" d="M37.42-6.96H-4.94V35.4h42.36V-6.96Z"/><g filter="url(#c)"><path fill="#531002" d="M17.22 31.33a17.07 17.07 0 1 0 0-34.14 17.07 17.07 0 0 0 0 34.14Z"/></g><g filter="url(#d)"><path fill="#2B5DF0" d="M19.06 25.92a13.85 13.85 0 1 0 0-27.7 13.85 13.85 0 0 0 0 27.7Z"/></g><g filter="url(#e)"><path fill="url(#f)" d="M18.81 26.72a14.44 14.44 0 1 0 0-28.88 14.44 14.44 0 0 0 0 28.88Z"/></g><g filter="url(#g)"><path fill="#FCB8D4" d="M21.2 15.91a7.27 7.27 0 1 0 0-14.54 7.27 7.27 0 0 0 0 14.54Z"/></g><g filter="url(#h)"><path fill="#fff" d="M21.2 11.54a2.9 2.9 0 1 0 0-5.81 2.9 2.9 0 0 0 0 5.8Z"/></g><g filter="url(#i)"><path fill="url(#j)" fill-opacity=".9" d="M19.27 37.63a26.1 26.1 0 1 0 0-52.2 26.1 26.1 0 0 0 0 52.2Z"/></g></g></g><defs><filter id="c" width="42.06" height="42.05" x="-3.81" y="-6.77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_62833_35437" stdDeviation="1.98"/></filter><filter id="d" width="43.53" height="43.54" x="-2.7" y="-9.7" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_62833_35437" stdDeviation="3.96"/></filter><filter id="e" width="34.81" height="34.82" x="1.4" y="-5.13" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_62833_35437" stdDeviation="1.48"/></filter><filter id="g" width="26.42" height="26.42" x="7.99" y="-4.57" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_62833_35437" stdDeviation="2.97"/></filter><filter id="h" width="13.72" height="13.72" x="14.34" y="1.77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_62833_35437" stdDeviation="1.98"/></filter><filter id="i" width="58.13" height="58.13" x="-9.8" y="-17.53" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_62833_35437" stdDeviation="1.48"/></filter><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="rotate(128 8.63 9.26) scale(27.27 27.26)" gradientUnits="userSpaceOnUse"><stop offset=".29" stop-color="#387AFA"/><stop offset=".65" stop-color="#387AFA" stop-opacity="0"/></radialGradient><radialGradient id="j" cx="0" cy="0" r="1" gradientTransform="rotate(90 3.87 15.4) scale(26.1)" gradientUnits="userSpaceOnUse"><stop offset=".6" stop-opacity="0"/><stop offset=".67"/><stop offset=".73" stop-opacity="0"/></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://sepolia.explorer.zora.energy/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Zora Testnet Explorer",
|
|
7
|
+
"url": "https://sepolia.explorer.zora.energy/"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"chainId": 999999999,
|
|
11
|
+
"deployer": {
|
|
12
|
+
"name": "guy93354",
|
|
13
|
+
"url": "https://github.com/guy93354"
|
|
14
|
+
},
|
|
15
|
+
"displayName": "Zora Testnet",
|
|
16
|
+
"domainId": 999999999,
|
|
17
|
+
"isTestnet": true,
|
|
18
|
+
"name": "zoratestnet",
|
|
19
|
+
"nativeToken": {
|
|
20
|
+
"decimals": 18,
|
|
21
|
+
"name": "Ether",
|
|
22
|
+
"symbol": "ETH"
|
|
23
|
+
},
|
|
24
|
+
"protocol": "ethereum",
|
|
25
|
+
"rpcUrls": [
|
|
26
|
+
{
|
|
27
|
+
"http": "https://sepolia.rpc.zora.energy"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://sepolia.explorer.zora.energy/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Zora Testnet Explorer",
|
|
7
|
+
"url": "https://sepolia.explorer.zora.energy/"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"chainId": 999999999,
|
|
11
|
+
"deployer": {
|
|
12
|
+
"name": "guy93354",
|
|
13
|
+
"url": "https://github.com/guy93354"
|
|
14
|
+
},
|
|
15
|
+
"displayName": "Zora Testnet",
|
|
16
|
+
"domainId": 999999999,
|
|
17
|
+
"isTestnet": true,
|
|
18
|
+
"name": "zoratestnet",
|
|
19
|
+
"nativeToken": {
|
|
20
|
+
"decimals": 18,
|
|
21
|
+
"name": "Ether",
|
|
22
|
+
"symbol": "ETH"
|
|
23
|
+
},
|
|
24
|
+
"protocol": "ethereum",
|
|
25
|
+
"rpcUrls": [
|
|
26
|
+
{
|
|
27
|
+
"http": "https://sepolia.rpc.zora.energy"
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
blockExplorers:
|
|
3
|
+
- apiUrl: https://sepolia.explorer.zora.energy/api
|
|
4
|
+
family: blockscout
|
|
5
|
+
name: Zora Testnet Explorer
|
|
6
|
+
url: https://sepolia.explorer.zora.energy/
|
|
7
|
+
chainId: 999999999
|
|
8
|
+
deployer:
|
|
9
|
+
name: guy93354
|
|
10
|
+
url: https://github.com/guy93354
|
|
11
|
+
displayName: Zora Testnet
|
|
12
|
+
domainId: 999999999
|
|
13
|
+
isTestnet: true
|
|
14
|
+
name: zoratestnet
|
|
15
|
+
nativeToken:
|
|
16
|
+
decimals: 18
|
|
17
|
+
name: Ether
|
|
18
|
+
symbol: ETH
|
|
19
|
+
protocol: ethereum
|
|
20
|
+
rpcUrls:
|
|
21
|
+
- http: https://sepolia.rpc.zora.energy
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export const warpRouteConfig = {
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0xdD313D475f8A9d81CBE2eA953a357f52e10BA357",
|
|
5
|
+
"chainName": "ethereum",
|
|
6
|
+
"collateralAddressOrDenom": "0xd9343a049d5dbd89cd19dc6bca8c48fb3a0a42a7",
|
|
7
|
+
"connections": [
|
|
8
|
+
{
|
|
9
|
+
"token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"token": "ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"decimals": 18,
|
|
16
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
17
|
+
"name": "Lumia Token",
|
|
18
|
+
"standard": "EvmHypCollateral",
|
|
19
|
+
"symbol": "LUMIA"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"addressOrDenom": "0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047",
|
|
23
|
+
"chainName": "bsc",
|
|
24
|
+
"connections": [
|
|
25
|
+
{
|
|
26
|
+
"token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"token": "ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"decimals": 18,
|
|
33
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
34
|
+
"name": "Lumia Token",
|
|
35
|
+
"standard": "EvmHypSynthetic",
|
|
36
|
+
"symbol": "LUMIA"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"addressOrDenom": "0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9",
|
|
40
|
+
"chainName": "lumia",
|
|
41
|
+
"connections": [
|
|
42
|
+
{
|
|
43
|
+
"token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"decimals": 18,
|
|
50
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
51
|
+
"name": "Lumia Token",
|
|
52
|
+
"standard": "EvmHypNative",
|
|
53
|
+
"symbol": "LUMIA"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0xdD313D475f8A9d81CBE2eA953a357f52e10BA357",
|
|
5
|
+
"chainName": "ethereum",
|
|
6
|
+
"collateralAddressOrDenom": "0xd9343a049d5dbd89cd19dc6bca8c48fb3a0a42a7",
|
|
7
|
+
"connections": [
|
|
8
|
+
{
|
|
9
|
+
"token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"token": "ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"decimals": 18,
|
|
16
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
17
|
+
"name": "Lumia Token",
|
|
18
|
+
"standard": "EvmHypCollateral",
|
|
19
|
+
"symbol": "LUMIA"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"addressOrDenom": "0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047",
|
|
23
|
+
"chainName": "bsc",
|
|
24
|
+
"connections": [
|
|
25
|
+
{
|
|
26
|
+
"token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"token": "ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"decimals": 18,
|
|
33
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
34
|
+
"name": "Lumia Token",
|
|
35
|
+
"standard": "EvmHypSynthetic",
|
|
36
|
+
"symbol": "LUMIA"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"addressOrDenom": "0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9",
|
|
40
|
+
"chainName": "lumia",
|
|
41
|
+
"connections": [
|
|
42
|
+
{
|
|
43
|
+
"token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"decimals": 18,
|
|
50
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
51
|
+
"name": "Lumia Token",
|
|
52
|
+
"standard": "EvmHypNative",
|
|
53
|
+
"symbol": "LUMIA"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
tokens:
|
|
3
|
+
- addressOrDenom: "0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
4
|
+
chainName: ethereum
|
|
5
|
+
collateralAddressOrDenom: "0xd9343a049d5dbd89cd19dc6bca8c48fb3a0a42a7"
|
|
6
|
+
connections:
|
|
7
|
+
- token: ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047
|
|
8
|
+
- token: ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9
|
|
9
|
+
decimals: 18
|
|
10
|
+
logoURI: /deployments/warp_routes/LUMIA/logo.svg
|
|
11
|
+
name: Lumia Token
|
|
12
|
+
standard: EvmHypCollateral
|
|
13
|
+
symbol: LUMIA
|
|
14
|
+
- addressOrDenom: "0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
15
|
+
chainName: bsc
|
|
16
|
+
connections:
|
|
17
|
+
- token: ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357
|
|
18
|
+
- token: ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9
|
|
19
|
+
decimals: 18
|
|
20
|
+
logoURI: /deployments/warp_routes/LUMIA/logo.svg
|
|
21
|
+
name: Lumia Token
|
|
22
|
+
standard: EvmHypSynthetic
|
|
23
|
+
symbol: LUMIA
|
|
24
|
+
- addressOrDenom: "0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
25
|
+
chainName: lumia
|
|
26
|
+
connections:
|
|
27
|
+
- token: ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357
|
|
28
|
+
- token: ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047
|
|
29
|
+
decimals: 18
|
|
30
|
+
logoURI: /deployments/warp_routes/LUMIA/logo.svg
|
|
31
|
+
name: Lumia Token
|
|
32
|
+
standard: EvmHypNative
|
|
33
|
+
symbol: LUMIA
|
package/dist/index.d.ts
CHANGED
|
@@ -50,6 +50,8 @@ export { metadata as bsctestnet } from './chains/bsctestnet/metadata.js';
|
|
|
50
50
|
export { addresses as bsctestnetAddresses } from './chains/bsctestnet/addresses.js';
|
|
51
51
|
export { metadata as camptestnet } from './chains/camptestnet/metadata.js';
|
|
52
52
|
export { addresses as camptestnetAddresses } from './chains/camptestnet/addresses.js';
|
|
53
|
+
export { metadata as canto } from './chains/canto/metadata.js';
|
|
54
|
+
export { addresses as cantoAddresses } from './chains/canto/addresses.js';
|
|
53
55
|
export { metadata as carbon } from './chains/carbon/metadata.js';
|
|
54
56
|
export { metadata as celo } from './chains/celo/metadata.js';
|
|
55
57
|
export { addresses as celoAddresses } from './chains/celo/addresses.js';
|
|
@@ -238,6 +240,8 @@ export { metadata as soneiumtestnet } from './chains/soneiumtestnet/metadata.js'
|
|
|
238
240
|
export { addresses as soneiumtestnetAddresses } from './chains/soneiumtestnet/addresses.js';
|
|
239
241
|
export { metadata as sonictestnet } from './chains/sonictestnet/metadata.js';
|
|
240
242
|
export { addresses as sonictestnetAddresses } from './chains/sonictestnet/addresses.js';
|
|
243
|
+
export { metadata as storytestnet } from './chains/storytestnet/metadata.js';
|
|
244
|
+
export { addresses as storytestnetAddresses } from './chains/storytestnet/addresses.js';
|
|
241
245
|
export { metadata as stride } from './chains/stride/metadata.js';
|
|
242
246
|
export { metadata as stridetestnet } from './chains/stridetestnet/metadata.js';
|
|
243
247
|
export { metadata as suavetoliman } from './chains/suavetoliman/metadata.js';
|
|
@@ -275,4 +279,6 @@ export { metadata as zircuit } from './chains/zircuit/metadata.js';
|
|
|
275
279
|
export { addresses as zircuitAddresses } from './chains/zircuit/addresses.js';
|
|
276
280
|
export { metadata as zoramainnet } from './chains/zoramainnet/metadata.js';
|
|
277
281
|
export { addresses as zoramainnetAddresses } from './chains/zoramainnet/addresses.js';
|
|
282
|
+
export { metadata as zoratestnet } from './chains/zoratestnet/metadata.js';
|
|
283
|
+
export { addresses as zoratestnetAddresses } from './chains/zoratestnet/addresses.js';
|
|
278
284
|
export { warpRouteConfigs } from './warpRouteConfigs.js';
|
package/dist/index.js
CHANGED
|
@@ -50,6 +50,8 @@ export { metadata as bsctestnet } from './chains/bsctestnet/metadata.js';
|
|
|
50
50
|
export { addresses as bsctestnetAddresses } from './chains/bsctestnet/addresses.js';
|
|
51
51
|
export { metadata as camptestnet } from './chains/camptestnet/metadata.js';
|
|
52
52
|
export { addresses as camptestnetAddresses } from './chains/camptestnet/addresses.js';
|
|
53
|
+
export { metadata as canto } from './chains/canto/metadata.js';
|
|
54
|
+
export { addresses as cantoAddresses } from './chains/canto/addresses.js';
|
|
53
55
|
export { metadata as carbon } from './chains/carbon/metadata.js';
|
|
54
56
|
export { metadata as celo } from './chains/celo/metadata.js';
|
|
55
57
|
export { addresses as celoAddresses } from './chains/celo/addresses.js';
|
|
@@ -238,6 +240,8 @@ export { metadata as soneiumtestnet } from './chains/soneiumtestnet/metadata.js'
|
|
|
238
240
|
export { addresses as soneiumtestnetAddresses } from './chains/soneiumtestnet/addresses.js';
|
|
239
241
|
export { metadata as sonictestnet } from './chains/sonictestnet/metadata.js';
|
|
240
242
|
export { addresses as sonictestnetAddresses } from './chains/sonictestnet/addresses.js';
|
|
243
|
+
export { metadata as storytestnet } from './chains/storytestnet/metadata.js';
|
|
244
|
+
export { addresses as storytestnetAddresses } from './chains/storytestnet/addresses.js';
|
|
241
245
|
export { metadata as stride } from './chains/stride/metadata.js';
|
|
242
246
|
export { metadata as stridetestnet } from './chains/stridetestnet/metadata.js';
|
|
243
247
|
export { metadata as suavetoliman } from './chains/suavetoliman/metadata.js';
|
|
@@ -275,4 +279,6 @@ export { metadata as zircuit } from './chains/zircuit/metadata.js';
|
|
|
275
279
|
export { addresses as zircuitAddresses } from './chains/zircuit/addresses.js';
|
|
276
280
|
export { metadata as zoramainnet } from './chains/zoramainnet/metadata.js';
|
|
277
281
|
export { addresses as zoramainnetAddresses } from './chains/zoramainnet/addresses.js';
|
|
282
|
+
export { metadata as zoratestnet } from './chains/zoratestnet/metadata.js';
|
|
283
|
+
export { addresses as zoratestnetAddresses } from './chains/zoratestnet/addresses.js';
|
|
278
284
|
export { warpRouteConfigs } from './warpRouteConfigs.js';
|
package/dist/warpRouteConfigs.js
CHANGED
|
@@ -1138,6 +1138,62 @@ export const warpRouteConfigs = {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
]
|
|
1140
1140
|
},
|
|
1141
|
+
"LUMIA/bsc-ethereum-lumia": {
|
|
1142
|
+
"tokens": [
|
|
1143
|
+
{
|
|
1144
|
+
"addressOrDenom": "0xdD313D475f8A9d81CBE2eA953a357f52e10BA357",
|
|
1145
|
+
"chainName": "ethereum",
|
|
1146
|
+
"collateralAddressOrDenom": "0xd9343a049d5dbd89cd19dc6bca8c48fb3a0a42a7",
|
|
1147
|
+
"connections": [
|
|
1148
|
+
{
|
|
1149
|
+
"token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"token": "ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
1155
|
+
"decimals": 18,
|
|
1156
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
1157
|
+
"name": "Lumia Token",
|
|
1158
|
+
"standard": "EvmHypCollateral",
|
|
1159
|
+
"symbol": "LUMIA"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"addressOrDenom": "0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047",
|
|
1163
|
+
"chainName": "bsc",
|
|
1164
|
+
"connections": [
|
|
1165
|
+
{
|
|
1166
|
+
"token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"token": "ethereum|lumia|0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9"
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"decimals": 18,
|
|
1173
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
1174
|
+
"name": "Lumia Token",
|
|
1175
|
+
"standard": "EvmHypSynthetic",
|
|
1176
|
+
"symbol": "LUMIA"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"addressOrDenom": "0x6a77331cE28E47c3Cb9Fea48AB6cD1e9594ce0A9",
|
|
1180
|
+
"chainName": "lumia",
|
|
1181
|
+
"connections": [
|
|
1182
|
+
{
|
|
1183
|
+
"token": "ethereum|ethereum|0xdD313D475f8A9d81CBE2eA953a357f52e10BA357"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"token": "ethereum|bsc|0x7F39BcdCa8E0E581c1d43aaa1cB862AA1c8C2047"
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"decimals": 18,
|
|
1190
|
+
"logoURI": "/deployments/warp_routes/LUMIA/logo.svg",
|
|
1191
|
+
"name": "Lumia Token",
|
|
1192
|
+
"standard": "EvmHypNative",
|
|
1193
|
+
"symbol": "LUMIA"
|
|
1194
|
+
}
|
|
1195
|
+
]
|
|
1196
|
+
},
|
|
1141
1197
|
"NTN/holesky-piccadilly": {
|
|
1142
1198
|
"tokens": [
|
|
1143
1199
|
{
|