We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd2ad2 commit 3d5d9c3Copy full SHA for 3d5d9c3
projects/helper/env.js
@@ -17,7 +17,8 @@ const DEFAULTS = {
17
MULTIVERSX_RPC: 'https://api.multiversx.com',
18
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
19
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
20
- ARTELA_RPC_MULTICALL: "0x6d761c3fe633c67b1d3a55678b04eb4ad11c4642", // one set in sdk is wrong
+ ARTELA_RPC_MULTICALL: "0x6d761c3fe633c67b1d3a55678b04eb4ad11c4642", // one set in sdk is wrong
21
+ FLOW_RPC: 'https://rest-mainnet.onflow.org',
22
}
23
24
const ENV_KEYS = [
0 commit comments