@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.
@@ -1809,7 +1809,7 @@ export const chainMetadata = {
1809
1809
  },
1810
1810
  "grpcUrls": [
1811
1811
  {
1812
- "http": "https://public-celestia-mocha4-consensus.numia.xyz:9090"
1812
+ "http": "https://grpc-celestia-testnet.mzonder.com:443"
1813
1813
  }
1814
1814
  ],
1815
1815
  "index": {
@@ -20,7 +20,7 @@ export const metadata = {
20
20
  },
21
21
  "grpcUrls": [
22
22
  {
23
- "http": "https://public-celestia-mocha4-consensus.numia.xyz:9090"
23
+ "http": "https://grpc-celestia-testnet.mzonder.com:443"
24
24
  }
25
25
  ],
26
26
  "index": {
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "grpcUrls": [
22
22
  {
23
- "http": "https://public-celestia-mocha4-consensus.numia.xyz:9090"
23
+ "http": "https://grpc-celestia-testnet.mzonder.com:443"
24
24
  }
25
25
  ],
26
26
  "index": {
@@ -17,7 +17,7 @@ gasPrice:
17
17
  amount: "0.1"
18
18
  denom: utia
19
19
  grpcUrls:
20
- - http: https://public-celestia-mocha4-consensus.numia.xyz:9090
20
+ - http: https://grpc-celestia-testnet.mzonder.com:443
21
21
  index:
22
22
  chunk: 10
23
23
  from: 6915786
@@ -0,0 +1,2 @@
1
+ import type { WarpCoreConfig } from '@hyperlane-xyz/sdk';
2
+ export declare const warpRouteConfig: WarpCoreConfig;
@@ -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
@@ -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": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/registry",
3
3
  "description": "A collection of configs, artifacts, and schemas for Hyperlane",
4
- "version": "19.1.0",
4
+ "version": "19.1.1",
5
5
  "dependencies": {
6
6
  "jszip": "^3.10.1",
7
7
  "yaml": "2.4.5",