mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
Upgrade sdk
This commit is contained in:
1952
package-lock.json
generated
1952
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@defillama/sdk": "^2.0.8",
|
||||
"@defillama/sdk": "^2.0.11",
|
||||
"@makerdao/multicall": "^0.12.0",
|
||||
"@project-serum/serum": "^0.13.33",
|
||||
"@solana/web3.js": "^1.2.6",
|
||||
|
||||
@@ -37,7 +37,6 @@ async function calculateUniTvl(getAddress, block, chain, FACTORY, START_BLOCK, u
|
||||
topic: 'PairCreated(address,address,address,uint256)',
|
||||
})
|
||||
).output;
|
||||
console.log(logs.length)
|
||||
|
||||
pairAddresses = logs
|
||||
// sometimes the full log is emitted
|
||||
|
||||
Reference in New Issue
Block a user