PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_esm/chains/definitions
Просмотр файла: plumeSepolia.js
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.plume.org'],
webSocket: ['wss://testnet-rpc.plume.org'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://testnet-explorer.plume.org',
apiUrl: 'https://testnet-explorer.plume.org/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 199_712,
},
},
testnet: true,
sourceId,
});
//# sourceMappingURL=plumeSepolia.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!