@ape.swap/bonds-sdk 3.0.78 → 3.0.79

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 +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -58288,8 +58288,8 @@ const PUBLIC_RPC_URLS = {
58288
58288
  'https://linea.decubate.com',
58289
58289
  ],
58290
58290
  [types.ChainId.LIGHTLINK]: [
58291
- 'https://endpoints.omniatech.io/v1/lightlink/phoenix/public',
58292
58291
  'https://replicator.phoenix.lightlink.io/rpc/v1',
58292
+ 'https://endpoints.omniatech.io/v1/lightlink/phoenix/public',
58293
58293
  ],
58294
58294
  [types.ChainId.IOTA]: ['https://json-rpc.evm.iotaledger.net/'],
58295
58295
  [types.ChainId.IOTA_TESTNET]: ['https://json-rpc.evm.testnet.iotaledger.net/'],
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.78",
6
+ "version": "3.0.79",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",