@hyperlane-xyz/registry 23.8.0 → 23.10.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.
Files changed (41) hide show
  1. package/dist/chainAddresses.d.ts +16 -0
  2. package/dist/chainAddresses.js +16 -0
  3. package/dist/chainMetadata.js +68 -0
  4. package/dist/chains/aleo/addresses.d.ts +16 -0
  5. package/dist/chains/aleo/addresses.js +16 -0
  6. package/dist/chains/aleo/addresses.json +16 -0
  7. package/dist/chains/aleo/addresses.yaml +14 -0
  8. package/dist/chains/aleo/index.d.ts +2 -0
  9. package/dist/chains/aleo/index.js +2 -0
  10. package/dist/chains/aleo/logo.svg +1 -0
  11. package/dist/chains/aleo/metadata.d.ts +2 -0
  12. package/dist/chains/aleo/metadata.js +37 -0
  13. package/dist/chains/aleo/metadata.json +37 -0
  14. package/dist/chains/aleo/metadata.yaml +28 -0
  15. package/dist/chains/form/metadata.js +7 -0
  16. package/dist/chains/form/metadata.json +7 -0
  17. package/dist/chains/form/metadata.yaml +3 -0
  18. package/dist/chains/injective/metadata.js +6 -0
  19. package/dist/chains/injective/metadata.json +6 -0
  20. package/dist/chains/injective/metadata.yaml +3 -0
  21. package/dist/chains/milkywaytestnet/metadata.js +6 -0
  22. package/dist/chains/milkywaytestnet/metadata.json +6 -0
  23. package/dist/chains/milkywaytestnet/metadata.yaml +3 -0
  24. package/dist/chains/mint/metadata.js +6 -0
  25. package/dist/chains/mint/metadata.json +6 -0
  26. package/dist/chains/mint/metadata.yaml +3 -0
  27. package/dist/chains/neutron/metadata.js +6 -0
  28. package/dist/chains/neutron/metadata.json +6 -0
  29. package/dist/chains/neutron/metadata.yaml +3 -0
  30. package/dist/chains/schema.json +4 -4
  31. package/dist/deployments/warp_routes/MAT/matchain-config.js +24 -0
  32. package/dist/deployments/warp_routes/MAT/matchain-config.json +24 -0
  33. package/dist/deployments/warp_routes/MAT/matchain-config.yaml +13 -0
  34. package/dist/deployments/warp_routes/TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain-config.js +0 -44
  35. package/dist/deployments/warp_routes/TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain-config.json +0 -44
  36. package/dist/deployments/warp_routes/TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain-config.yaml +0 -15
  37. package/dist/index.d.ts +2 -0
  38. package/dist/index.js +2 -0
  39. package/dist/types.d.ts +238 -238
  40. package/dist/warpRouteConfigs.js +24 -44
  41. package/package.json +3 -3
@@ -64,6 +64,22 @@ export declare const chainAddresses: {
64
64
  testRecipient: string;
65
65
  validatorAnnounce: string;
66
66
  };
