@exodus/ethereum-lib 2.13.4 → 2.13.6

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-lib",
3
- "version": "2.13.4",
3
+ "version": "2.13.6",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "author": "Exodus Movement, Inc.",
@@ -24,5 +24,5 @@
24
24
  "peerDependencies": {
25
25
  "@exodus/assets": "8.0.x"
26
26
  },
27
- "gitHead": "08478f10b621f7ef9878bdd680d5894b001e3911"
27
+ "gitHead": "f1d39b200c106794d81bd19b7e41073eeec15cba"
28
28
  }
package/src/abi/index.js CHANGED
@@ -8,6 +8,7 @@ import loomv2Swap from './loomv2-swap'
8
8
  import repv2 from './repv2'
9
9
  import scdMcdMigration from './scd-mcd-migration'
10
10
  import maticValidatorShare from './matic-validator-share'
11
+ import maticStakingManager from './matic-staking-manager'
11
12
 
12
13
  export default {
13
14
  ant,
@@ -20,4 +21,5 @@ export default {
20
21
  repv2,
21
22
  scdMcdMigration,
22
23
  maticValidatorShare,
24
+ maticStakingManager,
23
25
  }