@ape.swap/bonds-sdk 1.0.426 → 1.0.428

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.
@@ -46,7 +46,7 @@ export var PRICE_GETTER_ADDRESSES = (_f = {},
46
46
  _f[SupportedChainId.POLYGON] = '0x6908356faC751dA36F4ec1B4ADBc56d0B3862155',
47
47
  _f[SupportedChainId.MAINNET] = '0x10ffd467e8701fc2887b3df9b9a31adfefd388ec',
48
48
  _f[SupportedChainId.TLOS] = '0x85d2C626E28a42E184cF8e32db1461013D23331D',
49
- _f[SupportedChainId.ARBITRUM_ONE] = '0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1',
49
+ _f[SupportedChainId.ARBITRUM_ONE] = '0xfa7598C50fbA17b64EBB8Ed2058564D9b5359b03',
50
50
  _f[ChainId.LINEA] = '0x35b1eadAbaDD0Edd26076247f3dEdF9E15De8D5D',
51
51
  _f[ChainId.LIGHTLINK] = '0xC22Db8dDe3A3591fFB02be868Ce2901d30671FE4',
52
52
  _f[ChainId.IOTA] = '0xC22Db8dDe3A3591fFB02be868Ce2901d30671FE4',
@@ -96,6 +96,7 @@ export var SoulZapTokenManager = (_j = {},
96
96
  _j[ChainId.LINEA] = '0x93b636d58656B2CCA69c539e511C14eb3b71DA2f',
97
97
  _j[ChainId.BSC] = '0x7119014f0d75A7a31b875F79cE14b2a32B34B067',
98
98
  _j[ChainId.BASE] = '0x0B750790dCa8f289fAB5eFd1a48EfAb969e51D16',
99
+ _j[ChainId.ARBITRUM_ONE] = '0x22572A548Ff26Fc5725a17dfd233F49a98c17EE7',
99
100
  _j);
100
101
  export var LENS_CONTRACT = (_k = {},
101
102
  _k[SupportedChainId.BSC_TESTNET] = '0xcC51213d12431249001548228124c3bFAa359F96',
@@ -32,17 +32,14 @@ export var ChainId;
32
32
  })(ChainId || (ChainId = {}));
33
33
  // These are the lists we will display to the user
34
34
  export var MAINNET_CHAINS = [
35
+ ChainId.MAINNET,
35
36
  ChainId.BSC,
36
37
  ChainId.POLYGON,
37
- ChainId.MAINNET,
38
- ChainId.ARBITRUM_ONE,
39
- //ChainId.INJECTED_EVM_TESTNET,
40
- ChainId.INEVM,
41
- // ChainId.SEPOLIA,
42
- // ChainId.BSC_TESTNET,
38
+ ChainId.BASE,
39
+ ChainId.IOTA,
43
40
  ChainId.LINEA,
41
+ ChainId.ARBITRUM_ONE,
44
42
  ChainId.LIGHTLINK,
45
- ChainId.BASE,
46
43
  ];
47
44
  export var DEX_ONLY_CHAINS = [
48
45
  ChainId.AVALANCHE,
@@ -14,5 +14,8 @@ export declare const QUERY_KEYS: {
14
14
  TOKEN_PRICES: string;
15
15
  TIERS: string;
16
16
  BOND_STATS: string;
17
+ USER_STATS: string;
17
18
  HOT_BONDS: string;
19
+ CHAIN_FILTER_OPTION: string;
20
+ AB_TEST_VALUE: string;
18
21
  };
@@ -14,5 +14,8 @@ export var QUERY_KEYS = {
14
14
  TOKEN_PRICES: 'tokenPrices',
15
15
  TIERS: 'tiers',
16
16
  BOND_STATS: 'bondStats',
17
+ USER_STATS: 'userStats',
17
18
  HOT_BONDS: 'hotBonds',
19
+ CHAIN_FILTER_OPTION: 'chainFilterOption',
20
+ AB_TEST_VALUE: 'ABTestValue',
18
21
  };
@@ -38,10 +38,6 @@
38
38
  }
39
39
  }
40
40
 
41
- .column {
42
- cursor: pointer;
43
- }
44
-
45
41
  .column.column-tokens {
46
42
  display: flex;
47
43
  align-items: center;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.426",
6
+ "version": "1.0.428",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",