Skip to content

Commit f27c01e

Browse files
committed
feat: onboard new tokens
COIN-3524 TICKET: COIN-3524 feat: undo extra addition TICKET: COIN-3524 feat: add ofc token support TICKET: COIN-3524
1 parent 934e4ca commit f27c01e

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,7 @@ export enum UnderlyingAsset {
18491849
'eth:xy' = 'eth:xy',
18501850
'eth:move' = 'eth:move',
18511851
'eth:mon' = 'eth:mon',
1852+
'eth:usual' = 'eth:usual',
18521853
'eth:usd1' = 'eth:usd1',
18531854
'eth:ibtc' = 'eth:ibtc',
18541855
'eth:pyr' = 'eth:pyr',
@@ -2001,6 +2002,7 @@ export enum UnderlyingAsset {
20012002
'polygon:usdcv2' = 'polygon:usdcv2',
20022003
'polygon:usdt' = 'polygon:usdt',
20032004
'polygon:weth' = 'polygon:weth',
2005+
'polygon:cnkt' = 'polygon:cnkt',
20042006
'polygon:wbtc' = 'polygon:wbtc',
20052007
'polygon:sand' = 'polygon:sand',
20062008
'polygon:dai' = 'polygon:dai',
@@ -2439,6 +2441,7 @@ export enum UnderlyingAsset {
24392441
'sol:corn' = 'sol:corn',
24402442
'sol:yes' = 'sol:yes',
24412443
'sol:ai16z' = 'sol:ai16z',
2444+
'sol:pnut' = 'sol:pnut',
24422445
'sol:nyan' = 'sol:nyan',
24432446
'sol:virtual' = 'sol:virtual',
24442447
'sol:zerebro' = 'sol:zerebro',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ export const erc20Coins = [
101101
'0x6468e79a80c0eab0f9a2b574c8d5bc374af59414',
102102
UnderlyingAsset['eth:exrd']
103103
),
104+
erc20(
105+
'e11480f5-ad48-4255-8de0-c31351b147da',
106+
'eth:usual',
107+
'USUAL',
108+
18,
109+
'0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e',
110+
UnderlyingAsset['eth:usual']
111+
),
104112
erc20(
105113
'2cc8846d-8b8d-4480-b49f-026bc56fbf42',
106114
'eth:turbo',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@ export const ofcCoins = [
318318
UnderlyingAsset['sol:wsol'],
319319
SOL_OFC_TOKEN_FEATURES
320320
),
321+
ofcsolToken(
322+
'ca2feee8-425b-4690-9294-a81911cbab42',
323+
'ofcsol:pnut',
324+
'Peanut the Squirrel',
325+
6,
326+
UnderlyingAsset['sol:pnut']
327+
),
321328
ofcsolToken(
322329
'c382f3cc-c071-4ef5-89ac-bcb85d8d415f',
323330
'ofcsol:wec',
@@ -833,6 +840,13 @@ export const ofcCoins = [
833840
6,
834841
UnderlyingAsset['polygon:usdcv2']
835842
),
843+
ofcPolygonErc20(
844+
'b4381484-7f8d-4d20-aa19-5c99e9d230d6',
845+
'ofcpolygon:cnkt',
846+
'Coinnekt',
847+
18,
848+
UnderlyingAsset['polygon:cnkt']
849+
),
836850
ofcPolygonErc20(
837851
'a63bf18b-3462-403c-93f5-ff1b608622c2',
838852
'ofcpolygon:usdc',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,6 +1623,7 @@ export const ofcErc20Coins = [
16231623
18,
16241624
underlyingAssetForSymbol('eth:block')
16251625
),
1626+
ofcerc20('bdb004b5-4ec7-479e-905b-ee34bc8f6bea', 'ofceth:usual', 'Usual', 18, underlyingAssetForSymbol('eth:usual')),
16261627
ofcerc20(
16271628
'593ae9a1-ab69-423a-b9a2-1980a0c50f97',
16281629
'ofceth:bito',

modules/statics/src/coins/polygonTokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ export const polygonTokens = [
4848
UnderlyingAsset['polygon:weth'],
4949
POLYGON_TOKEN_FEATURES
5050
),
51+
polygonErc20(
52+
'03f58d68-6162-4890-b98d-82c6051d28a4',
53+
'polygon:cnkt',
54+
'Coinnekt',
55+
18,
56+
'0xcd75a3538f662b22e25d055b272477a68f1c36fc',
57+
UnderlyingAsset['polygon:cnkt'],
58+
POLYGON_TOKEN_FEATURES
59+
),
5160
polygonErc20(
5261
'0fb0aecf-c5d1-4c42-a96b-04ddbf45c99c',
5362
'polygon:wbtc',

modules/statics/src/coins/solTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ export const solTokens = [
2727
UnderlyingAsset['sol:virtual'],
2828
SOL_TOKEN_FEATURES
2929
),
30+
solToken(
31+
'5367fe0f-1f39-48c1-8673-23cd6bc1f445',
32+
'sol:pnut',
33+
'Peanut the Squirrel',
34+
6,
35+
'2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump', // https://solscan.io/token/2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump
36+
'2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump',
37+
UnderlyingAsset['sol:pnut'],
38+
SOL_TOKEN_FEATURES
39+
),
3040
solToken(
3141
'2d3009df-9534-43c7-8661-e3fe00a023f5',
3242
'sol:nyan',

0 commit comments

Comments
 (0)