@show-karma/karma-gap-sdk 0.3.26 → 0.3.27

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.
package/core/consts.d.ts CHANGED
@@ -10,6 +10,7 @@ export declare const chainIdToNetwork: {
10
10
  10: string;
11
11
  11155111: string;
12
12
  84532: string;
13
+ 42220: string;
13
14
  };
14
15
  export declare const nullRef = "0x0000000000000000000000000000000000000000000000000000000000000000";
15
16
  export declare const nullResolver = "0x0000000000000000000000000000000000000000";
package/core/consts.js CHANGED
@@ -17,7 +17,8 @@ exports.chainIdToNetwork = {
17
17
  42161: 'arbitrum',
18
18
  10: 'optimism',
19
19
  11155111: 'sepolia',
20
- 84532: 'base-sepolia'
20
+ 84532: 'base-sepolia',
21
+ 42220: 'celo'
21
22
  };
22
23
  exports.nullRef = "0x0000000000000000000000000000000000000000000000000000000000000000";
23
24
  // TODO: Remove null resolver and change usage to zero address
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.26",
6
+ "version": "0.3.27",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",