viem
Version:
22 lines • 605 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const bxnTestnet = /*#__PURE__*/ defineChain({
id: 4777,
name: 'BlackFort Exchange Network Testnet',
nativeCurrency: {
name: 'BlackFort Testnet Token',
symbol: 'TBXN',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://testnet.blackfort.network/rpc'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://testnet-explorer.blackfort.network',
},
},
});
//# sourceMappingURL=bxnTestnet.js.map