Skip to content

Commit 90d36dc

Browse files
authored
Merge pull request #5925 from BitGo/coin-3761-onboard-test-apt-nft-collection
feat(statics): onboard lucid finance's test NFT collection
2 parents a532620 + 8c7d32b commit 90d36dc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: modules/statics/src/base.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2520,6 +2520,7 @@ export enum UnderlyingAsset {
25202520

25212521
// Apt testnet NFT collections
25222522
'tapt:nftcollection1' = 'tapt:nftcollection1',
2523+
'tapt:beta3loanbook' = 'tapt:beta3loanbook',
25232524

25242525
// Sip10 tokens
25252526
'stx:sbtc' = 'stx:sbtc',

Diff for: modules/statics/src/coins.ts

+8
Original file line numberDiff line numberDiff line change
@@ -2936,6 +2936,14 @@ export const coins = CoinMap.fromCoins([
29362936
UnderlyingAsset['tapt:nftcollection1'],
29372937
APT_FEATURES
29382938
),
2939+
taptNFTCollection(
2940+
'f4230725-6add-4a54-b5be-61b3c2d29566',
2941+
'tapt:beta3loanbook',
2942+
'beta 3 Loan Book',
2943+
'0x14d44152cb1050277338ab6c58416e074d4a34ddf431978b41b5a9d14f9884f2',
2944+
UnderlyingAsset['tapt:beta3loanbook'],
2945+
APT_FEATURES
2946+
),
29392947
fiat('3f89b1f5-4ada-49c0-a613-15e484d42426', 'fiatusd', 'US Dollar', Networks.main.fiat, 2, UnderlyingAsset.USD),
29402948
fiat(
29412949
'8691cc4f-a425-4192-b6cb-3b0b6f646cbc',

0 commit comments

Comments
 (0)