67
+ aleo: {
68
+ domainRoutingIsmFactory: string;
69
+ interchainAccountRouter: string;
70
+ interchainGasPaymaster: string;
71
+ mailbox: string;
72
+ merkleTreeHook: string;
73
+ proxyAdmin: string;
74
+ staticAggregationHookFactory: string;
75
+ staticAggregationIsmFactory: string;
76
+ staticMerkleRootMultisigIsmFactory: string;
77
+ staticMerkleRootWeightedMultisigIsmFactory: string;
78
+ staticMessageIdMultisigIsmFactory: string;
79
+ staticMessageIdWeightedMultisigIsmFactory: string;
80
+ testRecipient: string;
81
+ validatorAnnounce: string;
82
+ };
67
83
  aleotestnet: {
68
84
  domainRoutingIsmFactory: string;
69
85
  interchainAccountRouter: string;
@@ -64,6 +64,22 @@ export const chainAddresses = {
64
64
  "testRecipient": "0x7B8AA8f23Ab6B0757eC6FC71894211376D9335b0",
65
65
  "validatorAnnounce": "0x794Fe7970EE45945b0ad2667f99A5bBc9ddfB5d7"
66
66
  },
67
+ "aleo": {
68
+ "domainRoutingIsmFactory": "",
69
+ "interchainAccountRouter": "",
70
+ "interchainGasPaymaster": "hyp_hook_manager.aleo/aleo194tz0jmyq8rd9htvnqppqw4jqerk2p2zd8plzn3sxl06wcgsm5pq9fka74",
71
+ "mailbox": "hyp_mailbox.aleo/aleo1u9rclq7at704j7xth037apm056t36qnyam9r3v6sewvqlvnew58qph0gk7",
72
+ "merkleTreeHook": "hyp_hook_manager.aleo/aleo1yxevh9qgxehej46j7vueplwjcpfdfml2dje3ey4ukzknx7wzasgqnxgq82",
73
+ "proxyAdmin": "",
74
+ "staticAggregationHookFactory": "",
75
+ "staticAggregationIsmFactory": "",
76
+ "staticMerkleRootMultisigIsmFactory": "",
77
+ "staticMerkleRootWeightedMultisigIsmFactory": "",
78
+ "staticMessageIdMultisigIsmFactory": "",
79
+ "staticMessageIdWeightedMultisigIsmFactory": "",
80
+ "testRecipient": "",
81
+ "validatorAnnounce": "hyp_validator_announce.aleo/aleo1egcx57dccp3llddqtnuawt63u2xns24v704masl9dne483gymcrq3wpn6q"
82
+ },
67
83
  "aleotestnet": {
68
84
  "domainRoutingIsmFactory": "",
69
85
  "interchainAccountRouter": "",
@@ -153,6 +153,43 @@ export const chainMetadata = {
153
153
  ],
154
154
  "technicalStack": "other"
155
155
  },
156
+ "aleo": {
157
+ "blockExplorers": [
158
+ {
159
+ "apiUrl": "https://explorer.provable.com",
160
+ "family": "other",
161
+ "name": "Provable Explorer",
162
+ "url": "https://explorer.provable.com"
163
+ }
164
+ ],
165
+ "blocks": {
166
+ "confirmations": 0,
167
+ "estimateBlockTime": 3,
168
+ "reorgPeriod": 0
169
+ },
170
+ "chainId": 0,
171
+ "deployer": {
172
+ "name": "Abacus Works",
173
+ "url": "https://www.hyperlane.xyz"
174
+ },
175
+ "displayName": "Aleo",
176
+ "domainId": 1634493807,
177
+ "gasCurrencyCoinGeckoId": "aleo",
178
+ "name": "aleo",
179
+ "nativeToken": {
180
+ "decimals": 6,
181
+ "denom": "credits",
182
+ "name": "Aleo",
183
+ "symbol": "ALEO"
184
+ },
185
+ "protocol": "aleo",
186
+ "rpcUrls": [
187
+ {
188
+ "http": "https://api.explorer.provable.com/v2"
189
+ }
190
+ ],
191
+ "technicalStack": "other"
192
+ },
156
193
  "aleotestnet": {
157
194
  "blockExplorers": [
158
195
  {
@@ -4289,6 +4326,13 @@ export const chainMetadata = {
4289
4326
  "technicalStack": "arbitrumnitro"
4290
4327
  },
4291
4328
  "form": {
4329
+ "availability": {
4330
+ "reasons": [
4331
+ "deprecated",
4332
+ "unavailable"
4333
+ ],
4334
+ "status": "disabled"
4335
+ },
4292
4336
  "blockExplorers": [
4293
4337
  {
4294
4338
  "apiUrl": "https://explorer.form.network/api",
@@ -5640,6 +5684,12 @@ export const chainMetadata = {
5640
5684
  "technicalStack": "other"
5641
5685
  },
5642
5686
  "injective": {
5687
+ "availability": {
5688
+ "reasons": [
5689
+ "deprecated"
5690
+ ],
5691
+ "status": "disabled"
5692
+ },
5643
5693
  "bech32Prefix": "inj",
5644
5694
  "blockExplorers": [
5645
5695
  {
@@ -7125,6 +7175,12 @@ export const chainMetadata = {
7125
7175
  }
7126
7176
  },
7127
7177
  "milkywaytestnet": {
7178
+ "availability": {
7179
+ "reasons": [
7180
+ "deprecated"
7181
+ ],
7182
+ "status": "disabled"
7183
+ },
7128
7184
  "bech32Prefix": "milk",
7129
7185
  "blocks": {
7130
7186
  "confirmations": 1,
@@ -7179,6 +7235,12 @@ export const chainMetadata = {
7179
7235
  }
7180
7236
  },
7181
7237
  "mint": {
7238
+ "availability": {
7239
+ "reasons": [
7240
+ "deprecated"
7241
+ ],
7242
+ "status": "disabled"
7243
+ },
7182
7244
  "blockExplorers": [
7183
7245
  {
7184
7246
  "apiUrl": "https://explorer.mintchain.io/api",
@@ -7836,6 +7898,12 @@ export const chainMetadata = {
7836
7898
  "technicalStack": "other"
7837
7899
  },
7838
7900
  "neutron": {
7901
+ "availability": {
7902
+ "reasons": [
7903
+ "deprecated"
7904
+ ],
7905
+ "status": "disabled"
7906
+ },
7839
7907
  "bech32Prefix": "neutron",
7840
7908
  "blockExplorers": [
7841
7909
  {
@@ -0,0 +1,16 @@
1
+ export declare const addresses: {
2
+ domainRoutingIsmFactory: string;
3
+ interchainAccountRouter: string;
4
+ interchainGasPaymaster: 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": "",
3
+ "interchainAccountRouter": "",
4
+ "interchainGasPaymaster": "hyp_hook_manager.aleo/aleo194tz0jmyq8rd9htvnqppqw4jqerk2p2zd8plzn3sxl06wcgsm5pq9fka74",
5
+ "mailbox": "hyp_mailbox.aleo/aleo1u9rclq7at704j7xth037apm056t36qnyam9r3v6sewvqlvnew58qph0gk7",
6
+ "merkleTreeHook": "hyp_hook_manager.aleo/aleo1yxevh9qgxehej46j7vueplwjcpfdfml2dje3ey4ukzknx7wzasgqnxgq82",
7
+ "proxyAdmin": "",
8
+ "staticAggregationHookFactory": "",
9
+ "staticAggregationIsmFactory": "",
10
+ "staticMerkleRootMultisigIsmFactory": "",
11
+ "staticMerkleRootWeightedMultisigIsmFactory": "",
12
+ "staticMessageIdMultisigIsmFactory": "",
13
+ "staticMessageIdWeightedMultisigIsmFactory": "",
14
+ "testRecipient": "",
15
+ "validatorAnnounce": "hyp_validator_announce.aleo/aleo1egcx57dccp3llddqtnuawt63u2xns24v704masl9dne483gymcrq3wpn6q"
16
+ };
@@ -0,0 +1,16 @@
1
+ {
2
+ "domainRoutingIsmFactory": "",
3
+ "interchainAccountRouter": "",
4
+ "interchainGasPaymaster": "hyp_hook_manager.aleo/aleo194tz0jmyq8rd9htvnqppqw4jqerk2p2zd8plzn3sxl06wcgsm5pq9fka74",
5
+ "mailbox": "hyp_mailbox.aleo/aleo1u9rclq7at704j7xth037apm056t36qnyam9r3v6sewvqlvnew58qph0gk7",
6
+ "merkleTreeHook": "hyp_hook_manager.aleo/aleo1yxevh9qgxehej46j7vueplwjcpfdfml2dje3ey4ukzknx7wzasgqnxgq82",
7
+ "proxyAdmin": "",
8
+ "staticAggregationHookFactory": "",
9
+ "staticAggregationIsmFactory": "",
10
+ "staticMerkleRootMultisigIsmFactory": "",
11
+ "staticMerkleRootWeightedMultisigIsmFactory": "",
12
+ "staticMessageIdMultisigIsmFactory": "",
13
+ "staticMessageIdWeightedMultisigIsmFactory": "",
14
+ "testRecipient": "",
15
+ "validatorAnnounce": "hyp_validator_announce.aleo/aleo1egcx57dccp3llddqtnuawt63u2xns24v704masl9dne483gymcrq3wpn6q"
16
+ }
@@ -0,0 +1,14 @@
1
+ domainRoutingIsmFactory: ""
2
+ interchainAccountRouter: ""
3
+ interchainGasPaymaster: hyp_hook_manager.aleo/aleo194tz0jmyq8rd9htvnqppqw4jqerk2p2zd8plzn3sxl06wcgsm5pq9fka74
4
+ mailbox: hyp_mailbox.aleo/aleo1u9rclq7at704j7xth037apm056t36qnyam9r3v6sewvqlvnew58qph0gk7
5
+ merkleTreeHook: hyp_hook_manager.aleo/aleo1yxevh9qgxehej46j7vueplwjcpfdfml2dje3ey4ukzknx7wzasgqnxgq82
6
+ proxyAdmin: ""
7
+ staticAggregationHookFactory: ""
8
+ staticAggregationIsmFactory: ""
9
+ staticMerkleRootMultisigIsmFactory: ""
10
+ staticMerkleRootWeightedMultisigIsmFactory: ""
11
+ staticMessageIdMultisigIsmFactory: ""
12
+ staticMessageIdWeightedMultisigIsmFactory: ""
13
+ testRecipient: ""
14
+ validatorAnnounce: hyp_validator_announce.aleo/aleo1egcx57dccp3llddqtnuawt63u2xns24v704masl9dne483gymcrq3wpn6q
@@ -0,0 +1,2 @@
1
+ export { metadata } from './metadata.js';
2
+ export { addresses } from './addresses.js';
@@ -0,0 +1,2 @@
1
+ export { metadata } from './metadata.js';
2
+ export { addresses } from './addresses.js';
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="76" height="80" fill="none" viewBox="0 0 76 80"><path fill="#121212" d="M47.886 0H29.46L13.468 46.77h9.739L36.16 8.615h4.69L53.804 46.77H23.207l-3.014 8.615h36.514L65.081 80h10.05zM2.103 80h9.714l8.376-24.615h-9.672zm1.712-33.23L.868 55.385h9.653l2.947-8.615z"/></svg>
@@ -0,0 +1,2 @@
1
+ import type { ChainMetadata } from '@hyperlane-xyz/sdk';
2
+ export declare const metadata: ChainMetadata;
@@ -0,0 +1,37 @@
1
+ export const metadata = {
2
+ "blockExplorers": [
3
+ {
4
+ "apiUrl": "https://explorer.provable.com",
5
+ "family": "other",
6
+ "name": "Provable Explorer",
7
+ "url": "https://explorer.provable.com"
8
+ }
9
+ ],
10
+ "blocks": {
11
+ "confirmations": 0,
12
+ "estimateBlockTime": 3,
13
+ "reorgPeriod": 0
14
+ },
15
+ "chainId": 0,
16
+ "deployer": {
17
+ "name": "Abacus Works",
18
+ "url": "https://www.hyperlane.xyz"
19
+ },
20
+ "displayName": "Aleo",
21
+ "domainId": 1634493807,
22
+ "gasCurrencyCoinGeckoId": "aleo",
23
+ "name": "aleo",
24
+ "nativeToken": {
25
+ "decimals": 6,
26
+ "denom": "credits",
27
+ "name": "Aleo",
28
+ "symbol": "ALEO"
29
+ },
30
+ "protocol": "aleo",
31
+ "rpcUrls": [
32
+ {
33
+ "http": "https://api.explorer.provable.com/v2"
34
+ }
35
+ ],
36
+ "technicalStack": "other"
37
+ };
@@ -0,0 +1,37 @@
1
+ {
2
+ "blockExplorers": [
3
+ {
4
+ "apiUrl": "https://explorer.provable.com",
5
+ "family": "other",
6
+ "name": "Provable Explorer",
7
+ "url": "https://explorer.provable.com"
8
+ }
9
+ ],
10
+ "blocks": {
11
+ "confirmations": 0,
12
+ "estimateBlockTime": 3,
13
+ "reorgPeriod": 0
14
+ },
15
+ "chainId": 0,
16
+ "deployer": {
17
+ "name": "Abacus Works",
18
+ "url": "https://www.hyperlane.xyz"
19
+ },
20
+ "displayName": "Aleo",
21
+ "domainId": 1634493807,
22
+ "gasCurrencyCoinGeckoId": "aleo",
23
+ "name": "aleo",
24
+ "nativeToken": {
25
+ "decimals": 6,
26
+ "denom": "credits",
27
+ "name": "Aleo",
28
+ "symbol": "ALEO"
29
+ },
30
+ "protocol": "aleo",
31
+ "rpcUrls": [
32
+ {
33
+ "http": "https://api.explorer.provable.com/v2"
34
+ }
35
+ ],
36
+ "technicalStack": "other"
37
+ }
@@ -0,0 +1,28 @@
1
+ # yaml-language-server: $schema=../schema.json
2
+ blockExplorers:
3
+ - apiUrl: https://explorer.provable.com
4
+ family: other
5
+ name: Provable Explorer
6
+ url: https://explorer.provable.com
7
+ blocks:
8
+ confirmations: 0
9
+ estimateBlockTime: 3
10
+ reorgPeriod: 0
11
+ chainId: 0
12
+ deployer:
13
+ name: Abacus Works
14
+ url: https://www.hyperlane.xyz
15
+ displayName: Aleo
16
+ # Generated from: parseInt('0x'+Buffer.from('aleo').toString('hex')) % (2**31-1)
17
+ domainId: 1634493807
18
+ gasCurrencyCoinGeckoId: aleo
19
+ name: aleo
20
+ nativeToken:
21
+ decimals: 6
22
+ denom: credits
23
+ name: Aleo
24
+ symbol: ALEO
25
+ protocol: aleo
26
+ rpcUrls:
27
+ - http: https://api.explorer.provable.com/v2
28
+ technicalStack: other
@@ -1,4 +1,11 @@
1
1
  export const metadata = {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated",
5
+ "unavailable"
6
+ ],
7
+ "status": "disabled"
8
+ },
2
9
  "blockExplorers": [
3
10
  {
4
11
  "apiUrl": "https://explorer.form.network/api",
@@ -1,4 +1,11 @@
1
1
  {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated",
5
+ "unavailable"
6
+ ],
7
+ "status": "disabled"
8
+ },
2
9
  "blockExplorers": [
3
10
  {
4
11
  "apiUrl": "https://explorer.form.network/api",
@@ -1,4 +1,7 @@
1
1
  # yaml-language-server: $schema=../schema.json
2
+ availability:
3
+ reasons: [deprecated, unavailable]
4
+ status: disabled
2
5
  blockExplorers:
3
6
  - apiUrl: https://explorer.form.network/api
4
7
  family: blockscout
@@ -1,4 +1,10 @@
1
1
  export const metadata = {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "bech32Prefix": "inj",
3
9
  "blockExplorers": [
4
10
  {
@@ -1,4 +1,10 @@
1
1
  {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "bech32Prefix": "inj",
3
9
  "blockExplorers": [
4
10
  {
@@ -1,4 +1,7 @@
1
1
  # yaml-language-server: $schema=../schema.json
2
+ availability:
3
+ reasons: [deprecated]
4
+ status: disabled
2
5
  bech32Prefix: inj
3
6
  blockExplorers:
4
7
  - apiUrl: https://apis.mintscan.io/v1/injective
@@ -1,4 +1,10 @@
1
1
  export const metadata = {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "bech32Prefix": "milk",
3
9
  "blocks": {
4
10
  "confirmations": 1,
@@ -1,4 +1,10 @@
1
1
  {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "bech32Prefix": "milk",
3
9
  "blocks": {
4
10
  "confirmations": 1,
@@ -1,4 +1,7 @@
1
1
  # yaml-language-server: $schema=../schema.json
2
+ availability:
3
+ reasons: [deprecated]
4
+ status: disabled
2
5
  bech32Prefix: milk
3
6
  blocks:
4
7
  confirmations: 1
@@ -1,4 +1,10 @@
1
1
  export const metadata = {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "blockExplorers": [
3
9
  {
4
10
  "apiUrl": "https://explorer.mintchain.io/api",
@@ -1,4 +1,10 @@
1
1
  {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "blockExplorers": [
3
9
  {
4
10
  "apiUrl": "https://explorer.mintchain.io/api",
@@ -1,3 +1,6 @@
1
+ availability:
2
+ reasons: [deprecated]
3
+ status: disabled
1
4
  blockExplorers:
2
5
  - apiUrl: https://explorer.mintchain.io/api
3
6
  family: blockscout
@@ -1,4 +1,10 @@
1
1
  export const metadata = {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "bech32Prefix": "neutron",
3
9
  "blockExplorers": [
4
10
  {
@@ -1,4 +1,10 @@
1
1
  {
2
+ "availability": {
3
+ "reasons": [
4
+ "deprecated"
5
+ ],
6
+ "status": "disabled"
7
+ },
2
8
  "bech32Prefix": "neutron",
3
9
  "blockExplorers": [
4
10
  {
@@ -1,4 +1,7 @@
1
1
  # yaml-language-server: $schema=../schema.json
2
+ availability:
3
+ reasons: [deprecated]
4
+ status: disabled
2
5
  bech32Prefix: neutron
3
6
  blockExplorers:
4
7
  - apiUrl: https://apis.mintscan.io/v1/neutron
@@ -142,8 +142,7 @@
142
142
  "chainId": {
143
143
  "anyOf": [
144
144
  {
145
- "type": "integer",
146
- "exclusiveMinimum": 0
145
+ "$ref": "#/definitions/hyperlaneChainMetadata/properties/blocks/properties/reorgPeriod/anyOf/0"
147
146
  },
148
147
  {
149
148
  "type": "string"
@@ -227,7 +226,8 @@
227
226
  "type": "object",
228
227
  "properties": {
229
228
  "maxBlockRange": {
230
- "$ref": "#/definitions/hyperlaneChainMetadata/properties/chainId/anyOf/0",
229
+ "type": "integer",
230
+ "exclusiveMinimum": 0,
231
231
  "description": "The maximum range between block numbers for which the RPC can query data"
232
232
  },
233
233
  "minBlockNumber": {
@@ -235,7 +235,7 @@
235
235
  "description": "The absolute minimum block number that this RPC supports."
236
236
  },
237
237
  "maxBlockAge": {
238
- "$ref": "#/definitions/hyperlaneChainMetadata/properties/chainId/anyOf/0",
238
+ "$ref": "#/definitions/hyperlaneChainMetadata/properties/grpcUrls/items/properties/pagination/properties/maxBlockRange",
239
239
  "description": "The relative different from latest block that this RPC supports."
240
240
  }
241
241
  },
@@ -1,9 +1,29 @@
1
1
  export const warpRouteConfig = {
2
2
  "tokens": [
3
+ {
4
+ "addressOrDenom": "0xAb5061BebE14630a768D361BB43E7ca714C634E4",
5
+ "chainName": "base",
6
+ "connections": [
7
+ {
8
+ "token": "ethereum|bsc|0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0"
9
+ },
10
+ {
11
+ "token": "ethereum|matchain|0xB64a077d1cE66B422F09342597bc9C26FA82605d"
12
+ }
13
+ ],
14
+ "decimals": 18,
15
+ "logoURI": "/deployments/warp_routes/MAT/logo.svg",
16
+ "name": "Matchain",
17
+ "standard": "EvmHypSynthetic",
18
+ "symbol": "MAT"
19
+ },
3
20
  {
4
21
  "addressOrDenom": "0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0",
5
22
  "chainName": "bsc",
6
23
  "connections": [
24
+ {
25
+ "token": "ethereum|base|0xAb5061BebE14630a768D361BB43E7ca714C634E4"
26
+ },
7
27
  {
8
28
  "token": "ethereum|matchain|0xB64a077d1cE66B422F09342597bc9C26FA82605d"
9
29
  }
@@ -17,8 +37,12 @@ export const warpRouteConfig = {
17
37
  {
18
38
  "addressOrDenom": "0xB64a077d1cE66B422F09342597bc9C26FA82605d",
19
39
  "chainName": "matchain",
40
+ "coinGeckoId": "matchain",
20
41
  "collateralAddressOrDenom": "0x44a83a012B926853DFc1BBE2ec5BEf37126067e8",
21
42
  "connections": [
43
+ {
44
+ "token": "ethereum|base|0xAb5061BebE14630a768D361BB43E7ca714C634E4"
45
+ },
22
46
  {
23
47
  "token": "ethereum|bsc|0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0"
24
48
  }
@@ -1,9 +1,29 @@
1
1
  {
2
2
  "tokens": [
3
+ {
4
+ "addressOrDenom": "0xAb5061BebE14630a768D361BB43E7ca714C634E4",
5
+ "chainName": "base",
6
+ "connections": [
7
+ {
8
+ "token": "ethereum|bsc|0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0"
9
+ },
10
+ {
11
+ "token": "ethereum|matchain|0xB64a077d1cE66B422F09342597bc9C26FA82605d"
12
+ }
13
+ ],
14
+ "decimals": 18,
15
+ "logoURI": "/deployments/warp_routes/MAT/logo.svg",
16
+ "name": "Matchain",
17
+ "standard": "EvmHypSynthetic",
18
+ "symbol": "MAT"
19
+ },
3
20
  {
4
21
  "addressOrDenom": "0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0",
5
22
  "chainName": "bsc",
6
23
  "connections": [
24
+ {
25
+ "token": "ethereum|base|0xAb5061BebE14630a768D361BB43E7ca714C634E4"
26
+ },
7
27
  {
8
28
  "token": "ethereum|matchain|0xB64a077d1cE66B422F09342597bc9C26FA82605d"
9
29
  }
@@ -17,8 +37,12 @@
17
37
  {
18
38
  "addressOrDenom": "0xB64a077d1cE66B422F09342597bc9C26FA82605d",
19
39
  "chainName": "matchain",
40
+ "coinGeckoId": "matchain",
20
41
  "collateralAddressOrDenom": "0x44a83a012B926853DFc1BBE2ec5BEf37126067e8",
21
42
  "connections": [
43
+ {
44
+ "token": "ethereum|base|0xAb5061BebE14630a768D361BB43E7ca714C634E4"
45
+ },
22
46
  {
23
47
  "token": "ethereum|bsc|0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0"
24
48
  }
@@ -1,8 +1,19 @@
1
1
  # yaml-language-server: $schema=../schema.json
2
2
  tokens:
3
+ - addressOrDenom: "0xAb5061BebE14630a768D361BB43E7ca714C634E4"
4
+ chainName: base
5
+ connections:
6
+ - token: ethereum|bsc|0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0
7
+ - token: ethereum|matchain|0xB64a077d1cE66B422F09342597bc9C26FA82605d
8
+ decimals: 18
9
+ logoURI: /deployments/warp_routes/MAT/logo.svg
10
+ name: Matchain
11
+ standard: EvmHypSynthetic
12
+ symbol: MAT
3
13
  - addressOrDenom: "0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0"
4
14
  chainName: bsc
5
15
  connections:
16
+ - token: ethereum|base|0xAb5061BebE14630a768D361BB43E7ca714C634E4
6
17
  - token: ethereum|matchain|0xB64a077d1cE66B422F09342597bc9C26FA82605d
7
18
  decimals: 18
8
19
  logoURI: /deployments/warp_routes/MAT/logo.svg
@@ -11,8 +22,10 @@ tokens:
11
22
  symbol: MAT
12
23
  - addressOrDenom: "0xB64a077d1cE66B422F09342597bc9C26FA82605d"
13
24
  chainName: matchain
25
+ coinGeckoId: matchain
14
26
  collateralAddressOrDenom: "0x44a83a012B926853DFc1BBE2ec5BEf37126067e8"
15
27
  connections:
28
+ - token: ethereum|base|0xAb5061BebE14630a768D361BB43E7ca714C634E4
16
29
  - token: ethereum|bsc|0xFE2DD2d57a05F89438F3AEC94EaFA4070396bab0
17
30
  decimals: 18
18
31
  logoURI: /deployments/warp_routes/MAT/logo.svg