Migrate Peperium assets

obi
2 min readJan 18, 2023

--

There was a bug in the metadata of the “old” wrapper, so I fixed all metadata and deployed a new one. For more details about it, visit our Discord https://discord.gg/UdJET9ZNvf

If you want to use a website, go here: https://crypt0biwan.github.io/peperium-migrate/
Otherwise follow the steps below if you want to do it yourself through the contracts directly

Unwrap asset

Go to https://etherscan.io/address/0xfae57936702a445a91efb5fa1274e7b5f43ec641#writeContract, connect your wallet using the “Connect to Web3” button. In the example below I’m using KFPEPE as an example.

In the field “_id (uint256)” fill in 1 (the id of kfpepe in the wrapper contract). here’s a list of all IDs for the assets

1 KFPEPE
2 PEPESTREET
3 ZENPEPE
4 PEPRESSIONISM
5 PEPEBANKSY
6 MONAPEPE
7 LORDRARE
8 BASEBALLPEPE
9 BATPEPE
10 HOTDOGPEPE
11 KINGRARE
12 ACCEPTRARE
13 NEVERENDINGPEPE
14 PEPEGOD
15 PEPEGOLD
16 NEWPEPE
17 PEPETTE
18 VAPORPEPE
19 PEPESTENCIL
20 GlitchPepe
21 PEPERIUMCLASSIC
22 CHILLPEPE
23 RUINSOFPEPE
24 GIGERPEPECITY
25 PEPEZEUSLIGHT
26 CRIMEANDPEPESHMENT
27 PEPENEMSTEAK
28 RPALPHASTIK
29 UNDEADPEPE
30 MHV
31 PBJCAT
99 TAOWARARE

In the field “_quantity (uint256)” fill in the amount of kfpepes you want to unwrap (we’ll go with 1 this time). It should look like this. Click “Write” and proceed through your wallet.

Approve and wrap to new wrapper

Great, it has restored to the original contract!

Next, follow these steps to wrap the asset to the new wrapper: https://crypt0biwan.medium.com/how-to-wrap-your-peperium-assets-56bab8a910c5

--

--