Skip to content

Commit

Permalink
Add rpc to kava (#3333)
Browse files Browse the repository at this point in the history
* Added RPCs and changed explorer for Kava network

* Added RPCs for Kava Testnet

* Corrected formatting errors

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
0xRaghu and ligi authored Aug 16, 2023
1 parent db936a2 commit 9679b92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 7 additions & 3 deletions _data/chains/eip155-2221.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "Kava EVM Testnet",
"name": "Kava Testnet",
"chain": "KAVA",
"rpc": ["https://evm.testnet.kava.io", "wss://wevm.testnet.kava.io"],
"rpc": [
"https://evm.testnet.kava.io",
"https://kava-evm-testnet.rpc.thirdweb.com",
"wss://wevm.testnet.kava.io"
],
"faucets": ["https://faucet.kava.io"],
"nativeCurrency": {
"name": "TKava",
Expand All @@ -16,7 +20,7 @@
"explorers": [
{
"name": "Kava Testnet Explorer",
"url": "https://explorer.testnet.kava.io",
"url": "http://testnet.kavascan.com",
"standard": "EIP3091",
"icon": "kava"
}
Expand Down
6 changes: 4 additions & 2 deletions _data/chains/eip155-2222.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "Kava EVM",
"name": "Kava",
"chain": "KAVA",
"rpc": [
"https://evm.kava.io",
"https://evm2.kava.io",
"https://kava-rpc.gateway.pokt.network",
"https://kava-evm.rpc.thirdweb.com",
"wss://wevm.kava.io",
"wss://wevm2.kava.io",
"https://kava-evm.publicnode.com"
Expand All @@ -22,7 +24,7 @@
"explorers": [
{
"name": "Kava EVM Explorer",
"url": "https://explorer.kava.io",
"url": "https://kavascan.com",
"standard": "EIP3091",
"icon": "kava"
}
Expand Down

0 comments on commit 9679b92

Please sign in to comment.