Skip to content

Commit

Permalink
Merge pull request #1 from sophon-org/usdc-deployment
Browse files Browse the repository at this point in the history
USDC deployment
  • Loading branch information
CryptoMan0x authored Sep 26, 2024
2 parents f64f01f + 78006b2 commit 85f6007
Show file tree
Hide file tree
Showing 10 changed files with 147,629 additions and 8,455 deletions.
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# The key to a pre-funded deployer address
DEPLOYER_PRIVATE_KEY=

SIGNATURE_CHECKER_ADDRESS=

############################
# FiatToken Configurations #
############################
Expand Down Expand Up @@ -50,6 +52,12 @@ OWNER_ADDRESS=
# The address of the MasterMinter's owner.
MASTER_MINTER_OWNER_ADDRESS=

# The address of the MasterMinter.
MASTER_MINTER_ADDRESS=

# [OPTIONAL] The address of a new minter with permissions to mint/burn tokens
MINTER_ADDRESS=

# [OPTIONAL] The address of the FiatToken's pauser. Defaults to the owner address.
# PAUSER_ADDRESS=

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ coverage/
coverage.json

blacklist.*.json

zkout/
Loading

0 comments on commit 85f6007

Please sign in to comment.