Skip to content

Commit 1b2a0e0

Browse files
committed
chore: bump version
1 parent 979c209 commit 1b2a0e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/price_pusher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

apps/price_pusher/src/injective/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default {
106106
{
107107
chainId: getNetworkInfo(network).chainId,
108108
gasPrice,
109-
gasMultiplier
109+
gasMultiplier,
110110
}
111111
);
112112

apps/price_pusher/src/injective/injective.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import { Logger } from "pino";
2323
import { Account } from "@injectivelabs/sdk-ts/dist/cjs/client/chain/types/auth";
2424

2525
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";
2828

2929
type PriceQueryResponse = {
3030
price_feed: {

0 commit comments

Comments
 (0)