# Setup EVM ERC1155 Tradeable Contract

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.

![](https://4003270724-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTfSc9O76OFJpqcb3QC%2F-MezfU3oCqdUJlphXfZr%2F-MezgJgrB9pj2isytYBG%2F2.png?alt=media\&token=bbbb617f-453d-415d-be8d-710e8282e4ce)

* `_OWNERS` put our Kylin testnet DSPs public keys

```
["0x7F9621340E9e0c7217706B5f3DB9b4B1c988de0b","0x046507D0CAe571C9433626768063C8bE7A13ADfd"]
```

* `_REQUIRED` - enter `1` for 1 DSP being required for the multisig

Should look like this:

![](https://4003270724-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MTfSc9O76OFJpqcb3QC%2F-MezfU3oCqdUJlphXfZr%2F-MezgWcmnVmbwHq2zpwp%2F3.png?alt=media\&token=ae8ae3f1-c70d-4b12-8d28-7e413d03b6a7)

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.
