diff --git a/packages/contracts-ethers/package.json b/packages/contracts-ethers/package.json index 72eb9c3d..2b99622b 100644 --- a/packages/contracts-ethers/package.json +++ b/packages/contracts-ethers/package.json @@ -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", diff --git a/packages/contracts/plugin-info-testing.json b/packages/contracts/plugin-info-testing.json index fc8a5bfe..38b01a05 100644 --- a/packages/contracts/plugin-info-testing.json +++ b/packages/contracts/plugin-info-testing.json @@ -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" + } + } } } diff --git a/packages/contracts/plugin-settings.ts b/packages/contracts/plugin-settings.ts index df8b5c46..dcffa595 100644 --- a/packages/contracts/plugin-settings.ts +++ b/packages/contracts/plugin-settings.ts @@ -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....