Skip to content

Commit 7339e99

Browse files
authored
Merge pull request #71 from aragon/develop
chore: merge `develop` into `main`
2 parents 9126d13 + d68076d commit 7339e99

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

packages/contracts/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"name": "@aragon/osx-plugin-template-contracts",
3-
"version": "1.0.0",
42
"license": "AGPL-3.0-or-later",
53
"scripts": {
64
"build": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",

packages/contracts/test/20_integration-testing/21_deployment.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ describe(`Deployment on network '${productionNetworkName}'`, function () {
6565
it('registers the setup', async () => {
6666
const {pluginRepo} = await loadFixture(fixture);
6767

68-
await pluginRepo['getVersion((uint8,uint16))']({
69-
release: VERSION.release,
70-
build: VERSION.build,
71-
});
72-
7368
const results = await pluginRepo['getVersion((uint8,uint16))']({
7469
release: VERSION.release,
7570
build: VERSION.build,

0 commit comments

Comments
 (0)