File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/price-pusher" ,
3
- "version" : " 8.0.4 " ,
3
+ "version" : " 8.1.0 " ,
4
4
"description" : " Pyth Price Pusher" ,
5
5
"homepage" : " https://pyth.network" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default {
106
106
{
107
107
chainId : getNetworkInfo ( network ) . chainId ,
108
108
gasPrice,
109
- gasMultiplier
109
+ gasMultiplier,
110
110
}
111
111
) ;
112
112
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import { Logger } from "pino";
23
23
import { Account } from "@injectivelabs/sdk-ts/dist/cjs/client/chain/types/auth" ;
24
24
25
25
const DEFAULT_GAS_PRICE = 160000000 ;
26
- const DEFAULT_GAS_MULTIPLIER = 1.05
27
- const INJECTIVE_TESTNET_CHAIN_ID = "injective-888"
26
+ const DEFAULT_GAS_MULTIPLIER = 1.05 ;
27
+ const INJECTIVE_TESTNET_CHAIN_ID = "injective-888" ;
28
28
29
29
type PriceQueryResponse = {
30
30
price_feed : {
You can’t perform that action at this time.
0 commit comments