update sdk version

This commit is contained in:
g1nt0ki
2024-12-16 12:20:24 +01:00
parent 8acd397508
commit 269d0e76d0
2 changed files with 3 additions and 22 deletions

6
package-lock.json generated
View File

@@ -1009,9 +1009,9 @@
}
},
"node_modules/@defillama/sdk": {
"version": "5.0.101",
"resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-5.0.101.tgz",
"integrity": "sha512-mlZsTA9dxIDn/VG2qKq6q9BbIikb5UWL7WSI71JNRNDJ0RE/bHiRvpU0gjtgEb6svt5pV5jRsWONjcSPOWcljg==",
"version": "5.0.102",
"resolved": "https://registry.npmjs.org/@defillama/sdk/-/sdk-5.0.102.tgz",
"integrity": "sha512-S+MX9SL02E2IwgpviKIbxEtYjlUkGu8m57e7CjTbRtdyBrGbu1JhsvRCtuKm9Wz+bylX4I7jYbTC2fFdz/vvLg==",
"dependencies": {
"@aws-sdk/client-s3": "^3.400.0",
"@elastic/elasticsearch": "^8.13.1",

View File

@@ -15,29 +15,10 @@ const DEFAULTS = {
SUI_RPC: 'https://fullnode.mainnet.sui.io/',
SUI_GRAPH_RPC: 'https://sui-mainnet.mystenlabs.com/graphql',
FLOW_RPC: 'https://rest-mainnet.onflow.org',
FLOW_EVM_RPC: 'https://mainnet.evm.nodes.onflow.org',
MULTIVERSX_RPC: 'https://api.multiversx.com',
ANKR_API_KEY: '79258ce7f7ee046decc3b5292a24eb4bf7c910d7e39b691384c7ce0cfb839a01',
RENEC_RPC: "https://api-mainnet-beta.renec.foundation:8899/",
IDEX_RPC: "https://xchain-rpc.idex.io",
ETN_RPC: "https://rpc.ankr.com/electroneum",
MATCHAIN_RPC: "https://rpc.matchscan.io,https://rpc.matchain.io",
MATCHAIN_RPC_MULTICALL: "0xDa91510Bd8c50bfa54FC2BE2dD6dAbE03eA8496c",
SHAPE_RPC:'https://mainnet.shape.network',
SHAPE_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
SONIC_RPC: "https://rpc.soniclabs.com",
SONIC_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
APECHAIN_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
MORPH_RPC_MULTICALL: "0x33A213b1049D5AD2eeE6e61dAe040955e60383D4",
WC_RPC: "https://worldchain-mainnet.g.alchemy.com/public",
APECHAIN_RPC: "https://rpc.apechain.com",
RPC_PROXY_URL: "https://rpc-proxy.llama.fi",
UNIT0_RPC: "https://rpc.unit0.dev",
RBN_RPC: "https://governors.mainnet.redbelly.network",
CORN_RPC: "https://rpc.ankr.com/corn_maizenet",
ACE_RPC_MULTICALL: "0x025A2B4fCE1E0bD736D5cebe6C8a52229795376B",
ZILLIQA_RPC_MULTICALL: "0x38899efb93d5106d3adb86662c557f237f6ecf57",
VINU_RPC_MULTICALL: "0x63CE2062281fb85fE5BC407799A455C21f35F355",
}
const ENV_KEYS = [