@skalenetwork/marionette-interfaces 0.0.0-main.1 → 0.0.0-main.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/Encoder.sol +1 -1
  2. package/package.json +1 -1
package/Encoder.sol CHANGED
@@ -35,7 +35,7 @@ library Encoder {
35
35
  function encodeFunctionCall(
36
36
  address receiver,
37
37
  uint256 value,
38
- bytes calldata data
38
+ bytes memory data
39
39
  )
40
40
  internal
41
41
  pure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skalenetwork/marionette-interfaces",
3
- "version": "0.0.0-main.1",
3
+ "version": "0.0.0-main.3",
4
4
  "description": "Definitions of interfaces needed to integrate with marionette smart contract",
5
5
  "repository": "git@github.com:skalenetwork/marionette-interfaces.git",
6
6
  "author": "Dmytro Stebaiev <dmytro@skalelabs.com>",