Skip to content

Commit

Permalink
added weth
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfantaholic committed Nov 1, 2023
1 parent 65a099e commit 61383e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@real-wagmi/sdk",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/tokens/chains/kava.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export const kavaTokens = {
wkava: new Token(ChainId.KAVA, '0xc86c7C0eFbd6A49B35E8714C5f59D99De09A225b', 18, 'WKAVA', 'Wrapped Kava'),
wagmi: new Token(ChainId.KAVA, '0xaf20f5f19698f1D19351028cd7103B63D30DE7d7', 18, 'WAGMI', 'Wagmi'),
usdc: new Token(ChainId.KAVA, '0xfa9343c3897324496a05fc75abed6bac29f8a40f', 6, 'USDC', 'USD Coin'),
usdt: new Token(ChainId.KAVA, '0x919c1c267bc06a7039e03fcc2ef738525769109c', 6, 'USDt', 'TetherUSDt')
usdt: new Token(ChainId.KAVA, '0x919c1c267bc06a7039e03fcc2ef738525769109c', 6, 'USDt', 'TetherUSDt'),
weth: new Token(ChainId.KAVA, '0x2DfD4dE5AE386Cd3f4fC8e2cb39240852E47F5E8', 18, 'WETH', 'Wrapped Ether')
};

0 comments on commit 61383e3

Please sign in to comment.