@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
23 lines (21 loc) • 569 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const songbird = /*#__PURE__*/ defineChain({
id: 19,
name: 'Songbird Mainnet',
network: 'songbird-mainnet',
nativeCurrency: {
decimals: 18,
name: 'songbird',
symbol: 'SGB',
},
rpcUrls: {
default: { http: ['https://songbird-api.flare.network/ext/C/rpc'] },
public: { http: ['https://songbird-api.flare.network/ext/C/rpc'] },
},
blockExplorers: {
default: {
name: 'Songbird Explorer',
url: 'https://songbird-explorer.flare.network',
},
},
})