viem
Version:
22 lines • 654 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.oasys = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.oasys = (0, defineChain_js_1.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',
},
},
});
//# sourceMappingURL=oasys.js.map
;