@hyperlane-xyz/registry 1.0.2 → 1.0.4
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 +18 -0
- package/dist/chainAddresses.js +18 -0
- package/dist/chainMetadata.js +42 -6
- package/dist/chains/alfajores/metadata.yaml +1 -1
- package/dist/chains/ancient8/addresses.d.ts +18 -0
- package/dist/chains/ancient8/addresses.js +18 -0
- package/dist/chains/ancient8/addresses.json +18 -0
- package/dist/chains/ancient8/addresses.yaml +16 -0
- package/dist/chains/ancient8/index.d.ts +2 -0
- package/dist/chains/ancient8/index.js +2 -0
- package/dist/chains/ancient8/logo.svg +1 -0
- package/dist/chains/ancient8/metadata.d.ts +2 -0
- package/dist/chains/ancient8/metadata.js +33 -0
- package/dist/chains/ancient8/metadata.json +33 -0
- package/dist/chains/ancient8/metadata.yaml +24 -0
- package/dist/chains/arbitrum/metadata.js +3 -0
- package/dist/chains/arbitrum/metadata.json +3 -0
- package/dist/chains/arbitrum/metadata.yaml +7 -1
- package/dist/chains/avalanche/metadata.yaml +1 -1
- package/dist/chains/base/metadata.yaml +1 -1
- package/dist/chains/bsc/metadata.yaml +1 -1
- package/dist/chains/bsctestnet/metadata.yaml +1 -1
- package/dist/chains/celo/metadata.yaml +1 -1
- package/dist/chains/chiado/metadata.yaml +1 -1
- package/dist/chains/eclipsetestnet/metadata.yaml +1 -1
- package/dist/chains/ethereum/metadata.yaml +1 -1
- package/dist/chains/fuji/metadata.yaml +1 -1
- package/dist/chains/gnosis/metadata.yaml +1 -1
- package/dist/chains/inevm/metadata.yaml +1 -1
- package/dist/chains/injective/metadata.yaml +1 -1
- package/dist/chains/mantapacific/metadata.yaml +1 -1
- package/dist/chains/moonbeam/metadata.yaml +1 -1
- package/dist/chains/nautilus/metadata.yaml +1 -1
- package/dist/chains/neutron/metadata.yaml +1 -1
- package/dist/chains/optimism/metadata.yaml +1 -1
- package/dist/chains/plumetestnet/metadata.yaml +1 -1
- package/dist/chains/polygon/metadata.yaml +1 -1
- package/dist/chains/polygonzkevm/metadata.yaml +1 -1
- package/dist/chains/proteustestnet/metadata.yaml +1 -1
- package/dist/chains/scroll/metadata.yaml +1 -1
- package/dist/chains/scrollsepolia/metadata.yaml +1 -1
- package/dist/chains/sepolia/metadata.yaml +1 -1
- package/dist/chains/solana/metadata.js +2 -2
- package/dist/chains/solana/metadata.json +2 -2
- package/dist/chains/solana/metadata.yaml +3 -3
- package/dist/chains/solanadevnet/metadata.js +2 -2
- package/dist/chains/solanadevnet/metadata.json +2 -2
- package/dist/chains/solanadevnet/metadata.yaml +3 -3
- package/dist/chains/solanatestnet/metadata.js +2 -2
- package/dist/chains/solanatestnet/metadata.json +2 -2
- package/dist/chains/solanatestnet/metadata.yaml +3 -3
- package/dist/chains/viction/metadata.yaml +1 -1
- package/dist/consts.d.ts +1 -0
- package/dist/consts.js +1 -0
- package/dist/core/chains.d.ts +42 -0
- package/dist/core/chains.js +73 -0
- package/dist/coreChainAddresses.d.ts +18 -0
- package/dist/coreChainAddresses.js +18 -0
- package/dist/coreChainMetadata.js +40 -4
- package/dist/index-local.d.ts +1 -0
- package/dist/index-local.js +2 -0
- package/dist/index.d.ts +7 -42
- package/dist/index.js +7 -73
- package/dist/registry/BaseRegistry.d.ts +34 -0
- package/dist/registry/BaseRegistry.js +20 -0
- package/dist/registry/GithubRegistry.d.ts +38 -0
- package/dist/registry/GithubRegistry.js +113 -0
- package/dist/registry/IRegistry.d.ts +34 -0
- package/dist/registry/IRegistry.js +5 -0
- package/dist/registry/LocalRegistry.d.ts +43 -0
- package/dist/registry/LocalRegistry.js +146 -0
- package/dist/types.d.ts +4 -0
- package/dist/types.js +2 -0
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +5 -0
- package/package.json +14 -5
package/dist/chainAddresses.d.ts
CHANGED
|
@@ -20,6 +20,24 @@ export declare const chainAddresses: {
|
|
|
20
20
|
timelockController: string;
|
|
21
21
|
validatorAnnounce: string;
|
|
22
22
|
};
|
|
23
|
+
ancient8: {
|
|
24
|
+
staticAggregationHookFactory: string;
|
|
25
|
+
staticAggregationIsmFactory: string;
|
|
26
|
+
fallbackRoutingHook: string;
|
|
27
|
+
interchainGasPaymaster: string;
|
|
28
|
+
interchainSecurityModule: string;
|
|
29
|
+
mailbox: string;
|
|
30
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
31
|
+
merkleTreeHook: string;
|
|
32
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
33
|
+
pausableHook: string;
|
|
34
|
+
protocolFee: string;
|
|
35
|
+
proxyAdmin: string;
|
|
36
|
+
domainRoutingIsmFactory: string;
|
|
37
|
+
storageGasOracle: string;
|
|
38
|
+
testRecipient: string;
|
|
39
|
+
validatorAnnounce: string;
|
|
40
|
+
};
|
|
23
41
|
arbitrum: {
|
|
24
42
|
aggregationHook: string;
|
|
25
43
|
domainRoutingIsmFactory: string;
|
package/dist/chainAddresses.js
CHANGED
|
@@ -20,6 +20,24 @@ export const chainAddresses = {
|
|
|
20
20
|
"timelockController": "0x0000000000000000000000000000000000000000",
|
|
21
21
|
"validatorAnnounce": "0x3726EE36a2A9e11a40d1ffD7D9A1A16e0154cDA0"
|
|
22
22
|
},
|
|
23
|
+
"ancient8": {
|
|
24
|
+
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
|
|
25
|
+
"staticAggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
|
|
26
|
+
"fallbackRoutingHook": "0x5E01d8F34b629E3f92d69546bbc4142A7Adee7e9",
|
|
27
|
+
"interchainGasPaymaster": "0x8F1E22d309baa69D398a03cc88E9b46037e988AA",
|
|
28
|
+
"interchainSecurityModule": "0x6E3387e12C6e181BF8e712eCa9c60ccEEaBD1c67",
|
|
29
|
+
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
30
|
+
"staticMerkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
31
|
+
"merkleTreeHook": "0x811808Dd29ba8B0FC6C0ec0b5537035E59745162",
|
|
32
|
+
"staticMessageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|
|
33
|
+
"pausableHook": "0x66DC49405Ae2956f7E87FEAa9fE8f506C8987462",
|
|
34
|
+
"protocolFee": "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0",
|
|
35
|
+
"proxyAdmin": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
|
|
36
|
+
"domainRoutingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
|
|
37
|
+
"storageGasOracle": "0x59Bf7c7b458375b1A7c453aE70EaCb376E65CDAF",
|
|
38
|
+
"testRecipient": "0x2Fa570E83009eaEef3a1cbd496a9a30F05266634",
|
|
39
|
+
"validatorAnnounce": "0x931dFCc8c1141D6F532FD023bd87DAe0080c835d"
|
|
40
|
+
},
|
|
23
41
|
"arbitrum": {
|
|
24
42
|
"aggregationHook": "0xe0cb37cFc47296f1c4eD77EFf92Aed478644d10c",
|
|
25
43
|
"domainRoutingIsmFactory": "0xa2931C37957f3079d3B21b877d56E1db930e02a5",
|
package/dist/chainMetadata.js
CHANGED
|
@@ -36,6 +36,39 @@ export const chainMetadata = {
|
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
+
"ancient8": {
|
|
40
|
+
"blockExplorers": [
|
|
41
|
+
{
|
|
42
|
+
"apiUrl": "https://scan.ancient8.gg/api",
|
|
43
|
+
"family": "blockscout",
|
|
44
|
+
"name": "Ancient8 Explorer",
|
|
45
|
+
"url": "https://scan.ancient8.gg"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"blocks": {
|
|
49
|
+
"confirmations": 1,
|
|
50
|
+
"estimateBlockTime": 2,
|
|
51
|
+
"reorgPeriod": 0
|
|
52
|
+
},
|
|
53
|
+
"chainId": 888888888,
|
|
54
|
+
"displayName": "Ancient8",
|
|
55
|
+
"domainId": 888888888,
|
|
56
|
+
"gasCurrencyCoinGeckoId": "ethereum",
|
|
57
|
+
"isTestnet": false,
|
|
58
|
+
"name": "ancient8",
|
|
59
|
+
"nativeToken": {
|
|
60
|
+
"decimals": 18,
|
|
61
|
+
"name": "Ether",
|
|
62
|
+
"symbol": "ETH"
|
|
63
|
+
},
|
|
64
|
+
"protocol": "ethereum",
|
|
65
|
+
"rpcUrls": [
|
|
66
|
+
{
|
|
67
|
+
"http": "https://rpc.ancient8.gg"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"technicalStack": "other"
|
|
71
|
+
},
|
|
39
72
|
"arbitrum": {
|
|
40
73
|
"blockExplorers": [
|
|
41
74
|
{
|
|
@@ -55,6 +88,9 @@ export const chainMetadata = {
|
|
|
55
88
|
"domainId": 42161,
|
|
56
89
|
"gasCurrencyCoinGeckoId": "ethereum",
|
|
57
90
|
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-arbitrum.safe.global/",
|
|
91
|
+
"index": {
|
|
92
|
+
"from": 143649797
|
|
93
|
+
},
|
|
58
94
|
"name": "arbitrum",
|
|
59
95
|
"nativeToken": {
|
|
60
96
|
"decimals": 18,
|
|
@@ -880,10 +916,10 @@ export const chainMetadata = {
|
|
|
880
916
|
"solana": {
|
|
881
917
|
"blockExplorers": [
|
|
882
918
|
{
|
|
883
|
-
"apiUrl": "https://explorer.solana.com",
|
|
919
|
+
"apiUrl": "https://explorer.solana.com?cluster=mainnet-beta",
|
|
884
920
|
"family": "other",
|
|
885
921
|
"name": "Solana Explorer",
|
|
886
|
-
"url": "https://explorer.solana.com"
|
|
922
|
+
"url": "https://explorer.solana.com?cluster=mainnet-beta"
|
|
887
923
|
}
|
|
888
924
|
],
|
|
889
925
|
"blocks": {
|
|
@@ -910,10 +946,10 @@ export const chainMetadata = {
|
|
|
910
946
|
"solanadevnet": {
|
|
911
947
|
"blockExplorers": [
|
|
912
948
|
{
|
|
913
|
-
"apiUrl": "https://explorer.solana.com",
|
|
949
|
+
"apiUrl": "https://explorer.solana.com?cluster=devnet",
|
|
914
950
|
"family": "other",
|
|
915
951
|
"name": "Solana Explorer",
|
|
916
|
-
"url": "https://explorer.solana.com"
|
|
952
|
+
"url": "https://explorer.solana.com?cluster=devnet"
|
|
917
953
|
}
|
|
918
954
|
],
|
|
919
955
|
"blocks": {
|
|
@@ -942,10 +978,10 @@ export const chainMetadata = {
|
|
|
942
978
|
"solanatestnet": {
|
|
943
979
|
"blockExplorers": [
|
|
944
980
|
{
|
|
945
|
-
"apiUrl": "https://explorer.solana.com",
|
|
981
|
+
"apiUrl": "https://explorer.solana.com?cluster=testnet",
|
|
946
982
|
"family": "other",
|
|
947
983
|
"name": "Solana Explorer",
|
|
948
|
-
"url": "https://explorer.solana.com"
|
|
984
|
+
"url": "https://explorer.solana.com?cluster=testnet"
|
|
949
985
|
}
|
|
950
986
|
],
|
|
951
987
|
"blocks": {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const addresses: {
|
|
2
|
+
staticAggregationHookFactory: string;
|
|
3
|
+
staticAggregationIsmFactory: string;
|
|
4
|
+
fallbackRoutingHook: string;
|
|
5
|
+
interchainGasPaymaster: string;
|
|
6
|
+
interchainSecurityModule: string;
|
|
7
|
+
mailbox: string;
|
|
8
|
+
staticMerkleRootMultisigIsmFactory: string;
|
|
9
|
+
merkleTreeHook: string;
|
|
10
|
+
staticMessageIdMultisigIsmFactory: string;
|
|
11
|
+
pausableHook: string;
|
|
12
|
+
protocolFee: string;
|
|
13
|
+
proxyAdmin: string;
|
|
14
|
+
domainRoutingIsmFactory: string;
|
|
15
|
+
storageGasOracle: string;
|
|
16
|
+
testRecipient: string;
|
|
17
|
+
validatorAnnounce: string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const addresses = {
|
|
2
|
+
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
|
|
3
|
+
"staticAggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
|
|
4
|
+
"fallbackRoutingHook": "0x5E01d8F34b629E3f92d69546bbc4142A7Adee7e9",
|
|
5
|
+
"interchainGasPaymaster": "0x8F1E22d309baa69D398a03cc88E9b46037e988AA",
|
|
6
|
+
"interchainSecurityModule": "0x6E3387e12C6e181BF8e712eCa9c60ccEEaBD1c67",
|
|
7
|
+
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
8
|
+
"staticMerkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
9
|
+
"merkleTreeHook": "0x811808Dd29ba8B0FC6C0ec0b5537035E59745162",
|
|
10
|
+
"staticMessageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|
|
11
|
+
"pausableHook": "0x66DC49405Ae2956f7E87FEAa9fE8f506C8987462",
|
|
12
|
+
"protocolFee": "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0",
|
|
13
|
+
"proxyAdmin": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
|
|
14
|
+
"domainRoutingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
|
|
15
|
+
"storageGasOracle": "0x59Bf7c7b458375b1A7c453aE70EaCb376E65CDAF",
|
|
16
|
+
"testRecipient": "0x2Fa570E83009eaEef3a1cbd496a9a30F05266634",
|
|
17
|
+
"validatorAnnounce": "0x931dFCc8c1141D6F532FD023bd87DAe0080c835d"
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"staticAggregationHookFactory": "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6",
|
|
3
|
+
"staticAggregationIsmFactory": "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A",
|
|
4
|
+
"fallbackRoutingHook": "0x5E01d8F34b629E3f92d69546bbc4142A7Adee7e9",
|
|
5
|
+
"interchainGasPaymaster": "0x8F1E22d309baa69D398a03cc88E9b46037e988AA",
|
|
6
|
+
"interchainSecurityModule": "0x6E3387e12C6e181BF8e712eCa9c60ccEEaBD1c67",
|
|
7
|
+
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
|
|
8
|
+
"staticMerkleRootMultisigIsmFactory": "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC",
|
|
9
|
+
"merkleTreeHook": "0x811808Dd29ba8B0FC6C0ec0b5537035E59745162",
|
|
10
|
+
"staticMessageIdMultisigIsmFactory": "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE",
|
|
11
|
+
"pausableHook": "0x66DC49405Ae2956f7E87FEAa9fE8f506C8987462",
|
|
12
|
+
"protocolFee": "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0",
|
|
13
|
+
"proxyAdmin": "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004",
|
|
14
|
+
"domainRoutingIsmFactory": "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908",
|
|
15
|
+
"storageGasOracle": "0x59Bf7c7b458375b1A7c453aE70EaCb376E65CDAF",
|
|
16
|
+
"testRecipient": "0x2Fa570E83009eaEef3a1cbd496a9a30F05266634",
|
|
17
|
+
"validatorAnnounce": "0x931dFCc8c1141D6F532FD023bd87DAe0080c835d"
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
staticAggregationHookFactory: "0xEb9FcFDC9EfDC17c1EC5E1dc085B98485da213D6"
|
|
2
|
+
staticAggregationIsmFactory: "0x8F7454AC98228f3504Bb91eA3D8Adafe6406110A"
|
|
3
|
+
fallbackRoutingHook: "0x5E01d8F34b629E3f92d69546bbc4142A7Adee7e9"
|
|
4
|
+
interchainGasPaymaster: "0x8F1E22d309baa69D398a03cc88E9b46037e988AA"
|
|
5
|
+
interchainSecurityModule: "0x6E3387e12C6e181BF8e712eCa9c60ccEEaBD1c67"
|
|
6
|
+
mailbox: "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7"
|
|
7
|
+
staticMerkleRootMultisigIsmFactory: "0x2C1FAbEcd7bFBdEBF27CcdB67baADB38b6Df90fC"
|
|
8
|
+
merkleTreeHook: "0x811808Dd29ba8B0FC6C0ec0b5537035E59745162"
|
|
9
|
+
staticMessageIdMultisigIsmFactory: "0x8b83fefd896fAa52057798f6426E9f0B080FCCcE"
|
|
10
|
+
pausableHook: "0x66DC49405Ae2956f7E87FEAa9fE8f506C8987462"
|
|
11
|
+
protocolFee: "0xE0C452DDA7506f0F4dE5C8C1d383F7aD866eA4F0"
|
|
12
|
+
proxyAdmin: "0x0761b0827849abbf7b0cC09CE14e1C93D87f5004"
|
|
13
|
+
domainRoutingIsmFactory: "0x1052eF3419f26Bec74Ed7CEf4a4FA6812Bc09908"
|
|
14
|
+
storageGasOracle: "0x59Bf7c7b458375b1A7c453aE70EaCb376E65CDAF"
|
|
15
|
+
testRecipient: "0x2Fa570E83009eaEef3a1cbd496a9a30F05266634"
|
|
16
|
+
validatorAnnounce: "0x931dFCc8c1141D6F532FD023bd87DAe0080c835d"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.36 23.72"><path fill="#c4e868" d="M21.36 16.18H0v2.35h21.36v-2.35Z"/><path fill="#c4e868" d="m3.62 21.88-.7 1.84H0l2.05-5.2.57.37c1 .64 1.4 1.88 1 2.98Z"/><path fill="#c4e868" d="M21.36 23.72h-3.04l-.68-1.78a2.5 2.5 0 0 1 1.05-3.03l.63-.38 2.04 5.2v-.01Z"/><path fill="#c4e868" d="M19.32 18.53h-2.96l-.89-2.34-4.84-12.84h-.05L5.76 16.18l-.88 2.35H2.05l.92-2.35 5.18-13.1h2.37L9.37 0h2.68l6.35 16.18.92 2.35Z"/></svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const metadata = {
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://scan.ancient8.gg/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Ancient8 Explorer",
|
|
7
|
+
"url": "https://scan.ancient8.gg"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"blocks": {
|
|
11
|
+
"confirmations": 1,
|
|
12
|
+
"estimateBlockTime": 2,
|
|
13
|
+
"reorgPeriod": 0
|
|
14
|
+
},
|
|
15
|
+
"chainId": 888888888,
|
|
16
|
+
"displayName": "Ancient8",
|
|
17
|
+
"domainId": 888888888,
|
|
18
|
+
"gasCurrencyCoinGeckoId": "ethereum",
|
|
19
|
+
"isTestnet": false,
|
|
20
|
+
"name": "ancient8",
|
|
21
|
+
"nativeToken": {
|
|
22
|
+
"decimals": 18,
|
|
23
|
+
"name": "Ether",
|
|
24
|
+
"symbol": "ETH"
|
|
25
|
+
},
|
|
26
|
+
"protocol": "ethereum",
|
|
27
|
+
"rpcUrls": [
|
|
28
|
+
{
|
|
29
|
+
"http": "https://rpc.ancient8.gg"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"technicalStack": "other"
|
|
33
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://scan.ancient8.gg/api",
|
|
5
|
+
"family": "blockscout",
|
|
6
|
+
"name": "Ancient8 Explorer",
|
|
7
|
+
"url": "https://scan.ancient8.gg"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"blocks": {
|
|
11
|
+
"confirmations": 1,
|
|
12
|
+
"estimateBlockTime": 2,
|
|
13
|
+
"reorgPeriod": 0
|
|
14
|
+
},
|
|
15
|
+
"chainId": 888888888,
|
|
16
|
+
"displayName": "Ancient8",
|
|
17
|
+
"domainId": 888888888,
|
|
18
|
+
"gasCurrencyCoinGeckoId": "ethereum",
|
|
19
|
+
"isTestnet": false,
|
|
20
|
+
"name": "ancient8",
|
|
21
|
+
"nativeToken": {
|
|
22
|
+
"decimals": 18,
|
|
23
|
+
"name": "Ether",
|
|
24
|
+
"symbol": "ETH"
|
|
25
|
+
},
|
|
26
|
+
"protocol": "ethereum",
|
|
27
|
+
"rpcUrls": [
|
|
28
|
+
{
|
|
29
|
+
"http": "https://rpc.ancient8.gg"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"technicalStack": "other"
|
|
33
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
blockExplorers:
|
|
3
|
+
- apiUrl: https://scan.ancient8.gg/api
|
|
4
|
+
family: blockscout
|
|
5
|
+
name: "Ancient8 Explorer"
|
|
6
|
+
url: https://scan.ancient8.gg
|
|
7
|
+
blocks:
|
|
8
|
+
confirmations: 1
|
|
9
|
+
estimateBlockTime: 2
|
|
10
|
+
reorgPeriod: 0
|
|
11
|
+
chainId: 888888888
|
|
12
|
+
displayName: Ancient8
|
|
13
|
+
domainId: 888888888
|
|
14
|
+
gasCurrencyCoinGeckoId: ethereum
|
|
15
|
+
isTestnet: false
|
|
16
|
+
name: ancient8
|
|
17
|
+
nativeToken:
|
|
18
|
+
decimals: 18
|
|
19
|
+
name: Ether
|
|
20
|
+
symbol: ETH
|
|
21
|
+
protocol: ethereum
|
|
22
|
+
rpcUrls:
|
|
23
|
+
- http: https://rpc.ancient8.gg
|
|
24
|
+
technicalStack: other
|
|
@@ -17,6 +17,9 @@ export const metadata = {
|
|
|
17
17
|
"domainId": 42161,
|
|
18
18
|
"gasCurrencyCoinGeckoId": "ethereum",
|
|
19
19
|
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-arbitrum.safe.global/",
|
|
20
|
+
"index": {
|
|
21
|
+
"from": 143649797
|
|
22
|
+
},
|
|
20
23
|
"name": "arbitrum",
|
|
21
24
|
"nativeToken": {
|
|
22
25
|
"decimals": 18,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# yaml-language-server: $schema=../schema
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
2
|
blockExplorers:
|
|
3
3
|
- apiUrl: https://api.arbiscan.io/api
|
|
4
4
|
family: etherscan
|
|
@@ -13,6 +13,12 @@ displayName: Arbitrum
|
|
|
13
13
|
domainId: 42161
|
|
14
14
|
gasCurrencyCoinGeckoId: ethereum
|
|
15
15
|
gnosisSafeTransactionServiceUrl: https://safe-transaction-arbitrum.safe.global/
|
|
16
|
+
index:
|
|
17
|
+
# Arbitrum Nitro flavored chains record the L1 block number they were deployed at,
|
|
18
|
+
# not the L2 block number. See https://docs.arbitrum.io/build-decentralized-apps/arbitrum-vs-ethereum/block-numbers-and-time#ethereum-block-numbers-within-arbitrum.
|
|
19
|
+
# This is the block that the Mailbox was deployed at:
|
|
20
|
+
# https://arbiscan.io/tx/0x946b241bfa1465d8de7247c155a533d2ee9437a2763a0399f1ca458f13b5efa5
|
|
21
|
+
from: 143649797
|
|
16
22
|
name: arbitrum
|
|
17
23
|
nativeToken:
|
|
18
24
|
decimals: 18
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"blockExplorers": [
|
|
3
3
|
{
|
|
4
|
-
"apiUrl": "https://explorer.solana.com",
|
|
4
|
+
"apiUrl": "https://explorer.solana.com?cluster=mainnet-beta",
|
|
5
5
|
"family": "other",
|
|
6
6
|
"name": "Solana Explorer",
|
|
7
|
-
"url": "https://explorer.solana.com"
|
|
7
|
+
"url": "https://explorer.solana.com?cluster=mainnet-beta"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"blocks": {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"blockExplorers": [
|
|
3
3
|
{
|
|
4
|
-
"apiUrl": "https://explorer.solana.com",
|
|
4
|
+
"apiUrl": "https://explorer.solana.com?cluster=mainnet-beta",
|
|
5
5
|
"family": "other",
|
|
6
6
|
"name": "Solana Explorer",
|
|
7
|
-
"url": "https://explorer.solana.com"
|
|
7
|
+
"url": "https://explorer.solana.com?cluster=mainnet-beta"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"blocks": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# yaml-language-server: $schema=../schema
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
2
|
blockExplorers:
|
|
3
|
-
- apiUrl: https://explorer.solana.com
|
|
3
|
+
- apiUrl: https://explorer.solana.com?cluster=mainnet-beta
|
|
4
4
|
family: other
|
|
5
5
|
name: Solana Explorer
|
|
6
|
-
url: https://explorer.solana.com
|
|
6
|
+
url: https://explorer.solana.com?cluster=mainnet-beta
|
|
7
7
|
blocks:
|
|
8
8
|
confirmations: 1
|
|
9
9
|
estimateBlockTime: 0.4
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
2
|
"blockExplorers": [
|
|
3
3
|
{
|
|
4
|
-
"apiUrl": "https://explorer.solana.com",
|
|
4
|
+
"apiUrl": "https://explorer.solana.com?cluster=devnet",
|
|
5
5
|
"family": "other",
|
|
6
6
|
"name": "Solana Explorer",
|
|
7
|
-
"url": "https://explorer.solana.com"
|
|
7
|
+
"url": "https://explorer.solana.com?cluster=devnet"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"blocks": {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"blockExplorers": [
|
|
3
3
|
{
|
|
4
|
-
"apiUrl": "https://explorer.solana.com",
|
|
4
|
+
"apiUrl": "https://explorer.solana.com?cluster=devnet",
|
|
5
5
|
"family": "other",
|
|
6
6
|
"name": "Solana Explorer",
|
|
7
|
-
"url": "https://explorer.solana.com"
|
|
7
|
+
"url": "https://explorer.solana.com?cluster=devnet"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"blocks": {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# yaml-language-server: $schema=../schema
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
2
|
blockExplorers:
|
|
3
|
-
- apiUrl: https://explorer.solana.com
|
|
3
|
+
- apiUrl: https://explorer.solana.com?cluster=devnet
|
|
4
4
|
family: other
|
|
5
5
|
name: Solana Explorer
|
|
6
|
-
url: https://explorer.solana.com
|
|
6
|
+
url: https://explorer.solana.com?cluster=devnet
|
|
7
7
|
blocks:
|
|
8
8
|
confirmations: 1
|
|
9
9
|
estimateBlockTime: 0.4
|