opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
29 lines • 1.04 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.sapphireTestnet = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.sapphireTestnet = (0, defineChain_js_1.defineChain)({
id: 23295,
name: 'Oasis Sapphire Testnet',
network: 'sapphire-testnet',
nativeCurrency: { name: 'Sapphire Test Rose', symbol: 'TEST', decimals: 18 },
rpcUrls: {
default: {
http: ['https://testnet.sapphire.oasis.dev'],
webSocket: ['wss://testnet.sapphire.oasis.dev/ws'],
},
},
blockExplorers: {
default: {
name: 'Oasis Explorer',
url: 'https://explorer.oasis.io/testnet/sapphire',
},
blockscout: {
name: 'Oasis Sapphire Testnet Explorer',
url: 'https://testnet.old-explorer.sapphire.oasis.dev',
apiUrl: 'https://testnet.old-explorer.sapphire.oasis.dev/api',
},
},
testnet: true,
});
//# sourceMappingURL=sapphireTestnet.js.map
;