Skip to content

Commit 03afdf0

Browse files
committed
feat: add NYM warp route
1 parent e48bf66 commit 03afdf0

File tree

4 files changed

+67
-1
lines changed

4 files changed

+67
-1
lines changed

.changeset/fresh-sloths-tan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@hyperlane-xyz/registry': minor
33
---
44

5-
add nym chain metadata and addresses
5+
add nym chain metadata, addresses and warp route
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# yaml-language-server: $schema=../schema.json
2+
tokens:
3+
- addressOrDenom: "0x31d0E332ccEf98b583E40e0cEFBb7502c9a6b3f8"
4+
chainName: bsc
5+
connections:
6+
- token: cosmosnative|nym|0x726f757465725f61707000000000000000000000000000010000000000000001
7+
decimals: 6
8+
logoURI: /deployments/warp_routes/NYM/logo.svg
9+
name: NYM
10+
standard: EvmHypSynthetic
11+
symbol: NYM
12+
- addressOrDenom: "0x726f757465725f61707000000000000000000000000000010000000000000001"
13+
chainName: nym
14+
coinGeckoId: nym
15+
connections:
16+
- token: ethereum|bsc|0x31d0E332ccEf98b583E40e0cEFBb7502c9a6b3f8
17+
decimals: 6
18+
logoURI: /deployments/warp_routes/NYM/logo.svg
19+
name: Nym
20+
standard: CosmosNativeHypCollateral
21+
symbol: NYM
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bsc:
2+
decimals: 6
3+
interchainSecurityModule:
4+
domains:
5+
nym:
6+
modules:
7+
- threshold: 2
8+
type: merkleRootMultisigIsm
9+
validators:
10+
- "0x14588d90308e801564f7b222b78309154004ce22"
11+
- "0x390757ed58f94b57fdc59ebd72d939280af2d0d9"
12+
- "0xc7bc176dc2e8d1ee298f8cda962d7de711b11097"
13+
- threshold: 2
14+
type: messageIdMultisigIsm
15+
validators:
16+
- "0x14588d90308e801564f7b222b78309154004ce22"
17+
- "0x390757ed58f94b57fdc59ebd72d939280af2d0d9"
18+
- "0xc7bc176dc2e8d1ee298f8cda962d7de711b11097"
19+
threshold: 1
20+
type: staticAggregationIsm
21+
owner: "0xD4B4E957cF9d41A552a7034d0E1548a701469420"
22+
type: defaultFallbackRoutingIsm
23+
name: Nym
24+
owner: "0xD4B4E957cF9d41A552a7034d0E1548a701469420"
25+
symbol: NYM
26+
type: synthetic
27+
nym:
28+
foreignDeployment: "0x726f757465725f61707000000000000000000000000000010000000000000001"
29+
owner: n1gqrycg899c6hq7upy6508tcnp4j0rfvxcyjmtn
30+
type: native
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)