Skip to content

Commit 8973415

Browse files
authored
fix: Rename sepolia and goerli (#948)
* fix: Rename Sepolia testnet * fix: Rename Sepolia testnet * Update package.json
1 parent 597c2cf commit 8973415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"5": {
3939
"key": "5",
40-
"name": "Ethereum Testnet Goerli",
40+
"name": "Goerli testnet",
4141
"shortName": "Goerli",
4242
"chainId": 5,
4343
"network": "goerli",
@@ -1297,7 +1297,7 @@
12971297
},
12981298
"11155111": {
12991299
"key": "11155111",
1300-
"name": "Sepolia",
1300+
"name": "Sepolia testnet",
13011301
"shortName": "Sepolia",
13021302
"chainId": 11155111,
13031303
"network": "sepolia",

0 commit comments

Comments
 (0)