Skip to content

Commit 5e32e2c

Browse files
claude[bot]claude
andauthored
add: SOFID (2026-09-10) (#2571)
Add SoFiUSD (SOFID) to Ethereum mainnet and Solana. Version set explicitly to 22.18.0 to clear 22.16.0 (main) and 22.17.0 (in-flight PR #2570). Claude-Session: https://claude.ai/code/session_01WsPvpiyaxAhEUem21MERR1 Co-authored-by: Claude <noreply@anthropic.com>
1 parent af570f1 commit 5e32e2c

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/default-token-list",
3-
"version": "22.16.0",
3+
"version": "22.18.0",
44
"description": "The Uniswap default token list",
55
"main": "build/uniswap-default.tokenlist.json",
66
"scripts": {

src/tokens/mainnet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3333,5 +3333,13 @@
33333333
"symbol": "AVL",
33343334
"decimals": 18,
33353335
"logoURI": "https://coin-images.coingecko.com/coins/images/54119/large/AV.png?1738314011"
3336+
},
3337+
{
3338+
"chainId": 1,
3339+
"address": "0x0CB6d03B0aC88A463F67B7Ad99f9f3ec4678092E",
3340+
"name": "SoFiUSD",
3341+
"symbol": "SOFID",
3342+
"decimals": 6,
3343+
"logoURI": "https://assets.coingecko.com/coins/images/71688/standard/CRY25-3266080_StableCoinLogo.png?1768922282"
33363344
}
33373345
]

src/tokens/solana.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,5 +1470,13 @@
14701470
"symbol": "USDGO",
14711471
"decimals": 6,
14721472
"logoURI": "https://assets.coingecko.com/coins/images/102172077/large/USDGO_%287%29.png?1771437018"
1473+
},
1474+
{
1475+
"chainId": 501000101,
1476+
"address": "APhcqtzE73es3KAGiVksZFMLGwJDiAey5qZKUrQHEHfS",
1477+
"name": "SoFiUSD",
1478+
"symbol": "SOFID",
1479+
"decimals": 6,
1480+
"logoURI": "https://assets.coingecko.com/coins/images/71688/standard/CRY25-3266080_StableCoinLogo.png?1768922282"
14731481
}
14741482
]

0 commit comments

Comments
 (0)