Skip to content

Commit

Permalink
Merge pull request #72 from Giveth/add-organisation-ignore-change
Browse files Browse the repository at this point in the history
Add organisation ignore change
  • Loading branch information
aminlatifi authored Jun 9, 2024
2 parents 1d6c54f + 6b58a8a commit 0de2625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@

# Backup file
.env.backup

# Exclude add-organisation updates on pushes
add-organisation.js
8 changes: 4 additions & 4 deletions add-organisation.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const createOrganisationAddMigration =
require("./db/create-organisation-add-migration").default;

const ORGANISATION_NAME = "Honorary Mexican"; // Replace with your own organisation name
const ORGANISATION_NAME = "Gitcoin Passport Holder"; // Replace with your own organisation name
const SCHEMA_ID =
"0xc80d5c0209976a6c994aa6dc3680f4ad2de2dbc1aa9f46164c251ad9e5e10e09"; // Replace with your own schema id
const AUTHORIZED_ATTESTOR = "0x826976d7C600d45FB8287CA1d7c76FC8eb732030";
const COLOR = "#ff0022";
"0x110c216190edf1c2cab264505c0b83437f0caa50298f371ad91a87394d9c55b2"; // Replace with your own schema id
const AUTHORIZED_ATTESTOR = "0x843829986e895facd330486a61Ebee9E1f1adB1a";
const COLOR = "#00433b";
// staging: eth-sepolia
// production: optimism-mainnet
const network = "eth-sepolia";
Expand Down

0 comments on commit 0de2625

Please sign in to comment.