Skip to content

Commit

Permalink
Added Imbue network (#99)
Browse files Browse the repository at this point in the history
* Added Imbue network
  • Loading branch information
pgolovkin authored Aug 26, 2022
1 parent 8245997 commit fe7ca6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ External users (chain owners) will be able to deploy their versions of metadata
| 17 | Kabocha |
| 18 | Taganika |
| 19 | Bajun |
| 20 | Imbue |


## Solo chains
Expand Down
14 changes: 6 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ rpc_endpoint = "wss://ws.azero.dev"
#logo = "Composable.svg"
#rpc_endpoints = ["wss://composable-rpc.dwellir.com", "wss://rpc.composable.finance"]

#TODO polkadex parachain. Names are different.
[[chains]]
name = "node"
title = "Polkadex Solochain"
Expand Down Expand Up @@ -353,13 +352,12 @@ color = "#161212"
logo = "Bajun.svg"
rpc_endpoint = "wss://rpc-parachain.bajun.network"

#todo Imbue. SS58 code is different.
#[[chains]]
#name = "imbue"
#title = "Imbue"
#color = "#baff36"
#logo = "Imbue.svg"
#rpc_endpoint = "wss://imbue-kusama.imbue.network"
[[chains]]
name = "imbue"
title = "Imbue"
color = "#baff36"
logo = "Imbue.svg"
rpc_endpoint = "wss://imbue-kusama.imbue.network"

# Test networks
[[chains]]
Expand Down
Binary file added public/qr/imbue_metadata_1008.apng
Binary file not shown.
Binary file added public/qr/imbue_specs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe7ca6f

Please sign in to comment.