@ape.swap/bonds-sdk 2.2.6-testblast.2 → 2.2.6-testblast.3
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/main.js +24 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18819,6 +18819,7 @@ const supportedByLIFI = [
|
|
|
18819
18819
|
types.ChainId.LINEA,
|
|
18820
18820
|
types.ChainId.BASE,
|
|
18821
18821
|
types.ChainId.AVAX,
|
|
18822
|
+
types.ChainId.BLAST,
|
|
18822
18823
|
];
|
|
18823
18824
|
// we should be good just by using staging on this, as it is only used for token images
|
|
18824
18825
|
const APESWAP_LIST_REPO = `https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/staging`;
|
|
@@ -49074,7 +49075,7 @@ const WNATIVE = {
|
|
|
49074
49075
|
active: true,
|
|
49075
49076
|
},
|
|
49076
49077
|
[types.ChainId.BLAST]: {
|
|
49077
|
-
symbol: '
|
|
49078
|
+
symbol: 'wETH',
|
|
49078
49079
|
address: {
|
|
49079
49080
|
[types.ChainId.BLAST]: '0x4300000000000000000000000000000000000004',
|
|
49080
49081
|
},
|
|
@@ -72503,6 +72504,28 @@ const zapInputTokens = {
|
|
|
72503
72504
|
active: true,
|
|
72504
72505
|
},
|
|
72505
72506
|
],
|
|
72507
|
+
[types.ChainId.BLAST]: [
|
|
72508
|
+
{
|
|
72509
|
+
symbol: 'wETH',
|
|
72510
|
+
address: {
|
|
72511
|
+
[types.ChainId.BLAST]: '0x4300000000000000000000000000000000000004',
|
|
72512
|
+
},
|
|
72513
|
+
decimals: {
|
|
72514
|
+
[types.ChainId.BLAST]: 18,
|
|
72515
|
+
},
|
|
72516
|
+
active: true,
|
|
72517
|
+
},
|
|
72518
|
+
{
|
|
72519
|
+
symbol: 'BTC',
|
|
72520
|
+
address: {
|
|
72521
|
+
[types.ChainId.BLAST]: '0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692',
|
|
72522
|
+
},
|
|
72523
|
+
decimals: {
|
|
72524
|
+
[types.ChainId.BLAST]: 18,
|
|
72525
|
+
},
|
|
72526
|
+
active: true,
|
|
72527
|
+
},
|
|
72528
|
+
],
|
|
72506
72529
|
};
|
|
72507
72530
|
|
|
72508
72531
|
function useCurrencyBalance(currency, account, chainId) {
|