From aef7126984e8f0648ebec6a08578a03b05c6f4e8 Mon Sep 17 00:00:00 2001 From: Amin Latifi Date: Sun, 9 Jun 2024 13:42:21 +0330 Subject: [PATCH 1/2] Update add-organisation --- add-organisation.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/add-organisation.js b/add-organisation.js index 3bedbff..04495f5 100644 --- a/add-organisation.js +++ b/add-organisation.js @@ -1,19 +1,11 @@ const createOrganisationAddMigration = require("./db/create-organisation-add-migration").default; -<<<<<<< add-gitcoin-passport const ORGANISATION_NAME = "Gitcoin Passport Holder"; // Replace with your own organisation name const SCHEMA_ID = "0x110c216190edf1c2cab264505c0b83437f0caa50298f371ad91a87394d9c55b2"; // Replace with your own schema id const AUTHORIZED_ATTESTOR = "0x843829986e895facd330486a61Ebee9E1f1adB1a"; const COLOR = "#00433b"; -======= -const ORGANISATION_NAME = "Pizza Lovers"; // Replace with your own organisation name -const SCHEMA_ID = - "0x9224f06bd11d0076dbcb28e4f0c654d78cb071930653510360a3a00518ad1710"; // Replace with your own schema id -const AUTHORIZED_ATTESTOR = "0x826976d7C600d45FB8287CA1d7c76FC8eb732030"; -const COLOR = "#db284a"; ->>>>>>> develop // staging: eth-sepolia // production: optimism-mainnet const network = "optimism-mainnet"; From 4d89d61736d16bb8292e1374798f390a499e6b2e Mon Sep 17 00:00:00 2001 From: Amin Latifi Date: Sun, 9 Jun 2024 13:48:25 +0330 Subject: [PATCH 2/2] Add add-organisation.js to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e15ed50..6122a86 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ # Backup file .env.backup + +# Exclude add-organisation updates on pushes +add-organisation.js \ No newline at end of file