Remove GSNv1 contracts (#2521)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Showing
contracts/GSN/Context.sol
deleted
100644 → 0
contracts/GSN/GSNRecipient.sol
deleted
100644 → 0
contracts/GSN/IRelayHub.sol
deleted
100644 → 0
contracts/GSN/IRelayRecipient.sol
deleted
100644 → 0
contracts/GSN/README.adoc
deleted
100644 → 0
contracts/mocks/GSNRecipientMock.sol
deleted
100644 → 0
docs/modules/ROOT/pages/gsn.adoc
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -50,8 +50,6 @@ | ... | @@ -50,8 +50,6 @@ |
| "@nomiclabs/hardhat-truffle5": "^2.0.0", | "@nomiclabs/hardhat-truffle5": "^2.0.0", | ||
| "@nomiclabs/hardhat-web3": "^2.0.0", | "@nomiclabs/hardhat-web3": "^2.0.0", | ||
| "@openzeppelin/docs-utils": "^0.1.0", | "@openzeppelin/docs-utils": "^0.1.0", | ||
| "@openzeppelin/gsn-helpers": "^0.2.3", | |||
| "@openzeppelin/gsn-provider": "^0.1.10", | |||
| "@openzeppelin/test-helpers": "^0.5.9", | "@openzeppelin/test-helpers": "^0.5.9", | ||
| "chai": "^4.2.0", | "chai": "^4.2.0", | ||
| "eslint": "^6.5.1", | "eslint": "^6.5.1", | ||
| ... | ... |
test/GSN/GSNRecipient.test.js
deleted
100644 → 0
test/helpers/set-gsn-provider.js
deleted
100644 → 0
test/setup.js
deleted
100644 → 0
Please
register
or
sign in
to comment