Skip to content

Commit 5f7f4e4

Browse files
feat(statics): add unstETH NFT to sdk
TICKET: SC-2516
1 parent b05650c commit 5f7f4e4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

modules/statics/src/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2585,6 +2585,10 @@ export enum UnderlyingAsset {
25852585
'tsoneium:test721' = 'tsoneium:test721',
25862586
'tsoneium:test1155' = 'tsoneium:test1155',
25872587

2588+
// Lido ETH NFTs
2589+
'erc721:unsteth' = 'erc721:unsteth',
2590+
'terc721:unsteth' = 'terc721:unsteth',
2591+
25882592
// coredao mainnet tokens
25892593
'coredao:stcore' = 'coredao:stcore',
25902594

modules/statics/src/coins.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,6 +2319,18 @@ export const coins = CoinMap.fromCoins([
23192319
'',
23202320
Networks.test.holesky
23212321
),
2322+
erc721(
2323+
'30d034ae-41fd-4da2-bbb2-05fe1e301108',
2324+
'erc721:unsteth',
2325+
'Lido: stETH Withdrawal NFT',
2326+
'0x889edc2edab5f40e902b864ad4d7ade8e412f9b1'
2327+
),
2328+
terc721(
2329+
'05ce9121-45e0-4e9c-941b-1aa95bedfcc5',
2330+
'terc721:unsteth',
2331+
'Test Lido: stETH Withdrawal NFT',
2332+
'0xc7cc160b58f8bb0bac94b80847e2cf2800565c50'
2333+
),
23222334
terc721(
23232335
'e795fc78-b8a7-47a1-8294-5ecbe8a74c3a',
23242336
'terc721:bitgoerc721',

0 commit comments

Comments
 (0)