viem
Version:
21 lines • 556 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const matchainTestnet = /*#__PURE__*/ defineChain({
id: 699,
name: 'Matchain Testnet',
nativeCurrency: {
name: 'BNB',
symbol: 'BNB',
decimals: 18,
},
rpcUrls: {
default: { http: ['https://testnet-rpc.matchain.io'] },
},
blockExplorers: {
default: {
name: 'Matchain Scan',
url: 'https://testnet.matchscan.io',
},
},
testnet: true,
});
//# sourceMappingURL=matchainTestnet.js.map