Skip to content

Commit

Permalink
(feat) Changed mainnet.ini file to include NEOK/USDT and ORAI/USDT sp…
Browse files Browse the repository at this point in the history
…ot markets
  • Loading branch information
abel committed Sep 19, 2023
1 parent 131d2a4 commit 26f88a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions client/metadata/assets/mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,24 @@ min_display_price_tick_size = 0.0010
min_quantity_tick_size = 1000000000000000.000000
min_display_quantity_tick_size = 0.0010

[0xe8fe754e16233754e2811c36aca89992e35951cfd61376f1cbdc44be6ac8d3fb]
description = 'mainnet Spot NEOK/USDT'
base = 18
quote = 6
min_price_tick_size = 0.0000000000000001
min_display_price_tick_size = 9.999999999999999e-05
min_quantity_tick_size = 100000000000000000
min_display_quantity_tick_size = 0.1

[0xa04adeed0f09ed45c73b344b520d05aa31eabe2f469dcbb02a021e0d9d098715]
description = 'mainnet Spot ORAI/USDT'
base = 6
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 9.999999999999999e-05
min_quantity_tick_size = 100000
min_display_quantity_tick_size = 0.1

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'mainnet Derivative BTC/USDT PERP'
base = 0
Expand Down Expand Up @@ -384,3 +402,10 @@ decimals = 18
peggy_denom = ibc/E7807A46C0B7B44B350DA58F51F278881B863EC4DCA94635DAB39E52C30766CB
decimals = 6

[NEOK]
peggy_denom = ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4
decimals = 18

[ORAI]
peggy_denom = ibc/C20C0A822BD22B2CEF0D067400FCCFB6FAEEE9E91D360B4E0725BD522302D565
decimals = 6

0 comments on commit 26f88a0

Please sign in to comment.