Skip to content

Commit

Permalink
fix: Change logo for eth networks (#969)
Browse files Browse the repository at this point in the history
* Change logo for eth networks

* v0.11.7
  • Loading branch information
ChaituVR authored Mar 5, 2024
1 parent 6831eb4 commit 0af203f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.11.6",
"version": "0.11.7",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
8 changes: 4 additions & 4 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"apiUrl": "https://api.etherscan.io"
},
"start": 7929876,
"logo": "ipfs://QmR2UYZczmYa4s8mr9HZHci5AQwyAnwUW7tSUZz7KWF3sA"
"logo": "ipfs://bafkreid7ndxh6y2ljw2jhbisodiyrhcy2udvnwqgon5wgells3kh4si5z4"
},
"5": {
"key": "5",
Expand All @@ -56,7 +56,7 @@
"apiUrl": "https://api-goerli.etherscan.io"
},
"start": 743550,
"logo": "ipfs://QmR2UYZczmYa4s8mr9HZHci5AQwyAnwUW7tSUZz7KWF3sA"
"logo": "ipfs://bafkreid7ndxh6y2ljw2jhbisodiyrhcy2udvnwqgon5wgells3kh4si5z4"
},
"8": {
"key": "8",
Expand Down Expand Up @@ -1354,7 +1354,7 @@
"apiUrl": "https://api-sepolia.etherscan.io"
},
"start": 751532,
"logo": "ipfs://QmR2UYZczmYa4s8mr9HZHci5AQwyAnwUW7tSUZz7KWF3sA"
"logo": "ipfs://bafkreid7ndxh6y2ljw2jhbisodiyrhcy2udvnwqgon5wgells3kh4si5z4"
},
"245022926": {
"key": "245022926",
Expand Down Expand Up @@ -1426,4 +1426,4 @@
"start": 7521509,
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
}
}
}

0 comments on commit 0af203f

Please sign in to comment.