Skip to content

Commit 9845cf3

Browse files
committed
feat: added sol ab1
TICKET: CECHO-986
1 parent 79cc505 commit 9845cf3

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3618,6 +3618,7 @@ export enum UnderlyingAsset {
36183618
'sol:kwyld-cash' = 'sol:kwyld-cash',
36193619
'sol:tusdc' = 'sol:tusdc',
36203620
'sol:slx' = 'sol:slx',
3621+
'sol:ab1' = 'sol:ab1',
36213622

36223623
'tsol:txsgd' = 'sol:txsgd',
36233624
'tsol:txusd' = 'sol:txusd',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4795,6 +4795,7 @@ export const ofcCoins = [
47954795
UnderlyingAsset['sol:tusdc']
47964796
),
47974797
ofcsolToken('4c928099-4b07-457a-944e-58ed464418de', 'ofcsol:slx', 'Solstice', 9, UnderlyingAsset['sol:slx']),
4798+
ofcsolToken('8ff32b48-1bab-4769-b239-d34afbb74a89', 'ofcsol:ab1', 'Animoca', 0, UnderlyingAsset['sol:ab1']),
47984799
// New Canton OFC tokens
47994800
ofcCantonToken(
48004801
'02ab6bd2-83e6-46fc-bfd7-93b8be125648',

modules/statics/src/coins/solTokens.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,4 +3993,15 @@ export const solTokens = [
39933993
UnderlyingAsset['sol:slx'],
39943994
SOL_TOKEN_FEATURES
39953995
),
3996+
solToken(
3997+
'e760bd37-5709-4ab8-88d4-0c9e4c45ae8f',
3998+
'sol:ab1',
3999+
'Animoca',
4000+
0,
4001+
'13UnWveBycSEeYJFgvsmE2qHXP5ERienrhGZ5wUjWM8L',
4002+
'13UnWveBycSEeYJFgvsmE2qHXP5ERienrhGZ5wUjWM8L',
4003+
UnderlyingAsset['sol:ab1'],
4004+
SOL_TOKEN_FEATURES,
4005+
ProgramID.Token2022ProgramId
4006+
),
39964007
];

0 commit comments

Comments
 (0)