viem
Version:
29 lines • 735 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const whitechain = /*#__PURE__*/ defineChain({
testnet: false,
name: 'Whitechain',
blockExplorers: {
default: {
name: 'Whitechain Explorer',
url: 'https://explorer.whitechain.io',
},
},
id: 1875,
rpcUrls: {
default: {
http: ['https://rpc.whitechain.io'],
},
},
nativeCurrency: {
decimals: 18,
name: 'WhiteBIT Coin',
symbol: 'WBT',
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 25212237,
},
},
});
//# sourceMappingURL=whitechain.js.map