Skip to content

Commit

Permalink
make of eip-1193-jsonrpc-provider new name
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Dec 4, 2023
1 parent 490ddfb commit 454e4d2
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 73 deletions.
6 changes: 6 additions & 0 deletions packages/ethereum-indexer-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ethereum-indexer-cli

## 0.6.24

### Patch Changes

- make of eip-1193-jsonrpc-provider new name

## 0.6.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ethereum-indexer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-indexer-cli",
"version": "0.6.23",
"version": "0.6.24",
"description": "",
"keywords": [],
"author": "",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"commander": "^11.1.0",
"eip-1193-json-provider": "^0.2.1",
"eip-1193-jsonrpc-provider": "^0.3.0",
"ethereum-indexer": "workspace:*",
"ethereum-indexer-utils": "workspace:*",
"ldenv": "^0.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-indexer-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from 'ethereum-indexer';
import type {Options} from './types';
import {logs} from 'named-logs';
import {JSONRPCHTTPProvider} from 'eip-1193-json-provider';
import {JSONRPCHTTPProvider} from 'eip-1193-jsonrpc-provider';
import {EIP1193ProviderWithoutEvents} from 'eip-1193';
import fs from 'fs';
import path from 'path';
Expand Down
6 changes: 6 additions & 0 deletions packages/ethereum-indexer-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ethereum-indexer-server

## 0.6.27

### Patch Changes

- make of eip-1193-jsonrpc-provider new name

## 0.6.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ethereum-indexer-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-indexer-server",
"version": "0.6.26",
"version": "0.6.27",
"description": "",
"keywords": [],
"author": "",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"commander": "^11.1.0",
"eip-1193-json-provider": "^0.2.1",
"eip-1193-jsonrpc-provider": "^0.3.0",
"ethereum-indexer": "workspace:*",
"ethereum-indexer-db-utils": "workspace:*",
"ethereum-indexer-fs-cache": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-indexer-server/src/server/simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
Abi,
ExistingStream,
} from 'ethereum-indexer';
import {JSONRPCHTTPProvider} from 'eip-1193-json-provider';
import {JSONRPCHTTPProvider} from 'eip-1193-jsonrpc-provider';
import {ProcessorFilesystemCache} from 'ethereum-indexer-fs-cache';

import {logs} from 'named-logs';
Expand Down
79 changes: 12 additions & 67 deletions pnpm-lock.yaml

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

0 comments on commit 454e4d2

Please sign in to comment.