Skip to content

Commit

Permalink
fix hardhat chainid with 31337
Browse files Browse the repository at this point in the history
  • Loading branch information
Madeindreams committed Aug 3, 2023
1 parent 248cbe1 commit b44bf09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const NETWORK =
color: "#8247e5",
defaultNFT: "0x5265535c70664EE54c8584bf7Fe62bBD2558A25C"
},
1337: {
id: 137,
31337: {
id: 31337,
network: "Hardhat",
chain: "ETH",
chainId: 1337,
chainId: 31337,
type: "Local",
rpc:"",
explorer: "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idecentralize/erclib",
"version": "1.6.2",
"version": "1.6.3",
"description": "ERC library for blockchain development",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit b44bf09

Please sign in to comment.