Skip to content

Commit

Permalink
Merge pull request #5196 from BitGo/WIN-3909
Browse files Browse the repository at this point in the history
feat(statics): add rlusd
  • Loading branch information
hitansh-madan authored Dec 3, 2024
2 parents a48a886 + 473ff08 commit 05244ac
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 05244ac

Please sign in to comment.