Skip to content

Commit ea878dc

Browse files
authored
Add Monad for Relay (#451)
1 parent 3116534 commit ea878dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/adapters/relay/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ export const slugToChainId: Record<string, number> = {
320320
"proof-of-play": 70700,
321321
"proof-of-play-boss": 70701,
322322
katana: 747474,
323+
monad: 143,
323324
};
324325

325326
export const chainIdToSlug: Record<number, string> = Object.fromEntries(

src/data/bridgeNetworkData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,6 +2515,7 @@ export default [
25152515
"Mantle",
25162516
"Mint",
25172517
"Mode",
2518+
"Monad",
25182519
"Optimism",
25192520
"Polygon",
25202521
"Polygon Zkevm",

0 commit comments

Comments
 (0)