Skip to content

Commit

Permalink
feat: onboard ENRON token:
Browse files Browse the repository at this point in the history
COIN-2919

TICKET: COIN-2919

feat: add sol features to coin

TICKET: COIN-2919

feat: add token address

TICKET: COIN-2919
  • Loading branch information
rv-bitgo committed Jan 28, 2025
1 parent 2720e23 commit d31390c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,7 @@ export enum UnderlyingAsset {
'sol:axs' = 'sol:axs',
'sol:sand' = 'sol:sand',
'sol:ens' = 'sol:ens',
'sol:enron' = 'sol:enron',
'sol:jitosol' = 'sol:jitosol',
'sol:zeus' = 'sol:zeus',
'sol:kmno' = 'sol:kmno',
Expand Down
9 changes: 9 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16584,6 +16584,15 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['sol:ai16z'],
SOL_TOKEN_FEATURES
),
solToken(
'd6bee044-de5b-4ce2-8ed2-dbae6f23e728',
'sol:enron',
'Enron',
9,
'BktHEAc2WS8TQi2vmavn1rA4L1WJuwF3Vkk3DnwwARti', //https://solscan.io/token/BktHEAc2WS8TQi2vmavn1rA4L1WJuwF3Vkk3DnwwARti
UnderlyingAsset['sol:enron'],
SOL_TOKEN_FEATURES
),
solToken(
'9f5d23da-9574-4377-aeaa-2bae4e0f7a33',
'sol:zerebro',
Expand Down

0 comments on commit d31390c

Please sign in to comment.