@show-karma/karma-gap-sdk 0.3.42 → 0.3.43

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 +1 -1
  2. package/package.json +1 -1
package/core/consts.js CHANGED
@@ -186,7 +186,7 @@ exports.Networks = {
186
186
  sei: {
187
187
  chainId: 1329,
188
188
  url: "https://sei.easscan.org/graphql",
189
- rpcUrl: "https://evm-rpc.sei-apis.com",
189
+ rpcUrl: "https://muddy-orbital-arrow.sei-pacific.quiknode.pro/594552c3ab4ed4106b40402c16dba137ab279d40",
190
190
  contracts: {
191
191
  eas: "0x391020888b0adBA584A67693458b374e4141f838",
192
192
  schema: "0x80A4B50f549a8271e10A6C8e79172cb56f35fD57",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.42",
6
+ "version": "0.3.43",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",