Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 04be9f4

Browse files
committed
rollback network change
1 parent 345cdae commit 04be9f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/base/src/utils/network.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const Networks: Network[] = [
8181
'linea-goerli',
8282
'x-dfk-avax-chain',
8383
'x-dfk-avax-chain-test',
84+
'mantle',
8485
];
8586

8687
export function isValidNetwork(text: string): text is Network {
@@ -134,4 +135,5 @@ const chainIds: { [key in Network]: number } = {
134135
'linea-goerli': 59140,
135136
'x-dfk-avax-chain': 53935,
136137
'x-dfk-avax-chain-test': 335,
138+
'mantle': 5000,
137139
};

0 commit comments

Comments
 (0)