Skip to content

Commit

Permalink
fix: update rpc url (DefiLlama#1152)
Browse files Browse the repository at this point in the history
Co-authored-by: Wade <[email protected]>
  • Loading branch information
daiwanwei and Wade authored Jan 22, 2024
1 parent 627ba36 commit cdffe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/teahouse-managed/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function updateRpcUrl(sdk: any, chain: string, chainId: number, rpcUrl: string)
}

async function topLvl(_: number): Promise<Pool[]> {
updateRpcUrl(sdk, 'ethereum', 1, "https://ethereum.publicnode.com")
updateRpcUrl(sdk, 'ethereum', 1, "https://cloudflare-eth.com/")
// step 1: get managed vault data
let vaults=await getManagedVaultData()
console.log(`vaults: ${vaults.length}`)
Expand Down

0 comments on commit cdffe19

Please sign in to comment.