diff --git a/data/ecosystems/p/polkadot.toml b/data/ecosystems/p/polkadot.toml index c44aa3a6..75b41f5d 100644 --- a/data/ecosystems/p/polkadot.toml +++ b/data/ecosystems/p/polkadot.toml @@ -12,6 +12,7 @@ sub_ecosystems = [ "Phala Network", "Plasm", "Selendra", + "Stafi", "Vertua", ] @@ -1110,9 +1111,6 @@ tags = ["Protocol"] [[repo]] url = "https://github.com/sriharikapu/Dots-template" -[[repo]] -url = "https://github.com/stafiprotocol/stafi-node" - [[repo]] url = "https://github.com/substrate-developer-hub/pallet-did" diff --git a/data/ecosystems/s/stafi.toml b/data/ecosystems/s/stafi.toml new file mode 100644 index 00000000..a561aa11 --- /dev/null +++ b/data/ecosystems/s/stafi.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Stafi" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/stafiprotocol/apps" + +[[repo]] +url = "https://github.com/stafiprotocol/bridge-solidity" + +[[repo]] +url = "https://github.com/stafiprotocol/chainbridge" + +[[repo]] +url = "https://github.com/stafiprotocol/eth2-staking" + +[[repo]] +url = "https://github.com/stafiprotocol/go-substrate-rpc-client" + +[[repo]] +url = "https://github.com/stafiprotocol/stafi-blockchain" + +[[repo]] +url = "https://github.com/stafiprotocol/stafi-bootstrap" + +[[repo]] +url = "https://github.com/stafiprotocol/stafi-node" + +[[repo]] +url = "https://github.com/stafiprotocol/substrate-api-sidecar"