@ape.swap/bonds-sdk 2.2.6-testblast.2 → 2.2.6-testblast.4
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 +35 -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
|
},
|
|
@@ -49129,6 +49130,7 @@ const SoulZapTokenManager = {
|
|
|
49129
49130
|
[types.ChainId.BASE]: '0x0B750790dCa8f289fAB5eFd1a48EfAb969e51D16',
|
|
49130
49131
|
[types.ChainId.ARBITRUM]: '0x22572A548Ff26Fc5725a17dfd233F49a98c17EE7',
|
|
49131
49132
|
[types.ChainId.AVAX]: '0xC4dE46cBE21400dabE2E7c66E04F43acE4b5b910',
|
|
49133
|
+
[types.ChainId.BLAST]: '0xde9Eb844AD9e8B067309205707e2fFaA6a049cc0',
|
|
49132
49134
|
};
|
|
49133
49135
|
const ACF_TO_ABOND = '0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962';
|
|
49134
49136
|
|
|
@@ -72503,6 +72505,38 @@ const zapInputTokens = {
|
|
|
72503
72505
|
active: true,
|
|
72504
72506
|
},
|
|
72505
72507
|
],
|
|
72508
|
+
[types.ChainId.BLAST]: [
|
|
72509
|
+
{
|
|
72510
|
+
symbol: 'wETH',
|
|
72511
|
+
address: {
|
|
72512
|
+
[types.ChainId.BLAST]: '0x4300000000000000000000000000000000000004',
|
|
72513
|
+
},
|
|
72514
|
+
decimals: {
|
|
72515
|
+
[types.ChainId.BLAST]: 18,
|
|
72516
|
+
},
|
|
72517
|
+
active: true,
|
|
72518
|
+
},
|
|
72519
|
+
{
|
|
72520
|
+
symbol: 'BTC',
|
|
72521
|
+
address: {
|
|
72522
|
+
[types.ChainId.BLAST]: '0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692',
|
|
72523
|
+
},
|
|
72524
|
+
decimals: {
|
|
72525
|
+
[types.ChainId.BLAST]: 18,
|
|
72526
|
+
},
|
|
72527
|
+
active: true,
|
|
72528
|
+
},
|
|
72529
|
+
{
|
|
72530
|
+
symbol: 'USDe',
|
|
72531
|
+
address: {
|
|
72532
|
+
[types.ChainId.BLAST]: '0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34',
|
|
72533
|
+
},
|
|
72534
|
+
decimals: {
|
|
72535
|
+
[types.ChainId.BLAST]: 18,
|
|
72536
|
+
},
|
|
72537
|
+
active: true,
|
|
72538
|
+
},
|
|
72539
|
+
],
|
|
72506
72540
|
};
|
|
72507
72541
|
|
|
72508
72542
|
function useCurrencyBalance(currency, account, chainId) {
|