Skip to content

Commit

Permalink
fix: Add start param to network that missing it (#944)
Browse files Browse the repository at this point in the history
* fix: Add start param to network that missing it

* Update src/networks.json

* v0.9.4
  • Loading branch information
ChaituVR authored Nov 24, 2023
1 parent 426c280 commit cb11b3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.9.3",
"version": "0.9.4",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"explorer": {
"url": "https://ubiqscan.io"
},
"start": 1,
"logo": "ipfs://Qmec3HLoN4QhwZAhw4XTi2aN8Wwmcko5hHN22sHARzb9tw"
},
"10": {
Expand Down Expand Up @@ -188,6 +189,7 @@
"explorer": {
"url": "https://blockscout.com/etc/mainnet"
},
"start": 13307544,
"logo": "ipfs://QmVegc28DvA7LjKUFysab81c9BSuN4wQVDQkRXyAtuEBis"
},
"66": {
Expand Down Expand Up @@ -659,6 +661,7 @@
"explorer": {
"url": "https://baobab.scope.klaytn.com"
},
"start": 87232478,
"logo": "ipfs://QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
},
"24": {
Expand All @@ -674,6 +677,7 @@
"explorer": {
"url": "https://explorer.kardiachain.io"
},
"start": 8260245,
"logo": "ipfs://bafkreig73yfyqzbxydv6e3dbj5nks3f57px2iez7tywayey4rilfhhrr34"
},
"1072": {
Expand Down Expand Up @@ -941,6 +945,7 @@
"explorer": {
"url": "https://explorer.chainverse.info"
},
"start": 6334180,
"logo": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk"
},
"6102": {
Expand Down Expand Up @@ -1006,6 +1011,7 @@
"explorer": {
"url": "https://scope.klaytn.com"
},
"start": 91582357,
"logo": "ipfs://QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
},
"8453": {
Expand Down Expand Up @@ -1054,6 +1060,7 @@
"explorer": {
"url": "https://smartbch-explorer.web.app"
},
"start": 268248,
"logo": "ipfs://QmWG1p7om4hZ4Yi4uQvDpxg4si7qVYhtppGbcDGrhVFvMd"
},
"10243": {
Expand Down

0 comments on commit cb11b3a

Please sign in to comment.