viem
Version:
19 lines • 578 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const radiusTestnet = /*#__PURE__*/ defineChain({
id: 72_344,
name: 'Radius Test Network',
nativeCurrency: { name: 'Radius USD', symbol: 'RUSD', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.testnet.radiustech.xyz'],
},
},
blockExplorers: {
default: {
name: 'Radius Test Network Explorer',
url: 'https://testnet.radiustech.xyz',
},
},
testnet: true,
});
//# sourceMappingURL=radiusTestnet.js.map