Skip to content

Commit

Permalink
Merge pull request #10 from InjectiveLabs/chore/xii-market
Browse files Browse the repository at this point in the history
chore: xiii market
  • Loading branch information
Thomas authored Apr 8, 2024
2 parents ad44e88 + d965604 commit 1f5ae66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ts-scripts/data/market/category.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const newMarkets = [
'xiii-inj',
'w-usdt',
'bonus-usdt',
'ena-usdt',
Expand All @@ -10,7 +11,6 @@ export const newMarkets = [
'usdc-usdt',
'andr-inj',
'usde-usdt',
'whale-inj'
]

export const experimental = [
Expand Down Expand Up @@ -110,7 +110,8 @@ export const injective = [
'hdro-inj',
'pyth-inj',
'nonja-inj',
'lvn-inj'
'lvn-inj',
'xiii-inj'
]

export const solana = [
Expand Down
3 changes: 2 additions & 1 deletion ts-scripts/data/market/spot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export const mainnetSlugs = [
'sollegacy-usdt',
'arblegacy-usdt',
'wmaticlegacy-usdt',
'bonus-usdt'
'bonus-usdt',
'xiii-inj'
]

export const devnetSlugs = ['proj-usdt', 'wbtc-inj', 'proj-inj']
Expand Down

0 comments on commit 1f5ae66

Please sign in to comment.