We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597c2cf commit 8973415Copy full SHA for 8973415
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.9.7",
+ "version": "0.9.8",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/networks.json
@@ -37,7 +37,7 @@
37
},
38
"5": {
39
"key": "5",
40
- "name": "Ethereum Testnet Goerli",
+ "name": "Goerli testnet",
41
"shortName": "Goerli",
42
"chainId": 5,
43
"network": "goerli",
@@ -1297,7 +1297,7 @@
1297
1298
"11155111": {
1299
"key": "11155111",
1300
- "name": "Sepolia",
+ "name": "Sepolia testnet",
1301
"shortName": "Sepolia",
1302
"chainId": 11155111,
1303
"network": "sepolia",
0 commit comments