Last active
July 1, 2021 13:45
-
-
Save evanVtatum/8dce17436db141efecf22fb78c3e6c08 to your computer and use it in GitHub Desktop.
Deploy BSC NFT smart contract
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"chain": "BSC", | |
"name": "My BEP721", | |
"symbol": "BEP_SYMBOL", | |
"fromPrivateKey": "0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2", | |
"nonce": 0, | |
"fee": { | |
"gasLimit": "40000", | |
"gasPrice": "20" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment