Skip to content

Commit 60bfd35

Browse files
committed
chore(statics): add test xrp token which requires atl
TICKET: WIN-4137
1 parent 0cbf14a commit 60bfd35

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2379,6 +2379,7 @@ export enum UnderlyingAsset {
23792379
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd',
23802380
'xrp:rlusd' = 'xrp:rlusd',
23812381
'txrp:rlusd' = 'txrp:rlusd',
2382+
'txrp:xat' = 'txrp:xat',
23822383

23832384
// Sui tokens
23842385
'sui:deep' = 'sui:deep',

modules/statics/src/coins.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19828,6 +19828,16 @@ export const coins = CoinMap.fromCoins([
1982819828
'ripple.com',
1982919829
UnderlyingAsset['xrp:rlusd']
1983019830
),
19831+
txrpToken(
19832+
'155818c4-efda-4758-bb25-37c093b6dc02',
19833+
'txrp:xat',
19834+
'XRP ATL Token',
19835+
96,
19836+
'rHy7UVhwM7Xgo4SoUTf5hE5yWKZKPEkxcL',
19837+
'5841540000000000000000000000000000000000',
19838+
'xat.com',
19839+
UnderlyingAsset['txrp:xat']
19840+
),
1983119841
suiToken(
1983219842
'f26941b7-1110-4aa7-a2bc-29807297a51c',
1983319843
'sui:deep',

0 commit comments

Comments
 (0)