@hyperlane-xyz/registry 19.1.0 → 19.1.1
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/chainMetadata.js +1 -1
- package/dist/chains/celestiatestnet/metadata.js +1 -1
- package/dist/chains/celestiatestnet/metadata.json +1 -1
- package/dist/chains/celestiatestnet/metadata.yaml +1 -1
- package/dist/deployments/warp_routes/TIA/basesepolia-celestiatestnet-config.d.ts +2 -0
- package/dist/deployments/warp_routes/TIA/basesepolia-celestiatestnet-config.js +33 -0
- package/dist/deployments/warp_routes/TIA/basesepolia-celestiatestnet-config.json +33 -0
- package/dist/deployments/warp_routes/TIA/basesepolia-celestiatestnet-config.yaml +21 -0
- package/dist/warpRouteConfigs.js +33 -0
- package/package.json +1 -1
package/dist/chainMetadata.js
CHANGED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const warpRouteConfig = {
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0xC2455315f69696295b357428fe13970bB5B4eFfA",
|
|
5
|
+
"chainName": "basesepolia",
|
|
6
|
+
"connections": [
|
|
7
|
+
{
|
|
8
|
+
"token": "cosmosnative|celestiatestnet|0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"decimals": 6,
|
|
12
|
+
"logoURI": "/deployments/warp_routes/TIA/logo.svg",
|
|
13
|
+
"name": "TIA",
|
|
14
|
+
"standard": "EvmHypSynthetic",
|
|
15
|
+
"symbol": "TIA"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"addressOrDenom": "0x726f757465725f61707000000000000000000000000000010000000000000000",
|
|
19
|
+
"chainName": "celestiatestnet",
|
|
20
|
+
"collateralAddressOrDenom": "utia",
|
|
21
|
+
"connections": [
|
|
22
|
+
{
|
|
23
|
+
"token": "ethereum|basesepolia|0xC2455315f69696295b357428fe13970bB5B4eFfA"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"decimals": 6,
|
|
27
|
+
"logoURI": "/deployments/warp_routes/TIA/logo.svg",
|
|
28
|
+
"name": "TIA",
|
|
29
|
+
"standard": "CosmosNativeHypCollateral",
|
|
30
|
+
"symbol": "TIA"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tokens": [
|
|
3
|
+
{
|
|
4
|
+
"addressOrDenom": "0xC2455315f69696295b357428fe13970bB5B4eFfA",
|
|
5
|
+
"chainName": "basesepolia",
|
|
6
|
+
"connections": [
|
|
7
|
+
{
|
|
8
|
+
"token": "cosmosnative|celestiatestnet|0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"decimals": 6,
|
|
12
|
+
"logoURI": "/deployments/warp_routes/TIA/logo.svg",
|
|
13
|
+
"name": "TIA",
|
|
14
|
+
"standard": "EvmHypSynthetic",
|
|
15
|
+
"symbol": "TIA"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"addressOrDenom": "0x726f757465725f61707000000000000000000000000000010000000000000000",
|
|
19
|
+
"chainName": "celestiatestnet",
|
|
20
|
+
"collateralAddressOrDenom": "utia",
|
|
21
|
+
"connections": [
|
|
22
|
+
{
|
|
23
|
+
"token": "ethereum|basesepolia|0xC2455315f69696295b357428fe13970bB5B4eFfA"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"decimals": 6,
|
|
27
|
+
"logoURI": "/deployments/warp_routes/TIA/logo.svg",
|
|
28
|
+
"name": "TIA",
|
|
29
|
+
"standard": "CosmosNativeHypCollateral",
|
|
30
|
+
"symbol": "TIA"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# yaml-language-server: $schema=../schema.json
|
|
2
|
+
tokens:
|
|
3
|
+
- addressOrDenom: "0xC2455315f69696295b357428fe13970bB5B4eFfA"
|
|
4
|
+
chainName: basesepolia
|
|
5
|
+
connections:
|
|
6
|
+
- token: cosmosnative|celestiatestnet|0x726f757465725f61707000000000000000000000000000010000000000000000
|
|
7
|
+
decimals: 6
|
|
8
|
+
logoURI: /deployments/warp_routes/TIA/logo.svg
|
|
9
|
+
name: TIA
|
|
10
|
+
standard: EvmHypSynthetic
|
|
11
|
+
symbol: TIA
|
|
12
|
+
- addressOrDenom: "0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
13
|
+
chainName: celestiatestnet
|
|
14
|
+
collateralAddressOrDenom: utia
|
|
15
|
+
connections:
|
|
16
|
+
- token: ethereum|basesepolia|0xC2455315f69696295b357428fe13970bB5B4eFfA
|
|
17
|
+
decimals: 6
|
|
18
|
+
logoURI: /deployments/warp_routes/TIA/logo.svg
|
|
19
|
+
name: TIA
|
|
20
|
+
standard: CosmosNativeHypCollateral
|
|
21
|
+
symbol: TIA
|
package/dist/warpRouteConfigs.js
CHANGED
|
@@ -7417,6 +7417,39 @@ export const warpRouteConfigs = {
|
|
|
7417
7417
|
}
|
|
7418
7418
|
]
|
|
7419
7419
|
},
|
|
7420
|
+
"TIA/basesepolia-celestiatestnet": {
|
|
7421
|
+
"tokens": [
|
|
7422
|
+
{
|
|
7423
|
+
"addressOrDenom": "0xC2455315f69696295b357428fe13970bB5B4eFfA",
|
|
7424
|
+
"chainName": "basesepolia",
|
|
7425
|
+
"connections": [
|
|
7426
|
+
{
|
|
7427
|
+
"token": "cosmosnative|celestiatestnet|0x726f757465725f61707000000000000000000000000000010000000000000000"
|
|
7428
|
+
}
|
|
7429
|
+
],
|
|
7430
|
+
"decimals": 6,
|
|
7431
|
+
"logoURI": "/deployments/warp_routes/TIA/logo.svg",
|
|
7432
|
+
"name": "TIA",
|
|
7433
|
+
"standard": "EvmHypSynthetic",
|
|
7434
|
+
"symbol": "TIA"
|
|
7435
|
+
},
|
|
7436
|
+
{
|
|
7437
|
+
"addressOrDenom": "0x726f757465725f61707000000000000000000000000000010000000000000000",
|
|
7438
|
+
"chainName": "celestiatestnet",
|
|
7439
|
+
"collateralAddressOrDenom": "utia",
|
|
7440
|
+
"connections": [
|
|
7441
|
+
{
|
|
7442
|
+
"token": "ethereum|basesepolia|0xC2455315f69696295b357428fe13970bB5B4eFfA"
|
|
7443
|
+
}
|
|
7444
|
+
],
|
|
7445
|
+
"decimals": 6,
|
|
7446
|
+
"logoURI": "/deployments/warp_routes/TIA/logo.svg",
|
|
7447
|
+
"name": "TIA",
|
|
7448
|
+
"standard": "CosmosNativeHypCollateral",
|
|
7449
|
+
"symbol": "TIA"
|
|
7450
|
+
}
|
|
7451
|
+
]
|
|
7452
|
+
},
|
|
7420
7453
|
"TIA/eclipsemainnet-stride": {
|
|
7421
7454
|
"options": {
|
|
7422
7455
|
"interchainFeeConstants": [
|