Skip to content

Commit

Permalink
devnet c-chain support (#162)
Browse files Browse the repository at this point in the history
* devnet c-chain support

* etna rpc
  • Loading branch information
rajranjan0608 authored Oct 3, 2024
1 parent b7df0a4 commit 2605557
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,23 @@
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "CDEVNET",
"NAME": "Devnet (C-Chain)",
"TOKEN": "AVAX",
"RPC": "https://etna.avax-dev.network/ext/bc/C/rpc",
"CHAINID": 43117,
"EXPLORER": "https://subnets-test.avax.network/c-chain",
"IMAGE": "https://glacier-api.avax.network/proxy/chain-assets/main/chains/43113/chain-logo.png",
"MAX_PRIORITY_FEE": "10000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 2,
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": [
Expand Down

0 comments on commit 2605557

Please sign in to comment.