Skip to content

Commit c839ae5

Browse files
committed
docs: add official testnet deployment
1 parent e30356c commit c839ae5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
22
members = ["contracts/*"]
3+
resolver = "2"
34

45
[profile.release]
56
rpath = false

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ This is a list of on-chain deployments for this contract:
2424
| `v1.1.0+taxed003` | 9257 |
2525
| `v1.1.0+taxed004` | 10071 |
2626

27+
## Testnet Deployments
28+
29+
| Version | Code ID |
30+
| -------- | ------- |
31+
| `v1.1.0+taxed004` | 1843 |
32+
2733
## Instructions to Migrate from Terraport/Terraswap Tokens
2834

2935
Terraport and Terraswap offer token factories in order to create and manage tokens in a user-friendly manner. These are stock cw20 contracts. Some might want to migrate from these tokens to this contract. Please follow these instructions:

0 commit comments

Comments
 (0)