@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
20 lines (18 loc) • 446 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const ekta = /*#__PURE__*/ defineChain({
id: 1994,
name: 'Ekta',
network: 'ekta',
nativeCurrency: {
decimals: 18,
name: 'EKTA',
symbol: 'EKTA',
},
rpcUrls: {
public: { http: ['https://main.ekta.io'] },
default: { http: ['https://main.ekta.io'] },
},
blockExplorers: {
default: { name: 'Ektascan', url: 'https://ektascan.io' },
},
})