Skip to content

Commit

Permalink
Updates sepolia deployment and publishes [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Feb 14, 2024
1 parent d8a9399 commit 3ffb071
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contracts-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vocdoni/gasless-voting-ethers",
"author": "Vocdoni Association",
"version": "0.0.1-rc2-3",
"version": "0.0.1-rc3",
"description": "Aragon DAO Gasless Voting Plugin contract definitions for ethers.js",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-esm.js",
Expand Down
30 changes: 30 additions & 0 deletions packages/contracts/plugin-info-testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,35 @@
"releaseMetadataURI": "ipfs://QmR9r1GLfsPoET8Mya1rr6AXjwpAvrCGZJ13oMEFFTYCsE"
}
}
},
"sepolia": {
"repo": "vocdoni-gasless-voting-poc-vanilla-erc20",
"address": "0xb663C36d6fd959beeF2b82Bb40823660FEAaa55f",
"args": [],
"blockNumberOfDeployment": 5288754,
"releases": {
"1": {
"builds": {
"1": {
"setup": {
"name": "VocdoniVotingSetup",
"address": "0x5A6E29875cCa6eb7a9c39938720e6096468a8917",
"args": [],
"blockNumberOfDeployment": 5288947
},
"implementation": {
"name": "VocdoniVoting",
"address": "0xa28A89Dcf2A94a751FE094C794624cB101EB460a",
"args": [],
"blockNumberOfDeployment": 5288947
},
"helpers": [],
"buildMetadataURI": "ipfs://QmSH3MLwaKV4SH4r4RdrqFQUoSjk97H2Z4VjMewXvu7yLT",
"blockNumberOfPublication": 5288969
}
},
"releaseMetadataURI": "ipfs://QmcuUcHeFcQe4LhLyXBkLCxU61Asy6nYi1WRYZ6C4Ui42V"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/contracts/plugin-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const PLUGIN_SETUP_CONTRACT_NAME = 'VocdoniVotingSetup';

export const VERSION = {
release: 1, // Increment this number ONLY if breaking/incompatible changes were made. Updates between releases are NOT possible.
build: 2, // Increment this number if non-breaking/compatible changes were made. Updates to newer builds are possible.
build: 1, // Increment this number if non-breaking/compatible changes were made. Updates to newer builds are possible.
};

// TODO: update the build metadata for decoding....
Expand Down

0 comments on commit 3ffb071

Please sign in to comment.