Skip to content

Commit

Permalink
added sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
Madeindreams committed Oct 12, 2023
1 parent b44bf09 commit f6de490
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ const NETWORK =
explorer: "https://goerli.etherscan.io/address/",
color: "#393939"
},
11155111: {
id: 11155111,
network: "Sepolia",
chain: "ETH",
chainId: 11155111,
type: "Testnet",
rpc: "https://sepolia.infura.io/v3/640daef0814a43b4a17f9eea18bd9041",
explorer: "https://sepolia.etherscan.io/address/",
color: "#393939"
},
137: {
id: 137,
network: "Polygon",
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.3",
"version": "1.6.4",
"description": "ERC library for blockchain development",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit f6de490

Please sign in to comment.