-
Notifications
You must be signed in to change notification settings - Fork 6k
projects(silverswap): Nibiru has a SilverSwap deployment on mainnet #14889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hi @Unique-Divine, still can not get data from nibiru chain rpc, pls check |
Yes, I see also from #14893 that it's from some error that happens inside of
|
* 'main' of github.com:DefiLlama/DefiLlama-Adapters: (164 commits) add gate wallets (DefiLlama#14961) Add adapter for nebula on nibiru (DefiLlama#14924) ci fix (DefiLlama#14957) DegenPrime - Add new lending pools and tokens (DefiLlama#14951) *bugfix: remove doublecount bugfix Bitkub lending (DefiLlama#14949) add aave on soneium (DefiLlama#14947) track aave umbrella Update Concrete (DefiLlama#14944) clean-up Trading strategy (DefiLlama#14943) update @defillama/sdk fix ens fix bug Add Marinade Select tvl adapter (DefiLlama#14928) Support Spark Liquidity Layer on Optimism and Unichain (DefiLlama#14938) update adapters on nibiru chains (DefiLlama#14940) Added missing Corn coreAssets to fix Uniswap TVL (DefiLlama#14930) update nibiru rpc Add new pools (DefiLlama#14925) feat: add luckystake adapter (DefiLlama#14919) keep old contracts for now (DefiLlama#14937) feat: batch listing (DefiLlama#14927) Add Swirl Liquid Staking Protocol (DefiLlama#14904) add X3X on World Chain (DefiLlama#14929) Add new Hydration adapters (DefiLlama#14923) add benji update lock version code refactor code refactor Optimize unicrypt + pinksale (DefiLlama#14922) Fix aptos Fungible helper (DefiLlama#14918) add indxs.app (DefiLlama#14915) Add granite (DefiLlama#14917) Amped sseed (DefiLlama#14916) Add files via upload (DefiLlama#14899) Add stellar tvl (DefiLlama#14646) add unichain morpho vaults for curators (DefiLlama#14911) temp disable nibiru adapters (DefiLlama#14910) projects(uniswap): add Uniswap deployment on Nibiru (DefiLlama#14890) projects(silverswap): Nibiru has a SilverSwap deployment on mainnet (DefiLlama#14889) kamino lend - borrows (DefiLlama#14909) ZEROBASE adaptor for DeFiLama (DefiLlama#14832) feat: Add fungible support aptos (DefiLlama#14905) up vestingHelper limit for bsc (DefiLlama#14903) feat(satlayer): add BOB to `satlayer` tvl (DefiLlama#14900) Add milkINIT TVL for MilkyWay (DefiLlama#14902) [Bucket]" add xBTC collateral (DefiLlama#14897) add v2 liquidity and plume (DefiLlama#14824) Update ExtraFi Xlend TVL to include Morpho Vaults (DefiLlama#14886) stability: keep old markets and adapter name (DefiLlama#14892) disable pool2, add hallmark (DefiLlama#14898) [Update] desyn add goat chain (DefiLlama#14896) Add Tokenized Balance Sheet Vaults for Origami (DefiLlama#14895) fix cex usdt aptos (DefiLlama#14894) Add Dre Finance (DefiLlama#14883) Fix Sei TVL + Add Sonic TVL (DefiLlama#14368) New OTTV contract (DefiLlama#14875) Add new berancia vaults (DefiLlama#14877) symbiosis add hyper evm support (DefiLlama#14887) remove dup vaults (DefiLlama#14888) fix aptos token (DefiLlama#14884) add price usdt aptos (DefiLlama#14882) Smardex / USDN: Use recipient as owner of the position (DefiLlama#14881) Catex/unichain migration (DefiLlama#14859) remove dai blacklist (DefiLlama#14880) Fix Moar TVL calculation (DefiLlama#14879) add hallmarks tracking on starknet (DefiLlama#14878) dynamic get vaults lists (DefiLlama#14869) Update: D2Finance (DefiLlama#14876) Sui Rewards Me - Project Listing resubmission with requested updates (DefiLlama#14874) Add aptos address of flipster (DefiLlama#14872) disable historical queries (DefiLlama#14871) update curator tvl sources (DefiLlama#14870) add iteration 2 pools (DefiLlama#14862) fix: Add Credbull Plume TVL. Map Plume Stargate USDC.e. (DefiLlama#14861) update sdk to latest version (DefiLlama#14866) feat: update milkBABY and add milkINIT commented out because of issues (DefiLlama#14767) add wstASTR vault (DefiLlama#14864) Fix: Wasabi, dedup + bera (DefiLlama#14865) fix ironbank feature: add Arkis Wrapped Hype Vault to Arkis adapter (DefiLlama#14796) doublecount protocols first batch (DefiLlama#14705) Update olab (DefiLlama#14860) correct native token mappings where possible (DefiLlama#14850) Add new berancia vaults (DefiLlama#14855) Ensuro: adds Compound Blue (compUSDC) to the TVL calculation (DefiLlama#14851) fix: Swissborg - Use cosmos addresses instead of evm (DefiLlama#14858) Commit Hybra V2 (DefiLlama#14854) addresses fixed (DefiLlama#14853) Curve: track hyperliquid (DefiLlama#14852) fix concentrated pool recognition (DefiLlama#14849) code cleanup chore: add yearn curating vaults (DefiLlama#14845) code cleanup migrate coin mapping Saros Dlmm (DefiLlama#14847) add Jiko (DefiLlama#14843) code refactor ...
Purpose
Background Context (Less Relevant Now)
@defillama/sdk v5.0.143
. DeFiLlama correctly shows a chain ID 6900 for "nibiru" now.node test.js projects/silverswap/index.js 2>&1
[Info on the Prior Blocker with the Missing Chain ID in the DeFiLLama SDK]
Several TVL Adapters are blocked by chain "nibiru":
chainId
field on theChainApi
(api) object, andchainId
on theLlamaProvider
This can be seen from console logging the
api
object in the downstream repos.For example, this is from the
uniV3Export
helper in the adapters repo: