@verified-network/verified-sdk
Version:
An SDK to develop applications on the Verified Network
33 lines (32 loc) • 837 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymasterConstants = void 0;
//Todo: add more network
exports.PaymasterConstants = {
TEST_CHAINS: [11155111, 84532, 421614],
HOSTED_SPONSOR_URL: "https://gateway.verified.network/api/sponsor",
//ethereum sepolia
11155111: {
RPC_URL: "https://eth-sepolia.public.blastapi.io",
},
//polgon mainnet
137: {
RPC_URL: "https://polygon-rpc.com",
},
//base sepolia
84532: {
RPC_URL: "https://sepolia.base.org",
},
//ethereum mainnet
1: {
RPC_URL: "https://eth-mainnet.public.blastapi.io",
},
//base mainnet
8453: {
RPC_URL: "https://base-mainnet.public.blastapi.io",
},
//gnosis
100: {
RPC_URL: "https://rpc.gnosischain.com",
},
};