Skip to content

Commit 6fe7a1d

Browse files
authored
feat(usdt0): add morph (#465)
1 parent 572f2a8 commit 6fe7a1d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/adapters/usdt0/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ const deployments = {
5454
oapp: "0x9151434b16b9763660705744891fA906F660EcC5",
5555
token: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
5656
}],
57+
morph: [{
58+
oapp: "0xcb768e263FB1C62214E7cab4AA8d036D76dc59CC",
59+
token: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
60+
}],
5761
optimism: [{
5862
oapp: "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD",
5963
token: "0x01bFF41798a0BcF287b996046Ca68b395DbC1071",

src/data/bridgeNetworkData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,7 @@ export default [
24032403
"Mantle",
24042404
"MegaETH",
24052405
"Monad",
2406+
"Morph",
24062407
"Optimism",
24072408
"Plasma",
24082409
"Polygon",

0 commit comments

Comments
 (0)