We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbf607 commit ff2be9aCopy full SHA for ff2be9a
sdks/sdk-core/src/chains.ts
@@ -26,6 +26,7 @@ export enum ChainId {
26
WORLDCHAIN = 480,
27
UNICHAIN_SEPOLIA = 1301,
28
UNICHAIN = 130,
29
+ MONAD_TESTNET = 41454,
30
}
31
32
export const SUPPORTED_CHAINS = [
0 commit comments