Skip to content

Commit

Permalink
fix: rm nationPassportRequiredBalance in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNguyenDev committed Jan 20, 2024
1 parent 058dd13 commit e939381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions contracts/deployments/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"nationPassportNFTIssuer": "0x8c16926819AB30B8b29A8E23F5C230d164337093",
"nationPassportAgreementStatement": "By claiming a Nation3 passport I agree to the terms defined in the following URL",
"nationPassportAgreementURI": "https://bafkreiadlf3apu3u7blxw7t2yxi7oyumeuzhoasq7gqmcbaaycq342xq74.ipfs.dweb.link",
"nationPassportRequiredBalance": 2,
"nationPassportRevokeUnderBalance": 1.5
"nationPassportRequiredBalance": 2
}
3 changes: 1 addition & 2 deletions contracts/deployments/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"nationPassportNFTIssuer": "0x279c0b6bfCBBA977eaF4ad1B2FFe3C208aa068aC",
"nationPassportAgreementStatement": "By claiming a Nation3 passport I agree to the terms defined in the following URL",
"nationPassportAgreementURI": "https://bafkreiadlf3apu3u7blxw7t2yxi7oyumeuzhoasq7gqmcbaaycq342xq74.ipfs.dweb.link",
"nationPassportRequiredBalance": 2,
"nationPassportRevokeUnderBalance": 1.5
"nationPassportRequiredBalance": 2
}

0 comments on commit e939381

Please sign in to comment.