opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
21 lines • 622 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const songbird = /*#__PURE__*/ defineChain({
id: 19,
name: 'Songbird Mainnet',
nativeCurrency: {
decimals: 18,
name: 'songbird',
symbol: 'SGB',
},
rpcUrls: {
default: { http: ['https://songbird-api.flare.network/ext/C/rpc'] },
},
blockExplorers: {
default: {
name: 'Songbird Explorer',
url: 'https://songbird-explorer.flare.network',
apiUrl: 'https://songbird-explorer.flare.network/api',
},
},
});
//# sourceMappingURL=songbird.js.map