Skip to content

Commit

Permalink
Merge pull request #88 from api3dao/add-kava
Browse files Browse the repository at this point in the history
Add kava
  • Loading branch information
bbenligiray authored Sep 13, 2023
2 parents 98fc86a + 936b5e1 commit 8340355
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions chains/kava.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Kava",
"alias": "kava",
"id": "2222",
"symbol": "KAVA",
"testnet": false,
"providerUrl": "https://evm.kava.io/",
"explorer": {
"api": {
"url": "https://kavascan.com/api",
"key": {
"required": false
}
},
"browserUrl": "https://kavascan.com/"
},
"blockTimeMs": 6318
}
13 changes: 13 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,19 @@ export const CHAINS: Chain[] = [
},
blockTimeMs: 5201,
},
{
name: 'Kava',
alias: 'kava',
id: '2222',
symbol: 'KAVA',
testnet: false,
providerUrl: 'https://evm.kava.io/',
explorer: {
api: { url: 'https://kavascan.com/api', key: { required: false } },
browserUrl: 'https://kavascan.com/',
},
blockTimeMs: 6318,
},
{
name: 'Linea Goerli testnet',
alias: 'linea-goerli-testnet',
Expand Down

0 comments on commit 8340355

Please sign in to comment.