Skip to content

Commit

Permalink
Merge pull request #4167 from BitGo/onboard-sol-tokens
Browse files Browse the repository at this point in the history
feat(statics): add SOL tokens for FTX transfer drift
  • Loading branch information
ajays97 authored Dec 20, 2023
2 parents d5df214 + 1a1aa7a commit 49f8063
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,8 @@ export enum UnderlyingAsset {
'sol-perp' = 'sol-perp',
'sol-woo' = 'sol-woo',
'sol-weth' = 'sol-weth',
'btc-sollet' = 'btc-sollet',
'eth-sollet' = 'eth-sollet',

// XRP tokens
'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd' = 'txrp:tst-rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd',
Expand Down
18 changes: 18 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13100,6 +13100,24 @@ export const coins = CoinMap.fromCoins([
UnderlyingAsset['sol-weth'],
AccountCoin.DEFAULT_FEATURES
),
solToken(
'd7190522-cc12-435d-9589-23b04bdd949e',
'sol:btc-sollet',
'Wrapped Bitcoin (Sollet)',
6,
'9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E',
UnderlyingAsset['btc-sollet'],
AccountCoin.DEFAULT_FEATURES
),
solToken(
'c0fce6fb-aad5-462c-94c3-82121613f0ba',
'sol:eth-sollet',
'Wrapped Ethereum (Sollet)',
6,
'2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk',
UnderlyingAsset['eth-sollet'],
AccountCoin.DEFAULT_FEATURES
),
solToken(
'5f98c609-de50-41b4-8f82-c59e5273166e',
'sol:ftt-sollet',
Expand Down

0 comments on commit 49f8063

Please sign in to comment.