Skip to content

Commit

Permalink
Merge pull request #91 from TheMarstonConnell/marston/testnet-faucet
Browse files Browse the repository at this point in the history
Adding Jackal Testnet Faucet
  • Loading branch information
liangping authored Jul 16, 2024
2 parents b6eaf86 + d6039b6 commit f2290a6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions chains/testnet/jackal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"chain_name": "jackal",
"coingecko": "jackal_protocol",
"api": [
"https://testnet-api.jackalprotocol.com"
{"provider": "Jackal Labs", "address": "https://testnet-api.jackalprotocol.com"},
{"provider": "Brochain", "address": "https://jackal-testnet-api.brocha.in"}
],
"rpc": [
"https://testnet-rpc.jackalprotocol.com"
{"provider": "Jackal Labs", "address": "https://testnet-rpc.jackalprotocol.com"},
{"provider": "Brochain", "address": "https://jackal-testnet-rpc.brocha.in"}
],
"faucet": {
"amount": "10000000ujkl",
"ip_limit": "1",
"address_limit": "10",
"fees": "1000ujkl"
},
"coin_type": "118",
"sdk_version": "0.45.11",
"addr_prefix": "jkl",
Expand Down

0 comments on commit f2290a6

Please sign in to comment.