@exodus/ethereum-api 6.3.6 → 6.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-api",
3
- "version": "6.3.6",
3
+ "version": "6.3.7",
4
4
  "description": "Ethereum Api",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -34,5 +34,5 @@
34
34
  "devDependencies": {
35
35
  "@exodus/models": "^8.10.4"
36
36
  },
37
- "gitHead": "4c6c1a8ff3ddc408795d0042b2d0b089c6168f30"
37
+ "gitHead": "23add284852287667fdf24d1c891915f4caa58bc"
38
38
  }
@@ -11,7 +11,7 @@ export const stakingProviderClientFactory = (defaultStakingUrl = DEFAULT_STAKING
11
11
  let stakingUrl = defaultStakingUrl
12
12
 
13
13
  const assetValidators = {
14
- polygon: '0xf30cf4ed712d3734161fdaab5b1dbb49fd2d0e5c',
14
+ polygon: '0x3f4ce357b9d61d3b904492b8b5abc69c6c693720',
15
15
  }
16
16
 
17
17
  const setStakingUrl = (newStakingUrl) => {