Skip to content

Commit

Permalink
add Flux Flux null 2025 02 06 7 (#1974)
Browse files Browse the repository at this point in the history
* add null

* 13.5.0

---------

Co-authored-by: Ashraf Hamideh <[email protected]>
  • Loading branch information
0sh3 and Ashraf Hamideh authored Feb 6, 2025
1 parent 05a6efd commit 4b7287e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/default-token-list",
"version": "13.4.0",
"version": "13.5.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@
"symbol": "ZRO",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208"
},
{
"chainId": 43114,
"address": "0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55",
"name": "Flux",
"symbol": "FLUX",
"decimals": 8,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/logo.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2512,5 +2512,13 @@
"symbol": "BITCOIN",
"decimals": 8,
"logoURI": "https://coin-images.coingecko.com/coins/images/30323/large/hpos10i_logo_casino_night-dexview.png?1696529224"
},
{
"chainId": 1,
"address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
"name": "Flux",
"symbol": "FLUX",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/logo.png"
}
]

0 comments on commit 4b7287e

Please sign in to comment.