Skip to content

Commit

Permalink
chore(statics): add test xrp token which requires atl
Browse files Browse the repository at this point in the history
TICKET: WIN-4137
  • Loading branch information
nvrakesh06 committed Jan 6, 2025
1 parent 0cbf14a commit 60bfd35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,7 @@ export enum UnderlyingAsset {
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd',
'xrp:rlusd' = 'xrp:rlusd',
'txrp:rlusd' = 'txrp:rlusd',
'txrp:xat' = 'txrp:xat',

// Sui tokens
'sui:deep' = 'sui:deep',
Expand Down
10 changes: 10 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19828,6 +19828,16 @@ export const coins = CoinMap.fromCoins([
'ripple.com',
UnderlyingAsset['xrp:rlusd']
),
txrpToken(
'155818c4-efda-4758-bb25-37c093b6dc02',
'txrp:xat',
'XRP ATL Token',
96,
'rHy7UVhwM7Xgo4SoUTf5hE5yWKZKPEkxcL',
'5841540000000000000000000000000000000000',
'xat.com',
UnderlyingAsset['txrp:xat']
),
suiToken(
'f26941b7-1110-4aa7-a2bc-29807297a51c',
'sui:deep',
Expand Down

0 comments on commit 60bfd35

Please sign in to comment.