Skip to content

Commit f6de490

Browse files
committed
added sepolia
1 parent b44bf09 commit f6de490

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

index.js

+10
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@ const NETWORK =
100100
explorer: "https://goerli.etherscan.io/address/",
101101
color: "#393939"
102102
},
103+
11155111: {
104+
id: 11155111,
105+
network: "Sepolia",
106+
chain: "ETH",
107+
chainId: 11155111,
108+
type: "Testnet",
109+
rpc: "https://sepolia.infura.io/v3/640daef0814a43b4a17f9eea18bd9041",
110+
explorer: "https://sepolia.etherscan.io/address/",
111+
color: "#393939"
112+
},
103113
137: {
104114
id: 137,
105115
network: "Polygon",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idecentralize/erclib",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "ERC library for blockchain development",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)