Skip to content

Commit 3d5d9c3

Browse files
committed
feat: add FLOW_RPC endpoint to environment configuration
1 parent 2cd2ad2 commit 3d5d9c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/helper/env.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const DEFAULTS = {
1717
MULTIVERSX_RPC: 'https://api.multiversx.com',
1818
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
1919
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
20-
ARTELA_RPC_MULTICALL: "0x6d761c3fe633c67b1d3a55678b04eb4ad11c4642", // one set in sdk is wrong
20+
ARTELA_RPC_MULTICALL: "0x6d761c3fe633c67b1d3a55678b04eb4ad11c4642", // one set in sdk is wrong
21+
FLOW_RPC: 'https://rest-mainnet.onflow.org',
2122
}
2223

2324
const ENV_KEYS = [

0 commit comments

Comments
 (0)