@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
24 lines (22 loc) • 569 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const songbirdTestnet = /*#__PURE__*/ defineChain({
id: 16,
name: 'Coston',
network: 'coston',
nativeCurrency: {
decimals: 18,
name: 'costonflare',
symbol: 'CFLR',
},
rpcUrls: {
default: { http: ['https://coston-api.flare.network/ext/C/rpc'] },
public: { http: ['https://coston-api.flare.network/ext/C/rpc'] },
},
blockExplorers: {
default: {
name: 'Coston Explorer',
url: 'https://coston-explorer.flare.network',
},
},
testnet: true,
})