Skip to content

Commit 3167210

Browse files
committed
move env to sdk
1 parent f88dd60 commit 3167210

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

projects/helper/env.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,9 @@ const DEFAULTS = {
3131
TRON_RPC: 'https://api.trongrid.io',
3232
MOVE_RPC: 'https://mainnet.movementnetwork.xyz',
3333
SUPRA_RPC: 'https://rpc-mainnet.supra.com',
34-
FLAME_RPC: "https://rpc.flame.astria.org",
35-
BASECAMP_RPC: "https://rpc.basecamp.t.raas.gelato.cloud",
36-
BERACHAIN_ARCHIVAL_RPC: "https://bera.blockscout.com/api/eth-rpc",
37-
PLUME_RPC: "https://rpc.plume.org",
38-
NIBIRU_RPC: "https://evm-rpc.archive.nibiru.fi/",
3934
IOTA_RPC: "https://api.mainnet.iota.cafe",
40-
KAVA_ARCHIVAL_RPC: "https://evm.kava.io",
4135
BIFROST_P_RPC: "wss://api-bifrost-polkadot.n.dwellir.com/"+_yek,
4236
BIFROST_K_RPC: "wss://api-bifrost-kusama.n.dwellir.com/"+_yek,
43-
HYDRAGON_RPC: "https://rpc-mainnet.hydrachain.org",
44-
TAC_RPC: "https://rpc.tac.build",
45-
FRAXTAL_RPC: "https://rpc.frax.com",
46-
TAC_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
47-
ABSTRACT_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
48-
BITCI_RPC_MULTICALL: "0x777238B119cD07e6849b0817f284532DC0F9F8D9", // bitci multicall3
49-
XONE_RPC: 'https://rpc.xone.org',
50-
KASPLEX_RPC: "https://evmrpc.kasplex.org",
5137
}
5238

5339
const ENV_KEYS = [

0 commit comments

Comments
 (0)