Skip to content

Commit d7b88d6

Browse files
Add new network Kava Testnet - 2221 (#1015)
* Add new network Kava Testnet - 2221 * v0.11.31 --------- Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]>
1 parent c0795d9 commit d7b88d6

File tree

2 files changed

+16
-1
lines changed

2 files changed

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

src/networks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,21 @@
875875
"start": 4219343,
876876
"logo": "ipfs://QmXkneyRB6HbHTHRLCZpZqSsawiyJY7b2kZ2V8ydvKYAgv"
877877
},
878+
"2221": {
879+
"key": "2221",
880+
"name": "Kava Testnet",
881+
"shortName": "testnet",
882+
"chainId": 2221,
883+
"network": "testnet",
884+
"multicall": "0xc7193EFE367DF0C9349a1149F4E95A2A35604262",
885+
"rpc": [],
886+
"explorer": {
887+
"url": "https://testnet.kavascan.com"
888+
},
889+
"start": 6193104,
890+
"logo": "ipfs://bafkreibpfubharx32fjqkqbfdhygwdjb2khxdg6meaasrcxsgvowos26f4",
891+
"testnet": true
892+
},
878893
"2222": {
879894
"key": "2222",
880895
"name": "Kava",

0 commit comments

Comments
 (0)