Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Nov 7, 2024
1 parent 2382c5b commit 8ffddb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/price_pusher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-pusher",
"version": "8.0.4",
"version": "8.1.0",
"description": "Pyth Price Pusher",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/price_pusher/src/injective/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
{
chainId: getNetworkInfo(network).chainId,
gasPrice,
gasMultiplier
gasMultiplier,
}
);

Expand Down
4 changes: 2 additions & 2 deletions apps/price_pusher/src/injective/injective.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import { Logger } from "pino";
import { Account } from "@injectivelabs/sdk-ts/dist/cjs/client/chain/types/auth";

const DEFAULT_GAS_PRICE = 160000000;
const DEFAULT_GAS_MULTIPLIER = 1.05
const INJECTIVE_TESTNET_CHAIN_ID = "injective-888"
const DEFAULT_GAS_MULTIPLIER = 1.05;
const INJECTIVE_TESTNET_CHAIN_ID = "injective-888";

type PriceQueryResponse = {
price_feed: {
Expand Down

0 comments on commit 8ffddb6

Please sign in to comment.