viem
Version:
33 lines • 935 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
const sourceId = 11_155_111; // sepolia
export const plumeSepolia = /*#__PURE__*/ defineChain({
id: 98_867,
name: 'Plume Testnet',
nativeCurrency: {
name: 'Plume',
symbol: 'PLUME',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://testnet-rpc.plumenetwork.xyz'],
webSocket: ['wss://testnet-rpc.plumenetwork.xyz'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://testnet-explorer.plumenetwork.xyz',
apiUrl: 'https://testnet-explorer.plumenetwork.xyz/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 199_712,
},
},
testnet: true,
sourceId,
});
//# sourceMappingURL=plumeSepolia.js.map