@show-karma/karma-gap-sdk 0.3.2 → 0.3.3

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
@@ -100,7 +100,7 @@ exports.Networks = {
100
100
  arbitrum: {
101
101
  chainId: 42161,
102
102
  url: 'https://arbitrum.easscan.org/graphql',
103
- rpcUrl: 'https://arb-mainnet.g.alchemy.com/v2/DXd3HzYN7toBt3fgAbfnAA0OMODxdcgD',
103
+ rpcUrl: 'https://arb-mainnet.g.alchemy.com/v2/okcKBSKXvLuSCbas6QWGvKuh-IcHHSOr',
104
104
  contracts: {
105
105
  eas: '0xbD75f629A22Dc1ceD33dDA0b68c546A1c035c458',
106
106
  schema: '0xA310da9c5B885E7fb3fbA9D66E9Ba6Df512b78eB',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.2",
6
+ "version": "0.3.3",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",