Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions contracts/experimental/ERC20ProxyForZRC2/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is required to deploy contracts through scripts and used as non-evm deployer in tests
PRIVATE_KEY=0x #

# Below a set of variables required to run tests
TEST_KEY_1=0x # Deploys on evm side
TEST_KEY_2=0x # Plays user role
# CACHED_ZRC2=0x
# CACHED_ERC20=0x
12 changes: 12 additions & 0 deletions contracts/experimental/ERC20ProxyForZRC2/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# ERC20ProxyForZRC2 Contract

## Intro

These contracts allow ZRC-2 tokens to look like ERC-20 tokens.

## Deployed proxies

| name | ZRC2 address | ERC20 proxy address | isBurnable |
|------|--------------------------------------------|--------------------------------------------|-----|
| ZWAP | zil1p5suryq6q647usxczale29cu3336hhp376c627 | 0xf54e97D672196CdC5a580338149e009Cef4d5A81 | yes |

TODO some proxies were deployed in the past and are not listed here. Find them and add to the list

## How to use

Unless you want to build using the `zilliqa-developer` version of `zilliqa-js`, or you encounter missing modules issues while running tests, install our dependencies with:

```shell
Expand Down
Loading