@lombard.finance/sdk 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/provider/rpcUrlConfig.ts +2 -0
- package/src/web3Sdk/claimLBTC/claimLBTC.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -271,7 +271,8 @@ const P = {
|
|
|
271
271
|
[a.sepolia]: "https://rpc.ankr.com/eth_sepolia",
|
|
272
272
|
[a.base]: "https://rpc.ankr.com/base",
|
|
273
273
|
[a.baseTestnet]: "https://rpc.ankr.com/base_sepolia",
|
|
274
|
-
[a.binanceSmartChain]: "https://rpc.ankr.com/bsc"
|
|
274
|
+
[a.binanceSmartChain]: "https://rpc.ankr.com/bsc",
|
|
275
|
+
[a.binanceSmartChainTestnet]: "https://rpc.ankr.com/bsc_testnet_chapel"
|
|
275
276
|
};
|
|
276
277
|
async function Je(e) {
|
|
277
278
|
const n = await (await fetch(e, {
|
|
@@ -3385,6 +3386,7 @@ async function Yt({
|
|
|
3385
3386
|
r.options.address,
|
|
3386
3387
|
{
|
|
3387
3388
|
data: p.encodeABI(),
|
|
3389
|
+
// TODO: add getGasOptions from the app for bsc here
|
|
3388
3390
|
estimate: !0,
|
|
3389
3391
|
estimateFee: !0,
|
|
3390
3392
|
gasLimitMultiplier: Q(i.chainId)
|