viem
Version:
35 lines • 950 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.stable = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.stable = (0, defineChain_js_1.defineChain)({
id: 988,
name: 'Stable Mainnet',
blockTime: 700,
nativeCurrency: {
name: 'USDT0',
symbol: 'USDT0',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://rpc.stable.xyz'],
webSocket: ['wss://rpc.stable.xyz'],
},
},
blockExplorers: {
default: {
name: 'Stablescan',
url: 'https://stablescan.xyz',
apiUrl: 'https://api.etherscan.io/v2/api?chainid=988',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 2423647,
},
},
testnet: false,
});
//# sourceMappingURL=stable.js.map