opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
32 lines • 841 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.blast = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
const sourceId = 1;
exports.blast = (0, defineChain_js_1.defineChain)({
id: 81457,
name: 'Blast',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['https://rpc.blast.io'] },
},
blockExplorers: {
default: {
name: 'Blastscan',
url: 'https://blastscan.io',
apiUrl: 'https://api.blastscan.io/api',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 212929,
},
},
sourceId,
});
//# sourceMappingURL=blast.js.map
;