@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
22 lines • 598 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const oasys = /*#__PURE__*/ defineChain({
id: 248,
name: 'Oasys',
network: 'oasys',
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.mainnet.oasys.games'],
},
public: {
http: ['https://rpc.mainnet.oasys.games'],
},
},
blockExplorers: {
default: {
name: 'OasysScan',
url: 'https://scan.oasys.games',
},
},
});
//# sourceMappingURL=oasys.js.map