opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
27 lines (25 loc) • 814 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const sapphireTestnet = /*#__PURE__*/ 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,
})