@hyperlane-xyz/registry 17.6.0 → 17.7.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/deployments/warp_routes/TOSHI/toshi-config.d.ts +2 -0
- package/dist/deployments/warp_routes/TOSHI/toshi-config.js +34 -0
- package/dist/deployments/warp_routes/TOSHI/toshi-config.json +34 -0
- package/dist/deployments/warp_routes/TOSHI/toshi-config.yaml +21 -0
- package/dist/warpRouteConfigs.js +34 -0
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const warpRouteConfig = {
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3",
|
|
5
|
+
"chainName": "base",
|
|
6
|
+
"coinGeckoId": "toshi",
|
|
7
|
+
"collateralAddressOrDenom": "0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4",
|
|
8
|
+
"connections": [
|
|
9
|
+
{
|
|
10
|
+
"token": "ethereum|bsc|0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"decimals": 18,
|
|
14
|
+
"logoURI": "/deployments/warp_routes/TOSHI/logo.svg",
|
|
15
|
+
"name": "Toshi",
|
|
16
|
+
"standard": "EvmHypCollateral",
|
|
17
|
+
"symbol": "TOSHI"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"addressOrDenom": "0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f",
|
|
21
|
+
"chainName": "bsc",
|
|
22
|
+
"connections": [
|
|
23
|
+
{
|
|
24
|
+
"token": "ethereum|base|0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"decimals": 18,
|
|
28
|
+
"logoURI": "/deployments/warp_routes/TOSHI/logo.svg",
|
|
29
|
+
"name": "Toshi",
|
|
30
|
+
"standard": "EvmHypSynthetic",
|
|
31
|
+
"symbol": "TOSHI"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3",
|
|
5
|
+
"chainName": "base",
|
|
6
|
+
"coinGeckoId": "toshi",
|
|
7
|
+
"collateralAddressOrDenom": "0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4",
|
|
8
|
+
"connections": [
|
|
9
|
+
{
|
|
10
|
+
"token": "ethereum|bsc|0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"decimals": 18,
|
|
14
|
+
"logoURI": "/deployments/warp_routes/TOSHI/logo.svg",
|
|
15
|
+
"name": "Toshi",
|
|
16
|
+
"standard": "EvmHypCollateral",
|
|
17
|
+
"symbol": "TOSHI"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"addressOrDenom": "0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f",
|
|
21
|
+
"chainName": "bsc",
|
|
22
|
+
"connections": [
|
|
23
|
+
{
|
|
24
|
+
"token": "ethereum|base|0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"decimals": 18,
|
|
28
|
+
"logoURI": "/deployments/warp_routes/TOSHI/logo.svg",
|
|
29
|
+
"name": "Toshi",
|
|
30
|
+
"standard": "EvmHypSynthetic",
|
|
31
|
+
"symbol": "TOSHI"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
tokens:
|
|
2
|
+
- addressOrDenom: "0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3"
|
|
3
|
+
chainName: base
|
|
4
|
+
coinGeckoId: toshi
|
|
5
|
+
collateralAddressOrDenom: "0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4"
|
|
6
|
+
connections:
|
|
7
|
+
- token: ethereum|bsc|0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f
|
|
8
|
+
decimals: 18
|
|
9
|
+
logoURI: /deployments/warp_routes/TOSHI/logo.svg
|
|
10
|
+
name: Toshi
|
|
11
|
+
standard: EvmHypCollateral
|
|
12
|
+
symbol: TOSHI
|
|
13
|
+
- addressOrDenom: "0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f"
|
|
14
|
+
chainName: bsc
|
|
15
|
+
connections:
|
|
16
|
+
- token: ethereum|base|0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3
|
|
17
|
+
decimals: 18
|
|
18
|
+
logoURI: /deployments/warp_routes/TOSHI/logo.svg
|
|
19
|
+
name: Toshi
|
|
20
|
+
standard: EvmHypSynthetic
|
|
21
|
+
symbol: TOSHI
|
package/dist/warpRouteConfigs.js
CHANGED
|
@@ -7426,6 +7426,40 @@ export const warpRouteConfigs = {
|
|
|
7426
7426
|
}
|
|
7427
7427
|
]
|
|
7428
7428
|
},
|
|
7429
|
+
"TOSHI/toshi": {
|
|
7430
|
+
"tokens": [
|
|
7431
|
+
{
|
|
7432
|
+
"addressOrDenom": "0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3",
|
|
7433
|
+
"chainName": "base",
|
|
7434
|
+
"coinGeckoId": "toshi",
|
|
7435
|
+
"collateralAddressOrDenom": "0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4",
|
|
7436
|
+
"connections": [
|
|
7437
|
+
{
|
|
7438
|
+
"token": "ethereum|bsc|0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f"
|
|
7439
|
+
}
|
|
7440
|
+
],
|
|
7441
|
+
"decimals": 18,
|
|
7442
|
+
"logoURI": "/deployments/warp_routes/TOSHI/logo.svg",
|
|
7443
|
+
"name": "Toshi",
|
|
7444
|
+
"standard": "EvmHypCollateral",
|
|
7445
|
+
"symbol": "TOSHI"
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"addressOrDenom": "0x6a2608Dabe09bc1128EEC7275B92DFB939D5Db3f",
|
|
7449
|
+
"chainName": "bsc",
|
|
7450
|
+
"connections": [
|
|
7451
|
+
{
|
|
7452
|
+
"token": "ethereum|base|0x0fEA4BE161fDA8FBF24bbCd66a77f53E29F784A3"
|
|
7453
|
+
}
|
|
7454
|
+
],
|
|
7455
|
+
"decimals": 18,
|
|
7456
|
+
"logoURI": "/deployments/warp_routes/TOSHI/logo.svg",
|
|
7457
|
+
"name": "Toshi",
|
|
7458
|
+
"standard": "EvmHypSynthetic",
|
|
7459
|
+
"symbol": "TOSHI"
|
|
7460
|
+
}
|
|
7461
|
+
]
|
|
7462
|
+
},
|
|
7429
7463
|
"TRUMP/arbitrum-avalanche-base-flowmainnet-form-optimism-solanamainnet-worldchain": {
|
|
7430
7464
|
"tokens": [
|
|
7431
7465
|
{
|