@sei-js/evm
Version:
TypeScript library for EVM interactions on the Sei blockchain
15 lines (14 loc) • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.seiLocal = void 0;
const viem_1 = require("viem");
exports.seiLocal = (0, viem_1.defineChain)({
id: 713715,
name: 'Sei Local',
nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
rpcUrls: {
default: {
http: ['http://localhost:8545']
}
}
});