@ercworldio/blockchain-shared 1.0.5-dev.2 → 1.0.5-dev.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.
@@ -865,6 +865,19 @@
865
865
  "name": "RoleRevoked",
866
866
  "type": "event"
867
867
  },
868
+ {
869
+ "anonymous": false,
870
+ "inputs": [
871
+ {
872
+ "indexed": false,
873
+ "internalType": "uint256",
874
+ "name": "amount",
875
+ "type": "uint256"
876
+ }
877
+ ],
878
+ "name": "SetMaxFunding",
879
+ "type": "event"
880
+ },
868
881
  {
869
882
  "anonymous": false,
870
883
  "inputs": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercworldio/blockchain-shared",
3
- "version": "1.0.5-dev.2",
3
+ "version": "1.0.5-dev.3",
4
4
  "description": "Shared library for blockchain projects",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",