@stratosphere-network/token
Version:
Token module for StratoSphere SDK - ERC20 token minting and factory functionality
33 lines • 1.69 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.factoryAddress = exports.RPC_URLS = exports.Chain = void 0;
const constants_1 = require("./constants");
var Chain;
(function (Chain) {
Chain["ETHEREUM_MAINNET"] = "ethereum-mainnet";
Chain["ETHEREUM_SEPOLIA"] = "ethereum-sepolia";
Chain["POLYGON_MAINNET"] = "polygon-mainnet";
Chain["BERACHAIN_MAINNET"] = "berachain-mainnet";
Chain["BERACHAIN_TESTNET"] = "berachain-testnet";
Chain["BASE_MAINNET"] = "base-mainnet";
Chain["ARBITRUM_MAINNET"] = "arbitrum-mainnet";
Chain["OPTIMISM_MAINNET"] = "optimism-mainnet";
})(Chain || (exports.Chain = Chain = {}));
var RPC_URLS;
(function (RPC_URLS) {
RPC_URLS["ethereum-mainnet"] = "https://rpc.ankr.com/eth";
RPC_URLS["ethereum-sepolia"] = "https://1rpc.io/sepolia";
RPC_URLS["polygon-mainnet"] = "https://polygon-rpc.com";
RPC_URLS["berachain-mainnet"] = "https://rpc.berachain.com";
RPC_URLS["berachain-testnet"] = "https://bepolia.rpc.berachain.com";
RPC_URLS["base-mainnet"] = "https://mainnet.base.org";
RPC_URLS["arbitrum-mainnet"] = "https://arb1.arbitrum.io/rpc";
RPC_URLS["optimism-mainnet"] = "https://mainnet.optimism.io";
})(RPC_URLS || (exports.RPC_URLS = RPC_URLS = {}));
var factoryAddress;
(function (factoryAddress) {
factoryAddress["berachain-mainnet"] = "0xc00F07B6Bf28961B2Ec7CE1DFFA3676AC52F0FcE";
factoryAddress["berachain-testnet"] = "0x1b06cc2dd9A75EC546ECB591936b71d3B593851c";
factoryAddress["ethereum-sepolia"] = "0x74f745e05C40b0b5b7ea62f8EC11914be8dA18c6";
})(factoryAddress || (exports.factoryAddress = factoryAddress = {}));
//# sourceMappingURL=types.js.map