We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44bf09 commit f6de490Copy full SHA for f6de490
index.js
@@ -100,6 +100,16 @@ const NETWORK =
100
explorer: "https://goerli.etherscan.io/address/",
101
color: "#393939"
102
},
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
+ },
113
137: {
114
id: 137,
115
network: "Polygon",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@idecentralize/erclib",
3
- "version": "1.6.3",
+ "version": "1.6.4",
4
"description": "ERC library for blockchain development",
5
"main": "index.js",
6
"type": "module",
0 commit comments