Skip to content

Commit

Permalink
feat: web3 rpc handler npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Mar 1, 2024
1 parent 64eb690 commit 7b3c409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@keyrxng/web3-rpc-racer",
"version": "1.1.0",
"name": "@ubiquity/rpc-handler",
"version": "1.0.0",
"description": "Uses Chainlist's RPC collection racing them returning the lowest latency RPC",
"main": "dist/cjs/rpc-handler.js",
"module": "dist/esm/rpc-handler.js",
"types": "src/index.ts",
"author": "Keyrxng",
"author": "Ubiquity",
"license": "MIT",
"files": [
"dist"
Expand Down

0 comments on commit 7b3c409

Please sign in to comment.