Releases: DePayFi/web3-tokens
Releases · DePayFi/web3-tokens
v11.1.0
17 Apr 14:51
Compare
Sorry, something went wrong.
No results found
adds instance cache for name, symbol and decimals
v11.0.0
16 Mar 09:14
Compare
Sorry, something went wrong.
No results found
svm package and minor updates
v10.4.4
27 Dec 07:27
Compare
Sorry, something went wrong.
No results found
fix parsing scientific numbers e.g. 1.9e-17
v10.4.3
27 Sep 08:52
Compare
Sorry, something went wrong.
No results found
disable cache for allowance and for balance
v10.4.1
12 Sep 12:00
Compare
Sorry, something went wrong.
No results found
fix solana and evm package versions
v10.4.0
12 Sep 07:53
Compare
Sorry, something went wrong.
No results found
v10.3.0
04 Sep 13:14
Compare
Sorry, something went wrong.
No results found
upgrade dependencies + base support
v10.2.0
18 Aug 09:15
Compare
Sorry, something went wrong.
No results found
v10.1.0
19 Jun 09:29
Compare
Sorry, something went wrong.
No results found
adds Token[blockchain].WRAPPED for WETH abi
v10.0.0
19 Jun 07:43
Compare
Sorry, something went wrong.
No results found
add new blockchains + derive standards from ERC only
#Breaking change:
import
Before
import { Token } from "@depay/web3-tokens"
Now
import Token from "@depay/web3-tokens"
access XYZ20
Before
Token[blockchain].ERC20
Token[blockchain].BEP20
Token[blockchain].ARC20
Now
Token[blockchain]['20'] or Token[blockchain].DEFAULT