Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/InjectiveLabs/sdk-go into…
Browse files Browse the repository at this point in the history
… feat/release_v1_48_0
  • Loading branch information
abel committed Sep 26, 2023
2 parents 468f46b + 57308ad commit 5d5a662
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 123 deletions.
201 changes: 153 additions & 48 deletions chain/tokenfactory/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chain/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
&ExtensionOptionsWeb3Tx{},
)

registry.RegisterInterface("injective.types.v1beta1.ExtensionOptionI", (*tx.ExtensionOptionI)(nil))
registry.RegisterInterface("injective.types.v1beta1.ExtensionOptionI", (*tx.TxExtensionOptionI)(nil))
registry.RegisterImplementations(
(*tx.ExtensionOptionI)(nil),
(*tx.TxExtensionOptionI)(nil),
&ExtensionOptionsWeb3Tx{},
)
}
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
Loading

0 comments on commit 5d5a662

Please sign in to comment.