Skip to content

Commit

Permalink
npm i && build
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis2626 committed Mar 14, 2024
1 parent 3b3fca2 commit 47cfd64
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 deletions.
4 changes: 1 addition & 3 deletions lib.esm/providers/abstract-provider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,19 +230,17 @@ export type PerformActionRequest = {
method: "getTransactionResult";
hash: string;
} | {
<<<<<<< HEAD
method: "getRunningLocations";
} | {
method: "getProtocolTrieExpansionCount";
=======
} | {
method: "getQiRateAtBlock";
blockTag: BlockTag;
amt: number;
} | {
method: "getQuaiRateAtBlock";
blockTag: BlockTag;
amt: number;
>>>>>>> d8ef1416 (add quai-qi conversion to provider)
};
/**
* Options for configuring some internal aspects of an [[AbstractProvider]].
Expand Down
6 changes: 1 addition & 5 deletions lib.esm/providers/abstract-provider.d.ts.map

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions lib.esm/providers/abstract-provider.js.map

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions lib.esm/providers/provider-jsonrpc.d.ts.map

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

12 changes: 12 additions & 0 deletions lib.esm/providers/provider-jsonrpc.js

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

2 changes: 1 addition & 1 deletion lib.esm/providers/provider-jsonrpc.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions package-lock.json

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

0 comments on commit 47cfd64

Please sign in to comment.