Skip to content

Commit 31ed3e2

Browse files
authored
Merge pull request #6753 from BitGo/coin-5253-2
chore: onboard vet sdt nft on test and prod
2 parents 23503ec + 1533169 commit 31ed3e2

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,
@@ -4209,6 +4211,22 @@ export const allCoinsAndTokens = [
42094211
UnderlyingAsset['tapt:beta3loanbook'],
42104212
APT_FEATURES
42114213
),
4214+
vetNFTCollection(
4215+
'4f56375d-f682-4045-a3a2-cabb29556c07',
4216+
'vet:sdt',
4217+
'StarGate Delegator Token',
4218+
'0x1856c533ac2d94340aaa8544d35a5c1d4a21dee7',
4219+
UnderlyingAsset['vet:sdt'],
4220+
VET_FEATURES
4221+
),
4222+
tvetNFTCollection(
4223+
'dd710759-1b87-4435-bef5-db377040deaf',
4224+
'tvet:sdt',
4225+
'Testnet StarGate Delegator Token',
4226+
'0x1ec1d168574603ec35b9d229843b7c2b44bcb770',
4227+
UnderlyingAsset['tvet:sdt'],
4228+
VET_FEATURES
4229+
),
42124230
fiat('3f89b1f5-4ada-49c0-a613-15e484d42426', 'fiatusd', 'US Dollar', Networks.main.fiat, 2, UnderlyingAsset.USD),
42134231
fiat(
42144232
'8691cc4f-a425-4192-b6cb-3b0b6f646cbc',

0 commit comments

Comments
 (0)