Skip to content

Commit

Permalink
Add pysud and gmx (#1665)
Browse files Browse the repository at this point in the history
* add GMX and PYUSD

* add GMX on avalance

* 11.6.0
  • Loading branch information
SocialfiPanda authored Sep 8, 2023
1 parent dfb2362 commit 512ad48
Show file tree
Hide file tree
Showing 4 changed files with 25 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": "11.5.0",
"version": "11.6.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"decimals": 6,
"chainId": 42161,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
},
{
"name": "GMX",
"address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
"symbol": "GMX",
"decimals": 18,
"chainId": 42161,
"logoURI": "https://assets.coingecko.com/coins/images/18323/large/arbit.png?1631532468"
}
]
8 changes: 8 additions & 0 deletions src/tokens/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@
"symbol": "UNI.e",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/logo.png"
},
{
"chainId": 43114,
"address": "0x62edc0692BD897D2295872a9FFCac5425011c661",
"name": "GMX",
"symbol": "GMX",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/18323/large/arbit.png?1631532468"
}
]
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1977,5 +1977,13 @@
"symbol": "PRIME",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/29053/large/PRIMELOGOOO.png?1676976222"
},
{
"chainId": 1,
"address": "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
"name": "PayPal USD",
"symbol": "PYUSD",
"decimals": 6,
"logoURI": "https://assets.coingecko.com/coins/images/31212/large/PYUSD_Logo_%282%29.png?1691458314"
}
]

0 comments on commit 512ad48

Please sign in to comment.