Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Nov 21, 2022
1 parent 8f4d0ce commit 6fa94a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Compatible with the following blockchains :

- mainnet, Rinkeby, Ropsten, Kovan and Goerli networks

- ERC20 tokens
- ERC20 tokens, NFTs and SBTs

- WalletConnect Dapps

Expand All @@ -64,7 +64,7 @@ Compatible with the following blockchains :

- Mainnet and Mumbai networks

- ERC20 tokens
- ERC20 tokens, NFTs and SBTs

- WalletConnect Dapps

Expand All @@ -80,7 +80,7 @@ Compatible with the following blockchains :

- Mainnet and Testnet networks

- ERC20 tokens
- ERC20 tokens, NFTs and SBTs

- WalletConnect Dapps

Expand Down Expand Up @@ -112,15 +112,15 @@ Compatible with the following blockchains :

- Arbitrum mainnet

- ERC20 tokens
- ERC20 tokens, NFTs and SBTs

- WalletConnect Dapps

- AVAX

- Mainnet and Fuji testnet networks

- ERC20 tokens
- ERC20 tokens, NFTs and SBTs

- WalletConnect Dapps

Expand Down Expand Up @@ -351,10 +351,13 @@ Special wallet options

### ERC20

In ETH, BSC, MATIC, FTM, OP, METIS, CELO, GLMR, MOVR, AVAX or ARB, you can choose the ERC20
wallet account type option. Select a known preset token, or input an ERC20
In ETH, BSC, MATIC, FTM, OP, METIS, CELO, GLMR, MOVR, AVAX or ARB, you can choose the ERC20 wallet account type option. Select a known preset token, or input an ERC20
custom token address.

### NFT

Uniblow can display the NFT or SBT from the collection contract address. NFT ERC721 and SBT BAB are compatible on the networks : ETH, MATIC, OP, AVAX and ARB. You can select a known preset token, or input an NFT custom address.

### WalletConnect

In ETH, BSC, MATIC, FTM, OP, METIS, CELO, GLMR, MOVR, AVAX or ARB, Uniblow can connect to a Dapp
Expand Down
7 changes: 7 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Uniblow versions history

## 2.2.0

* Add NFT ERC721 and SBT BAB
* Update OP testnet
* Improve balance thread management
* Change internal derivation method BIP name

## 2.0.2

* Tezos : Add Ghost and Kathmandu test networks
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Shall be x.y.z, with optional dash trailing "-textstr"

VERSION = "2.0.2"
VERSION = "2.2.0"

0 comments on commit 6fa94a3

Please sign in to comment.