Skip to content

Commit 5889ce0

Browse files
haggis-hyperlaneHaggis
andauthored
feat: add nativeToken.address to tempo metadata (#1584)
Co-authored-by: Haggis <haggis@hyperlane.xyz>
1 parent aa9b6ec commit 5889ce0

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/registry': patch
3+
---
4+
5+
- Added the `nativeToken.address` field to tempo metadata, pointing at the pathUSD TIP-20 contract (0x20c0000000000000000000000000000000000000). This flags that tempo's gas token is an ERC20 contract rather than a protocol-level native token, so funding/balance tooling should use balanceOf / ERC20 transfers instead of eth_getBalance / native sends.

chains/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9003,6 +9003,7 @@ tempo:
90039003
gasCurrencyCoinGeckoId: usd-coin
90049004
name: tempo
90059005
nativeToken:
9006+
address: "0x20c0000000000000000000000000000000000000"
90069007
decimals: 6
90079008
name: pathUSD
90089009
symbol: pathUSD

chains/tempo/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ domainId: 4217
1717
gasCurrencyCoinGeckoId: usd-coin
1818
name: tempo
1919
nativeToken:
20+
address: "0x20c0000000000000000000000000000000000000"
2021
decimals: 6
2122
name: pathUSD
2223
symbol: pathUSD

0 commit comments

Comments
 (0)