Skip to content

Commit

Permalink
Modified files related to kujira
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro E. F. Mota committed Sep 21, 2023
1 parent bce4ae0 commit 042628a
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/chains/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Here are the current chain connectors in the codebase, as of Q3 2023:
| [Cronos](/chains/cronos) | Non-EVM |
| [Harmony](/chains/harmony) | EVM |
| [Injective](/chains/injective) | Non-EVM |
| [Kujira](/chains/kujira) | Non-EVM |
| [Polygon](/chains/polygon) | EVM |
| [NEAR](/chains/near) | Non-EVM |
| [XDC Chain](/chains/xdc-chain) | Non-EVM |
Expand Down
44 changes: 44 additions & 0 deletions docs/chains/kujira.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# `Kujira`

`Kujira` is a [Chain](/chains) connector in Hummingbot Gateway that helps users connect to FIN DEX on the Kujira blockchain.

## 📁 Connector Info

* Folder: [/gateway/src/chains/kujira](https://github.com/hummingbot/gateway/tree/development/src/chains/kujira)
* Configs: [/gateway/src/templates/kujira.yml](https://github.com/hummingbot/gateway/blob/development/src/templates/kujira.yml)

## ℹ️ Chain Info

* Website: https://kujira.app
* Block Explorer: https://finder.kujira.network
* CoinMarketCap: https://coinmarketcap.com/currencies/kujira
* CoinGecko: https://www.coingecko.com/en/coins/kujira

## 🕸️ Supported Networks

| Network | ChainId | Type |
|---------|---------|------|
| `mainnet` | N/A | mainnet |
| `testnet` | N/A | testnet |

## 🚰 Faucets

To add funds to your testnet wallet, you can use a faucet inside the Kujira Discord.

To join their discord you can use this link:

> [https://discord.gg/teamkujira](https://discord.gg/teamkujira)
After joining and doing their verification process, you can look for this channel:

> #public-testnet-faucet
Or try this link:

> [https://discord.com/channels/970650215801569330/1009931570263629854](https://discord.com/channels/970650215801569330/1009931570263629854)
Then you can use the following command there:

> !faucet <change to your kujira wallet address here>
After that you should receive some Kujira tokens on your balance.
1 change: 1 addition & 0 deletions docs/dex-connectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Here are the current DEX connectors in the codebase, as of Q3 2023:
| [Dexalot](../exchanges/dexalot.md) | CLOB | 🥈 Silver | Hummingbot Foundation |
| [Defira](../exchanges/defira.md) | AMM | 🥉 Bronze
| [Injective](../exchanges/injective.md) | CLOB | 🥉 Bronze
| [Kujira](../exchanges/kujira.md) | CLOB | 🥉 Bronze
| [Loopring](../exchanges/loopring/index.md) | CLOB | 🥉 Bronze
| [Mad Meerkat](../exchanges/mad-meerkat.md) | AMM | 🥉 Bronze | [CoinAlpha](https://coinalpha.com) |
| [OpenOcean](../exchanges/openocean.md) | AMM | 🥉 Bronze
Expand Down
2 changes: 1 addition & 1 deletion docs/exchanges/kujira.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Currently, Kujira is a **Bronze** exchange, as voted by HBOT holders in each qua
## ℹ️ Exchange Info

- **Website**: <https://fin.kujira.network/>
- **CoinMarketCap**: <https://coinmarketcap.com/pt-br/currencies/kujira/>
- **CoinMarketCap**: <https://coinmarketcap.com/currencies/kujira/>
- **CoinGecko**: <https://www.coingecko.com/en/coins/kujira>
- **API Docs**: <https://docs.kujira.app/dapps-and-infrastructure/fin>
- **Fees**: <https://docs.kujira.app/dapps-and-infrastructure/fin/how-to-use-fin/spot-and-margin-trade-ui#spot-trading>
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ nav:
- Dexalot 🥈: exchanges/dexalot.md
- Defira: exchanges/defira.md
- Injective: exchanges/injective.md
- Kujira: exchanges/kujira.md
- Loopring: exchanges/loopring/index.md
- Mad Meerkat: exchanges/mad-meerkat.md
- OpenOcean: exchanges/openocean.md
Expand All @@ -302,6 +303,7 @@ nav:
- Cosmos: chains/cosmos.md
- Harmony: chains/harmony.md
- Injective: chains/injective.md
- Kujira: chains/kujira.md
- NEAR: chains/near.md
- Polygon: chains/polygon.md
- XDC Chain: chains/xdc-chain.md
Expand Down

0 comments on commit 042628a

Please sign in to comment.