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 11{
22 "name" : " @pythnetwork/price-pusher" ,
3- "version" : " 8.0.4 " ,
3+ "version" : " 8.1.0 " ,
44 "description" : " Pyth Price Pusher" ,
55 "homepage" : " https://pyth.network" ,
66 "main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default {
106106 {
107107 chainId : getNetworkInfo ( network ) . chainId ,
108108 gasPrice,
109- gasMultiplier
109+ gasMultiplier,
110110 }
111111 ) ;
112112
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import { Logger } from "pino";
2323import { Account } from "@injectivelabs/sdk-ts/dist/cjs/client/chain/types/auth" ;
2424
2525const 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" ;
2828
2929type PriceQueryResponse = {
3030 price_feed : {
You can’t perform that action at this time.
0 commit comments