@ape.swap/bonds-sdk 3.0.106 → 3.1.1

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 +2 -1
  2. package/package.json +5 -5
package/dist/main.js CHANGED
@@ -22558,6 +22558,7 @@ const PRICE_GETTER_ADDRESSES = {
22558
22558
  [types.ChainId.SONIC]: '0xC22Db8dDe3A3591fFB02be868Ce2901d30671FE4', // Price getter V3
22559
22559
  [types.ChainId.MONAD_TESTNET]: '0x0187D959A28B0D3B490c2D898fA1CcD054cCC3cd', // Price getter V3
22560
22560
  [types.ChainId.BERACHAIN]: '0x70005Da62E17041977f7F99f91098b125CcDE1a7',
22561
+ [types.ChainId.UNICHAIN]: '0xE2EaDC50c2F3044065E2484B0287F1CA82fD92E1',
22561
22562
  };
22562
22563
  const MULTICALL_V2 = {
22563
22564
  [types.ChainId.BSC]: '0x38ce767d81de3940CFa5020B55af1A400ED4F657',
@@ -58391,7 +58392,7 @@ const PUBLIC_RPC_URLS = {
58391
58392
  [types.ChainId.IOTA_TESTNET]: ['https://json-rpc.evm.testnet.iotaledger.net/'],
58392
58393
  [types.ChainId.BASE]: ['https://base-rpc.publicnode.com', 'https://mainnet.base.org'],
58393
58394
  [types.ChainId.GRAPHLINQ]: ['https://glq-dataseed.graphlinq.io'],
58394
- [types.ChainId.AVAX]: ['https://avax.meowrpc.com'],
58395
+ [types.ChainId.AVAX]: ['https://avalanche-c-chain-rpc.publicnode.com'],
58395
58396
  [types.ChainId.BLAST]: ['https://rpc.blast.io'],
58396
58397
  [types.ChainId.CROSSFI]: ['https://rpc.mainnet.ms'],
58397
58398
  [types.ChainId.MONAD_TESTNET]: ['https://testnet-rpc2.monad.xyz/52227f026fa8fac9e2014c58fbf5643369b3bfc6'],
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.106",
6
+ "version": "3.1.1",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",
@@ -32,10 +32,10 @@
32
32
  "peerDependencies": {
33
33
  "@rainbow-me/rainbowkit": "^2.2.8",
34
34
  "@tanstack/react-query": "5.x",
35
- "axios": "1.7.2",
36
- "react": "^18.2.0",
37
- "react-dom": "^17.0.0 || ^18.0.0",
38
- "wagmi": "^2.14.16"
35
+ "axios": ">=1.7.2",
36
+ "react": ">=17 <19",
37
+ "react-dom": ">=17 <19",
38
+ "wagmi": ">=2.14.16"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@eslint/js": "^9.28.0",