Skip to content

Commit

Permalink
feat(statics): add rlusd
Browse files Browse the repository at this point in the history
Ticket: WIN-3909
  • Loading branch information
hitansh-madan committed Dec 2, 2024
1 parent a48a886 commit 91adf0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import {
ttronToken,
txrpToken,
tzkethErc20,
xrpToken,
zkethErc20,
} from './account';
import { ada } from './ada';
Expand Down Expand Up @@ -19271,6 +19272,16 @@ export const coins = CoinMap.fromCoins([
'ripple.com',
UnderlyingAsset['txrp:rlusd']
),
xrpToken(
'a5e3e409-4cde-443d-9000-22bfc99ad456',
'xrp:rlusd',
'Ripple USD',
96,
'rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De',
'524C555344000000000000000000000000000000',
'ripple.com',
UnderlyingAsset['xrp:rlusd']
),
suiToken(
'f26941b7-1110-4aa7-a2bc-29807297a51c',
'sui:deep',
Expand Down

0 comments on commit 91adf0b

Please sign in to comment.