Skip to content

Commit 9e39b85

Browse files
authored
feat: add wstETH/igra warp route (#1455)
1 parent 4f47ffd commit 9e39b85

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.changeset/add-wsteth-igra.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/registry': minor
3+
---
4+
5+
added wstETH warp route on ethereum and igra
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# yaml-language-server: $schema=../schema.json
2+
tokens:
3+
- addressOrDenom: "0xC3f8B34587EB403FC30a161d6A35cB724A3b273E"
4+
chainName: igra
5+
connections:
6+
- token: ethereum|ethereum|0x0E47F12002CbDC72E3d1080d10f44A5A94279A29
7+
decimals: 18
8+
logoURI: /deployments/warp_routes/WSTETH/logo.svg
9+
name: Wrapped stETH
10+
standard: EvmHypSynthetic
11+
symbol: wstETH
12+
- addressOrDenom: "0x0E47F12002CbDC72E3d1080d10f44A5A94279A29"
13+
chainName: ethereum
14+
coinGeckoId: wrapped-steth
15+
collateralAddressOrDenom: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
16+
connections:
17+
- token: ethereum|igra|0xC3f8B34587EB403FC30a161d6A35cB724A3b273E
18+
decimals: 18
19+
logoURI: /deployments/warp_routes/WSTETH/logo.svg
20+
name: Wrapped liquid staked Ether 2.0
21+
standard: EvmHypCollateral
22+
symbol: wstETH
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
ethereum:
2+
decimals: 18
3+
mailbox: "0xc005dc82818d67AF737725bD4bf75435d065D239"
4+
name: Wrapped stETH
5+
owner: "0x442f580802aDa1B1E83DCaf103682C59dAEe904E"
6+
symbol: wstETH
7+
token: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
8+
type: collateral
9+
igra:
10+
decimals: 18
11+
mailbox: "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7"
12+
name: Wrapped stETH
13+
owner: "0xe1C9B631fD776442b7E2c91a58C6d713Bb13FF03"
14+
symbol: wstETH
15+
tokenFee:
16+
feeContracts:
17+
ethereum:
18+
bps: 6
19+
owner: "0x42cb788529463B1F41de9E3cd3d2906930aCd32F"
20+
type: LinearFee
21+
owner: "0x42cb788529463B1F41de9E3cd3d2906930aCd32F"
22+
type: RoutingFee
23+
type: synthetic

0 commit comments

Comments
 (0)