Setup EVM ERC1155 Tradeable Contract
PreviousSetup EVM ERC1155 ContractNextTransfer Ownership of ERC1155 contract to atomictokenpeg1155 contract
Last updated
Last updated
Click on the atomictokenpeg1155.sol
in the FILE EXPLORERS tab.
Go to the DEPLOY & RUN TRANSACTIONS tab.
Select the atomictokenpeg1155.sol
from the CONTRACT dropdown.
_OWNERS
put our Kylin testnet DSPs public keys
_REQUIRED
- enter 1
for 1 DSP being required for the multisig
Should look like this:
Click transact and confirm.
Verify your contract if needed.
This article was helpful on adding a library into the verification process https://forum.openzeppelin.com/t/how-to-verify-tiki-forks-on-etherscan-bscscan/12599
There is also a flattened file you can use in the contracts/eth/flat
folder, just be sure to use that contract and verify the compiler version.