@dripfi/drip-sdk 1.4.30-avalanche → 1.4.30-avalanche-2

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.
@@ -1,4 +1,4 @@
1
- export declare const PERQ_SUPPORTED_CHAIN_IDS: readonly [1, 8453, 146];
1
+ export declare const PERQ_SUPPORTED_CHAIN_IDS: readonly [1, 8453, 146, 42161, 43114];
2
2
  export type PerqSupportedChainId = (typeof PERQ_SUPPORTED_CHAIN_IDS)[number];
3
3
  type PerqConfig = {
4
4
  route: string;
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEVELOPMENT = exports.PRODUCTION = exports.PERQ_SUPPORTED_CHAIN_IDS = void 0;
4
4
  const ChainId_1 = require("./ChainId");
5
- exports.PERQ_SUPPORTED_CHAIN_IDS = [ChainId_1.ETHEREUM_CHAIN_ID, ChainId_1.BASE_CHAIN_ID, ChainId_1.SONIC_CHAIN_ID];
5
+ exports.PERQ_SUPPORTED_CHAIN_IDS = [
6
+ ChainId_1.ETHEREUM_CHAIN_ID,
7
+ ChainId_1.BASE_CHAIN_ID,
8
+ ChainId_1.SONIC_CHAIN_ID,
9
+ ChainId_1.ARBITRUM_CHAIN_ID,
10
+ ChainId_1.AVALANCHE_CHAIN_ID,
11
+ ];
6
12
  exports.PRODUCTION = {
7
13
  route: 'https://perq.finance',
8
14
  perqTokenAddress: '0x2a414884a549ef5716bc1a4e648d3dc03f08b2cf',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dripfi/drip-sdk",
3
- "version": "1.4.30-avalanche",
3
+ "version": "1.4.30-avalanche-2",
4
4
  "description": "Drip SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",