Skip to content

Commit 2a91904

Browse files
Merge pull request #7778 from BitGo/WIN-8385
feat(statics): add new tokens WIN-8385
2 parents 200d49a + fec9cf7 commit 2a91904

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,6 +2188,7 @@ export enum UnderlyingAsset {
21882188
'eth:seda' = 'eth:seda',
21892189
'eth:enso' = 'eth:enso',
21902190
'eth:hpp' = 'eth:hpp',
2191+
'eth:lit' = 'eth:lit',
21912192
'eth:six' = 'eth:six',
21922193
'eth:eden' = 'eth:eden',
21932194
'eth:xeden' = 'eth:xeden',
@@ -2632,6 +2633,7 @@ export enum UnderlyingAsset {
26322633
'polygon:zig' = 'polygon:zig',
26332634
'polygon:brl1' = 'polygon:brl1',
26342635
'polygon:cnktplus' = 'polygon:cnktplus',
2636+
'polygon:land1' = 'polygon:land1',
26352637
'polygon:mmt54' = 'polygon:mmt54',
26362638
'polygon:jpyc' = 'polygon:jpyc',
26372639
// Polygon NFTs

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11945,6 +11945,14 @@ export const erc20Coins = [
1194511945
'0x626e8036deb333b408be468f951bdb42433cbf18',
1194611946
UnderlyingAsset['eth:aioz']
1194711947
),
11948+
erc20(
11949+
'2f4c46e8-9e30-4ecd-bcf1-1b50447c6f26',
11950+
'eth:lit',
11951+
'Lighter',
11952+
18,
11953+
'0x232ce3bd40fcd6f80f3d55a522d03f25df784ee2',
11954+
UnderlyingAsset['eth:lit']
11955+
),
1194811956
erc20(
1194911957
'3b5398f9-9c76-4508-8e9a-bf114506025c',
1195011958
'eth:job',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,6 +2546,13 @@ export const ofcCoins = [
25462546
18,
25472547
UnderlyingAsset['polygon:cnktplus']
25482548
),
2549+
ofcPolygonErc20(
2550+
'54077a8d-f71c-428c-b775-1a4b3dc4b6d9',
2551+
'ofcpolygon:land1',
2552+
'LAND1',
2553+
6,
2554+
UnderlyingAsset['polygon:land1']
2555+
),
25492556
ofcPolygonErc20(
25502557
'a63bf18b-3462-403c-93f5-ff1b608622c2',
25512558
'ofcpolygon:usdc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4465,6 +4465,7 @@ export const tOfcErc20Coins = [
44654465
underlyingAssetForSymbol('eth:banana')
44664466
),
44674467
ofcerc20('768025b4-e38d-435c-af69-799522cda202', 'ofceth:aioz', 'aioz', 18, UnderlyingAsset['eth:aioz']),
4468+
ofcerc20('d1fa53cb-7868-4699-9e86-853d9e017bfd', 'ofceth:lit', 'lighter', 18, UnderlyingAsset['eth:lit']),
44684469
ofcerc20('63f1d5de-5729-4a71-ba6e-dcd7095c20da', 'ofceth:job', 'jobchain', 8, UnderlyingAsset['eth:job']),
44694470
ofcerc20('90169666-a3ee-4ff6-b447-0553a1a4cbb8', 'ofceth:irys', 'irys', 18, UnderlyingAsset['eth:irys']),
44704471
ofcerc20('42fc787e-bd51-4ba0-915f-14b7cdae1bf3', 'ofceth:kpk', 'kpk', 18, UnderlyingAsset['eth:kpk']),

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ export const polygonTokens = [
6666
UnderlyingAsset['polygon:cnktplus'],
6767
POLYGON_TOKEN_FEATURES
6868
),
69+
polygonErc20(
70+
'188d9662-6308-4b13-91b2-8e7f33374458',
71+
'polygon:land1',
72+
'LAND1',
73+
6,
74+
'0x30f0b4fa621773d13b2ea5c46e36773b02f3011a',
75+
UnderlyingAsset['polygon:land1'],
76+
POLYGON_TOKEN_FEATURES
77+
),
6978
polygonErc20(
7079
'0fb0aecf-c5d1-4c42-a96b-04ddbf45c99c',
7180
'polygon:wbtc',

0 commit comments

Comments
 (0)