Skip to content

Commit 86add40

Browse files
authored
chore: adds RLUSD into swaps (#2622)
1 parent 27f9745 commit 86add40

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/ui-config/TokenList.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13032,6 +13032,15 @@ export const TOKEN_LIST: TokenList = {
1303213032
logoURI:
1303313033
'https://assets.coingecko.com/coins/images/52937/standard/token-beets-staked-sonic.png?1734712659',
1303413034
},
13035+
{
13036+
name: 'RLUSD',
13037+
address: '0x8292bb45bf1ee4d140127049757c2e0ff06317ed',
13038+
symbol: 'RLUSD',
13039+
decimals: 18,
13040+
chainId: 1,
13041+
logoURI:
13042+
'https://assets.coingecko.com/coins/images/39651/standard/RLUSD_200x200_%281%29.png?1727376633',
13043+
},
1303513044
],
1303613045
};
1303713046

0 commit comments

Comments
 (0)