Skip to content

Commit

Permalink
add-orange-testnet (#146)
Browse files Browse the repository at this point in the history
Adding Orange testnet to config.json

Co-authored-by: cipher1316 <[email protected]>
  • Loading branch information
Orange-Web3 and cipher1316 authored Apr 18, 2024
1 parent 5a6e100 commit 275b4ca
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 @@ -234,6 +234,23 @@
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "ORANGET",
"NAME": "Orange Testnet",
"TOKEN": "JUICE",
"RPC": "https://subnets.avax.network/orangetest/testnet/rpc",
"CHAINID": 987,
"EXPLORER": "https://subnets-test.avax.network/orangetest",
"IMAGE": "https://images.ctfassets.net/gcj8jwzm6086/3XEEyo14stfm16l3lKzmkV/6f3253c86be493713625385d2d2ccf8d/Orange_Icon.png",
"MAX_PRIORITY_FEE": "10000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 1,
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 2,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": [
Expand Down

0 comments on commit 275b4ca

Please sign in to comment.