Skip to content

Commit

Permalink
Testing deployment to goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Jan 26, 2024
1 parent 89af339 commit 6f2f5e6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
42 changes: 21 additions & 21 deletions packages/contracts/deployments/goerli/VocdoniVotingSetup.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions packages/contracts/plugin-info.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"goerli": {
"repo": "vocdoni-gasless-voting-poc",
"address": "0x74057f3F3809a874f28E3EbE80A1f1a5a137b64E",
"repo": "vocdoni-gasless-voting-poc-erc20",
"address": "0x493A8006224a1468d0190e5d48Aa7Ee914185444",
"args": [],
"blockNumberOfDeployment": 10008529,
"blockNumberOfDeployment": 10436871,
"releases": {
"1": {
"builds": {
"1": {
"setup": {
"name": "VocdoniVotingSetup",
"address": "0xf8454f52f3ecA6c1a9E5Da0119173832F208ab18",
"address": "0x23E5565597B86a737173AF71993327Cfb8399653",
"args": [],
"blockNumberOfDeployment": 10008531
"blockNumberOfDeployment": 10436872
},
"implementation": {
"name": "VocdoniVoting",
"address": "0x46f31156Ff2557EA7C1E592bdB3Ad81CfCCE297c",
"address": "0x43205383740B13FD37529875a0Bdb7c6dB4ce863",
"args": [],
"blockNumberOfDeployment": 10008531
"blockNumberOfDeployment": 10436872
},
"helpers": [],
"buildMetadataURI": "ipfs://QmSH3MLwaKV4SH4r4RdrqFQUoSjk97H2Z4VjMewXvu7yLT",
"blockNumberOfPublication": 10008533
"blockNumberOfPublication": 10436873
}
},
"releaseMetadataURI": "ipfs://QmcuUcHeFcQe4LhLyXBkLCxU61Asy6nYi1WRYZ6C4Ui42V"
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/plugin-settings.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import buildMetadata from './src/build-metadata.json';
import releaseMetadata from './src/release-metadata.json';

export const PLUGIN_REPO_ENS_NAME = 'vocdoni-gasless-voting-poc';
export const PLUGIN_REPO_ENS_NAME = 'vocdoni-gasless-voting-poc-erc20';
export const PLUGIN_CONTRACT_NAME = 'VocdoniVoting';
export const PLUGIN_SETUP_CONTRACT_NAME = 'VocdoniVotingSetup';

Expand Down

0 comments on commit 6f2f5e6

Please sign in to comment.