Setup EVM Tokenpeg Contract
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
["0x7F9621340E9e0c7217706B5f3DB9b4B1c988de0b","0x046507D0CAe571C9433626768063C8bE7A13ADfd"]
_REQUIRED
- enter1
for 1 DSP being required for the multisig_TOKENCONTRACT
- the token contract account that theBEP20TokenImplementation.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.
Last updated
Was this helpful?