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

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
@@ -68971,13 +68971,23 @@ const zapInputTokens = {
68971
68971
  {
68972
68972
  symbol: 'WETH',
68973
68973
  address: {
68974
- [types.ChainId.BERACHAIN]: '0x7dcc39b4d1c53cb31e1abc0e358b43987fef80f7',
68974
+ [types.ChainId.BERACHAIN]: '0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590',
68975
68975
  },
68976
68976
  decimals: {
68977
68977
  [types.ChainId.BERACHAIN]: 18,
68978
68978
  },
68979
68979
  active: true,
68980
68980
  },
68981
+ {
68982
+ symbol: 'USDC.e',
68983
+ address: {
68984
+ [types.ChainId.BERACHAIN]: '0x549943e04f40284185054145c6E4e9568C1D3241',
68985
+ },
68986
+ decimals: {
68987
+ [types.ChainId.BERACHAIN]: 6,
68988
+ },
68989
+ active: true,
68990
+ },
68981
68991
  ]
68982
68992
  };
68983
68993
 
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.6",
6
+ "version": "3.0.40-test.7",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",