Skip to content

Commit 1533169

Browse files
committed
chore: onboard vet sdt nft on test and prod
Ticket: COIN-5253
1 parent 3f76c7c commit 1533169

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ import {
3737
tsuiToken,
3838
ttaoToken,
3939
ttronToken,
40+
tvetNFTCollection,
4041
tworldErc20,
4142
txrpToken,
4243
tzkethErc20,
44+
vetNFTCollection,
4345
worldErc20,
4446
xrpToken,
4547
zkethErc20,
@@ -4219,6 +4221,22 @@ export const allCoinsAndTokens = [
42194221
UnderlyingAsset['tapt:beta3loanbook'],
42204222
APT_FEATURES
42214223
),
4224+
vetNFTCollection(
4225+
'4f56375d-f682-4045-a3a2-cabb29556c07',
4226+
'vet:sdt',
4227+
'StarGate Delegator Token',
4228+
'0x1856c533ac2d94340aaa8544d35a5c1d4a21dee7',
4229+
UnderlyingAsset['vet:sdt'],
4230+
VET_FEATURES
4231+
),
4232+
tvetNFTCollection(
4233+
'dd710759-1b87-4435-bef5-db377040deaf',
4234+
'tvet:sdt',
4235+
'Testnet StarGate Delegator Token',
4236+
'0x1ec1d168574603ec35b9d229843b7c2b44bcb770',
4237+
UnderlyingAsset['tvet:sdt'],
4238+
VET_FEATURES
4239+
),
42224240
fiat('3f89b1f5-4ada-49c0-a613-15e484d42426', 'fiatusd', 'US Dollar', Networks.main.fiat, 2, UnderlyingAsset.USD),
42234241
fiat(
42244242
'8691cc4f-a425-4192-b6cb-3b0b6f646cbc',

0 commit comments

Comments
 (0)