Skip to content

Commit

Permalink
Merge pull request #59 from gitcoinco/2527-enable-onchain-passport-pu…
Browse files Browse the repository at this point in the history
…sh-to-zksync

2527 enable onchain passport push to zksync
  • Loading branch information
nutrina authored Jun 6, 2024
2 parents 3de1a32 + aa20eea commit e1b3d5b
Show file tree
Hide file tree
Showing 22 changed files with 3,781 additions and 511 deletions.
8 changes: 6 additions & 2 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PROVIDER_URL=https://sepolia.infura.io/v3/000
MAINNET_PROVIDER_URL=https://eth-mainnet.g.alchemy.com/v2/000
SEPOLIA_PROVIDER_URL=https://sepolia.infura.io/v3/000
OP_PROVIDER_URL=https://opt-mainnet.g.alchemy.com/v2/000
OP_SEPOLIA_PROVIDER_URL=
DEPLOYER_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
Expand All @@ -12,4 +13,7 @@ PASSPORT_MULTISIG_ADDRESS=0x0000000
INFURA_KEY=000

OP_SEPOLIA_PROVIDER_URL=https://opt-sepolia.g.alchemy.com/v2/000
ARBITRUM_PROVIDER_URL=https://arb-mainnet.g.alchemy.com/v2/000
ARBITRUM_PROVIDER_URL=https://arb-mainnet.g.alchemy.com/v2/000

ZKSYNC_ERA_PROVIDER_URL=https://zksync-mainnet.g.alchemy.com/v2/000
ZKSYNC_SEPOLIA_PROVIDER_URL=https://zksync-sepolia.g.alchemy.com/v2/000
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ typechain-types
# Hardhat files
cache
artifacts
cache-zk
artifacts-zk

Loading

0 comments on commit e1b3d5b

Please sign in to comment.