viem
Version:
20 lines (18 loc) • 456 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const oasys = /*#__PURE__*/ defineChain({
id: 248,
name: 'Oasys',
nativeCurrency: { name: 'Oasys', symbol: 'OAS', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.mainnet.oasys.games'],
},
},
blockExplorers: {
default: {
name: 'OasysScan',
url: 'https://scan.oasys.games',
apiUrl: 'https://scan.oasys.games/api',
},
},
})