@@ -24,9 +24,6 @@ export const DEFAULT_COLLECTION_DIR = path.resolve(
2424 '../../collections' ,
2525) ;
2626
27- export const COLLECTION_DIR =
28- process . env . MAGIC_DROP_COLLECTION_DIR || DEFAULT_COLLECTION_DIR ;
29-
3027export const ME_TRANSFER_VALIDATOR_V3 =
3128 '0x721C00D4FB075b22a5469e9CF2440697F729aA13' ;
3229export const LIMITBREAK_TRANSFER_VALIDATOR_V3 =
@@ -94,18 +91,28 @@ export const supportedChainNames: { [key in SUPPORTED_CHAINS]: string } = {
9491} ;
9592
9693export const rpcUrls : { [ chainId in SUPPORTED_CHAINS ] : string } = {
97- [ SUPPORTED_CHAINS . ETHEREUM ] : 'https://eth.llamarpc.com' , // Ethereum
98- [ SUPPORTED_CHAINS . BSC ] : 'https://bsc-dataseed.binance.org' , // BSC
99- [ SUPPORTED_CHAINS . POLYGON ] : 'https://polygon-rpc.com' , // Polygon
100- [ SUPPORTED_CHAINS . BASE ] : 'https://mainnet.base.org' , // Base
101- [ SUPPORTED_CHAINS . ARBITRUM ] : 'https://arb1.arbitrum.io/rpc' , // Arbitrum
102- [ SUPPORTED_CHAINS . SEI ] : 'https://evm-rpc.sei-apis.com' , // Sei
103- [ SUPPORTED_CHAINS . APECHAIN ] : 'https://rpc.apechain.com/http' , // ApeChain
104- [ SUPPORTED_CHAINS . SEPOLIA ] : 'https://ethereum-sepolia-rpc.publicnode.com' , // Sepolia
105- [ SUPPORTED_CHAINS . ABSTRACT ] : 'https://api.mainnet.abs.xyz' , // Abstract
106- [ SUPPORTED_CHAINS . BERACHAIN ] : 'https://rpc.berachain.com' , // Berachain
107- [ SUPPORTED_CHAINS . MONAD_TESTNET ] : 'https://testnet-rpc.monad.xyz' , // Monad Testnet
108- [ SUPPORTED_CHAINS . AVALANCHE ] : 'https://avalanche.drpc.org' , // Avalanche
94+ [ SUPPORTED_CHAINS . ETHEREUM ] :
95+ 'https://evm-router.magiceden.io/ethereum/mainnet/me2024' , // Ethereum
96+ [ SUPPORTED_CHAINS . BSC ] : 'https://evm-router.magiceden.io/bsc/mainnet/me2024' , // BSC
97+ [ SUPPORTED_CHAINS . POLYGON ] :
98+ 'https://evm-router.magiceden.io/polygon/mainnet/me2024' , // Polygon
99+ [ SUPPORTED_CHAINS . BASE ] :
100+ 'https://evm-router.magiceden.io/base/mainnet/me2024' , // Base
101+ [ SUPPORTED_CHAINS . ARBITRUM ] :
102+ 'https://evm-router.magiceden.io/arbitrum/mainnet/me2024' , // Arbitrum
103+ [ SUPPORTED_CHAINS . SEI ] : 'https://evm-router.magiceden.io/sei/mainnet/me2024' , // Sei
104+ [ SUPPORTED_CHAINS . APECHAIN ] :
105+ 'https://evm-router.magiceden.io/apechain/mainnet/me2024' , // ApeChain
106+ [ SUPPORTED_CHAINS . SEPOLIA ] :
107+ 'https://evm-router.magiceden.io/ethereum/sepolia/me2024' , // Sepolia
108+ [ SUPPORTED_CHAINS . ABSTRACT ] :
109+ 'https://evm-router.magiceden.io/abstract/mainnet/me2024' , // Abstract
110+ [ SUPPORTED_CHAINS . BERACHAIN ] :
111+ 'https://evm-router.magiceden.io/berachain/mainnet/me2024"' , // Berachain
112+ [ SUPPORTED_CHAINS . MONAD_TESTNET ] :
113+ 'https://evm-router.magiceden.io/monad/testnet/me2024' , // Monad Testnet
114+ [ SUPPORTED_CHAINS . AVALANCHE ] :
115+ 'https://evm-router.magiceden.io/avalanche/mainnet/me2024' , // Avalanche
109116} ;
110117
111118export const explorerUrls : { [ chainId in SUPPORTED_CHAINS ] : string } = {
0 commit comments