viem
Version:
22 lines • 675 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const juneoSocotraTestnet = /*#__PURE__*/ defineChain({
id: 101_003,
name: 'Socotra JUNE-Chain',
nativeCurrency: {
decimals: 18,
name: 'Socotra JUNE-Chain',
symbol: 'JUNE',
},
rpcUrls: {
default: { http: ['https://rpc.socotra-testnet.network/ext/bc/JUNE/rpc'] },
},
blockExplorers: {
default: {
name: 'Juneo Scan',
url: 'https://socotra.juneoscan.io/chain/2',
apiUrl: 'https://socotra.juneoscan.io/chain/2/api',
},
},
testnet: true,
});
//# sourceMappingURL=juneoSocotraTestnet.js.map