UNPKG

@blockbolt/monad-wallet

Version:
22 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockBolt_TESTNET_CONTRACT_ADDRESS = exports.MONAD_TESTNET = void 0; const viem_1 = require("viem"); exports.MONAD_TESTNET = (0, viem_1.defineChain)({ id: 10143, name: "Monad Testnet", nativeCurrency: { name: "Testnet MON Token", symbol: "MON", decimals: 18, }, rpcUrls: { default: { http: ["https://testnet-rpc.monad.xyz/"] }, public: { http: ["https://testnet-rpc.monad.xyz/"] }, }, blockExplorers: { default: { name: "Explorer", url: "https://testnet.monadexplorer.com/" }, }, }); exports.BlockBolt_TESTNET_CONTRACT_ADDRESS = "0xA5acD7638F1EA0F0B34e64674694FCD46DcFb5Cc"; //# sourceMappingURL=chain.js.map