We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a48a886 + 473ff08 commit 05244acCopy full SHA for 05244ac
modules/statics/src/coins.ts
@@ -40,6 +40,7 @@ import {
40
ttronToken,
41
txrpToken,
42
tzkethErc20,
43
+ xrpToken,
44
zkethErc20,
45
} from './account';
46
import { ada } from './ada';
@@ -19271,6 +19272,16 @@ export const coins = CoinMap.fromCoins([
19271
19272
'ripple.com',
19273
UnderlyingAsset['txrp:rlusd']
19274
),
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
+ ),
19285
suiToken(
19286
'f26941b7-1110-4aa7-a2bc-29807297a51c',
19287
'sui:deep',
0 commit comments