viem
Version:
33 lines • 941 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
const sourceId = 11_155_111; // sepolia
export const plumeDevnet = /*#__PURE__*/ defineChain({
id: 98_864,
name: 'Plume Devnet (Legacy)',
nativeCurrency: {
name: 'Plume Sepolia Ether',
symbol: 'ETH',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://test-rpc.plumenetwork.xyz'],
webSocket: ['wss://test-rpc.plumenetwork.xyz'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://test-explorer.plumenetwork.xyz',
apiUrl: 'https://test-explorer.plumenetwork.xyz/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 481_948,
},
},
testnet: true,
sourceId,
});
//# sourceMappingURL=plumeDevnet.js.map