Skip to content

Commit

Permalink
Fix depoy
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Dec 1, 2023
1 parent a9b905f commit 6ce87b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 34 deletions.
30 changes: 18 additions & 12 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,30 @@ const config = {
diaOracleAddress: "0x3141274e597116f0bfcf07aeafa81b6b39c94325",
contributors: [
{
name: "Alice",
address: "0x...",
name: "albi",
address: "0x197970E48082CD46f277ABDb8afe492bCCd78300",
status: "board",
tokens: "",
tokens: "20000000000000000000000",
},
{
name: "Bob",
address: "0x...",
status: "contributor",
tokens: "",
name: "gian",
address: "0x8e2e09eb2a0a8e6e1d8de3e5fb09ec1e05b0cdbf",
status: "board",
tokens: "12000000000000000000000",
},
{
name: "Carol",
address: "0x...",
status: "contributor",
tokens: "",
name: "stefano",
address: "0xbded7c8a2efa4cf2ee6c953e6447a246f3ac4e12",
status: "board",
tokens: "22000000000000000000000",
},
{
name: "nicola",
address: "0x2e1aF63Cd595A6D715E5e2D92151801F0d406a6b",
status: "board",
tokens: "22000000000000000000000",
},
],
};

export default config;
module.exports = config;
3 changes: 1 addition & 2 deletions tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import {
SETUP_SEQUENCE,
generateDeployContext,
} from "../lib";
import { NeokingdomDAO } from "../lib/internal/core";
import { DAOConfig, generateSetupContext } from "../lib/internal/types";
import { DeployConfig, SETUP_MOCK_SEQUENCE } from "../lib/sequence/deploy";
import { SETUP_MOCK_SEQUENCE } from "../lib/sequence/deploy";
import { SETUP_SEQUENCE_VIGODARZERE, finalizeACL } from "../lib/sequence/post";
import { SETUP_SEQUENCE_TESTNET } from "../lib/sequence/setup";
import { question } from "../lib/utils";
Expand Down
20 changes: 0 additions & 20 deletions wallets.template.json

This file was deleted.

0 comments on commit 6ce87b2

Please sign in to comment.