@ape.swap/bonds-sdk 3.0.40-test.7 → 3.0.40-test.9

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.
Files changed (2) hide show
  1. package/dist/main.js +11 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -22304,7 +22304,7 @@ const SoulZapTokenManager = {
22304
22304
  [types.ChainId.ARBITRUM]: '0x22572A548Ff26Fc5725a17dfd233F49a98c17EE7',
22305
22305
  [types.ChainId.AVAX]: '0xC4dE46cBE21400dabE2E7c66E04F43acE4b5b910',
22306
22306
  [types.ChainId.BLAST]: '0xde9Eb844AD9e8B067309205707e2fFaA6a049cc0',
22307
- [types.ChainId.BERACHAIN]: '0x9ec6F16B2a762CACe3c7df4F3FbEE7FC994D5571',
22307
+ [types.ChainId.BERACHAIN]: '0xcFd581f15433899d093ca1ADfc3aC13c37DBfbe7',
22308
22308
  };
22309
22309
  const ACF_TO_ABOND = '0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962';
22310
22310
  const LENS_CONTRACT = {
@@ -68948,6 +68948,16 @@ const zapInputTokens = {
68948
68948
  },
68949
68949
  ],
68950
68950
  [types.ChainId.BERACHAIN]: [
68951
+ {
68952
+ symbol: 'HONEY',
68953
+ address: {
68954
+ [types.ChainId.BERACHAIN]: '0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce',
68955
+ },
68956
+ decimals: {
68957
+ [types.ChainId.BERACHAIN]: 18,
68958
+ },
68959
+ active: true,
68960
+ },
68951
68961
  {
68952
68962
  symbol: 'BTC',
68953
68963
  address: {
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": "3.0.40-test.7",
6
+ "version": "3.0.40-test.9",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",