Skip to content

Commit 2d5d784

Browse files
authored
feat(usdt0): add hedera (#471)
1 parent 9ff94e2 commit 2d5d784

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/adapters/usdt0/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const deployments = {
3434
oapp: "0x567287d2A9829215a37e3B88843d32f9221E7588",
3535
token: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
3636
}],
37+
hedera: [{
38+
oapp: "0xe3119e23fC2371d1E6b01775ba312035425A53d6",
39+
token: "0x00000000000000000000000000000000009Ce723",
40+
}],
3741
hyperliquid: [{
3842
oapp: "0x904861a24F30EC96ea7CFC3bE9EA4B476d237e98",
3943
token: "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",

src/data/bridgeNetworkData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,6 +2458,7 @@ export default [
24582458
"Corn",
24592459
"Ethereum",
24602460
"Flare",
2461+
"Hedera",
24612462
"Hyperliquid",
24622463
"Ink",
24632464
"Mantle",

0 commit comments

Comments
 (0)