Skip to content

Commit ff2be9a

Browse files
authored
feat(sdk-core): add monad testnet (#212)
1 parent 0fbf607 commit ff2be9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/sdk-core/src/chains.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export enum ChainId {
2626
WORLDCHAIN = 480,
2727
UNICHAIN_SEPOLIA = 1301,
2828
UNICHAIN = 130,
29+
MONAD_TESTNET = 41454,
2930
}
3031

3132
export const SUPPORTED_CHAINS = [

0 commit comments

Comments
 (0)