viem
Version:
26 lines (24 loc) • 667 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const robinhoodTestnet = /*#__PURE__*/ defineChain({
id: 46630,
name: 'Robinhood Chain Testnet',
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.testnet.chain.robinhood.com'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://explorer.testnet.chain.robinhood.com',
apiUrl: 'https://explorer.testnet.chain.robinhood.com/api',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
},
},
testnet: true,
})