Skip to content

Commit 05244ac

Browse files
Merge pull request #5196 from BitGo/WIN-3909
feat(statics): add rlusd
2 parents a48a886 + 473ff08 commit 05244ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import {
4040
ttronToken,
4141
txrpToken,
4242
tzkethErc20,
43+
xrpToken,
4344
zkethErc20,
4445
} from './account';
4546
import { ada } from './ada';
@@ -19271,6 +19272,16 @@ export const coins = CoinMap.fromCoins([
1927119272
'ripple.com',
1927219273
UnderlyingAsset['txrp:rlusd']
1927319274
),
19275+
xrpToken(
19276+
'a5e3e409-4cde-443d-9000-22bfc99ad456',
19277+
'xrp:rlusd',
19278+
'Ripple USD',
19279+
96,
19280+
'rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De',
19281+
'524C555344000000000000000000000000000000',
19282+
'ripple.com',
19283+
UnderlyingAsset['xrp:rlusd']
19284+
),
1927419285
suiToken(
1927519286
'f26941b7-1110-4aa7-a2bc-29807297a51c',
1927619287
'sui:deep',

0 commit comments

Comments
 (0)