Skip to content

Commit cb11b3a

Browse files
authored
fix: Add start param to network that missing it (#944)
* fix: Add start param to network that missing it * Update src/networks.json * v0.9.4
1 parent 426c280 commit cb11b3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.3",
3+
"version": "0.9.4",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"explorer": {
7474
"url": "https://ubiqscan.io"
7575
},
76+
"start": 1,
7677
"logo": "ipfs://Qmec3HLoN4QhwZAhw4XTi2aN8Wwmcko5hHN22sHARzb9tw"
7778
},
7879
"10": {
@@ -188,6 +189,7 @@
188189
"explorer": {
189190
"url": "https://blockscout.com/etc/mainnet"
190191
},
192+
"start": 13307544,
191193
"logo": "ipfs://QmVegc28DvA7LjKUFysab81c9BSuN4wQVDQkRXyAtuEBis"
192194
},
193195
"66": {
@@ -659,6 +661,7 @@
659661
"explorer": {
660662
"url": "https://baobab.scope.klaytn.com"
661663
},
664+
"start": 87232478,
662665
"logo": "ipfs://QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
663666
},
664667
"24": {
@@ -674,6 +677,7 @@
674677
"explorer": {
675678
"url": "https://explorer.kardiachain.io"
676679
},
680+
"start": 8260245,
677681
"logo": "ipfs://bafkreig73yfyqzbxydv6e3dbj5nks3f57px2iez7tywayey4rilfhhrr34"
678682
},
679683
"1072": {
@@ -941,6 +945,7 @@
941945
"explorer": {
942946
"url": "https://explorer.chainverse.info"
943947
},
948+
"start": 6334180,
944949
"logo": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk"
945950
},
946951
"6102": {
@@ -1006,6 +1011,7 @@
10061011
"explorer": {
10071012
"url": "https://scope.klaytn.com"
10081013
},
1014+
"start": 91582357,
10091015
"logo": "ipfs://QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
10101016
},
10111017
"8453": {
@@ -1054,6 +1060,7 @@
10541060
"explorer": {
10551061
"url": "https://smartbch-explorer.web.app"
10561062
},
1063+
"start": 268248,
10571064
"logo": "ipfs://QmWG1p7om4hZ4Yi4uQvDpxg4si7qVYhtppGbcDGrhVFvMd"
10581065
},
10591066
"10243": {

0 commit comments

Comments
 (0)