PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/_esm/chains/definitions
Просмотр файла: merlinErigonTestnet.js
import { defineChain } from '../../utils/chain/defineChain.js';
export const merlinErigonTestnet = /*#__PURE__*/ defineChain({
id: 4203,
name: 'Merlin Erigon Testnet',
nativeCurrency: {
name: 'BTC',
symbol: 'BTC',
decimals: 18,
},
rpcUrls: {
default: { http: ['https://testnet-erigon-rpc.merlinchain.io'] },
},
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://testnet-erigon-scan.merlinchain.io',
apiUrl: 'https://testnet-erigon-scan.merlinchain.io/api',
},
},
testnet: true,
});
//# sourceMappingURL=merlinErigonTestnet.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!