viem
Version:
22 lines (20 loc) • 458 B
text/typescript
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,
})