Setup EVM Tokenpeg Contract
Last updated
Last updated
Click on the binancetokenpeg.sol
in the FILE EXPLORERS tab.
Go to the DEPLOY & RUN TRANSACTIONS tab.
Change your account in Metamask to your tokenpeg contract account.
Make sure the last 4 digits of the account in Metamask match the Account entry in Metamask
Select the binancetokenpeg.sol
from the CONTRACT dropdown.
Click on the dropdown arrow to display the constructor arguments
_OWNERS
put our Kylin testnet DSPs public keys
_REQUIRED
- enter 1
for 1 DSP being required for the multisig
_TOKENCONTRACT
- the token contract account that the BEP20TokenImplementation.sol
is deployed to
_TOKENCONTRACT
not to be confused with the account that deployed the contract, these are 2 different addresses!!
Should look like this:
Click transact and confirm, again making sure you are still using your tokenpeg account.