@show-karma/karma-gap-sdk 0.4.12 → 0.4.13

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/core/consts.js +2 -2
  2. package/package.json +1 -1
package/core/consts.js CHANGED
@@ -399,8 +399,8 @@ exports.Networks = {
399
399
  },
400
400
  lisk: {
401
401
  chainId: 1135,
402
- url: "https://arbitrum.easscan.org/graphql",
403
- rpcUrl: "https://arb-mainnet.g.alchemy.com/v2/okcKBSKXvLuSCbas6QWGvKuh-IcHHSOr",
402
+ url: "https://lisk.easscan.org/graphql",
403
+ rpcUrl: "https://lisk.drpc.org",
404
404
  contracts: {
405
405
  eas: "0x4200000000000000000000000000000000000021",
406
406
  schema: "0x4200000000000000000000000000000000000020",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.4.12",
6
+ "version": "0.4.13",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",