Skip to content

Commit 6037779

Browse files
committed
update sdk version
1 parent 5cee999 commit 6037779

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/helper/env.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ const DEFAULTS = {
1414
APTOS_RPC: 'https://fullnode.mainnet.aptoslabs.com',
1515
SUI_RPC: 'https://fullnode.mainnet.sui.io/',
1616
SUI_GRAPH_RPC: 'https://sui-mainnet.mystenlabs.com/graphql',
17-
FLOW_RPC: 'https://rest-mainnet.onflow.org',
1817
MULTIVERSX_RPC: 'https://api.multiversx.com',
1918
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
2019
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
2120
RPC_PROXY_URL: "https://rpc-proxy.llama.fi",
22-
DUCKCHAIN_RPC: "https://rpc.duckchain.io,https://rpc-hk.duckchain.io",
23-
SOPHON_RPC_MULTICALL: "0x5f4867441d2416cA88B1b3fd38f21811680CD2C8",
24-
VANA_RPC_MULTICALL: "0xFe92b91F3326e58557478c28EeAe1936E0c7148a",
25-
FILECOIN_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
26-
ODYSSEY_RPC_MULTICALL: "0xD5F04861e1249F488ef8898607cF7ad0F334d823",
2721
}
2822

2923
const ENV_KEYS = [

0 commit comments

Comments
 (0)