Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensgg authored Feb 15, 2024
2 parents cfa55a4 + d933cef commit abeeb09
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/operator_onboarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [opened, edited]

permissions:
contents: write
contents: write
issues: write

jobs:
update-ibc-file:
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
- name: Push changes
if: env.LABEL_FOUND == 'true'
run: |
git push --force --set-upstream origin operator-onboarding-${{ github.event.issue.number }}
git push --force --set-upstream origin operator-onboarding-${{ github.event.issue.number }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ list = [
| Cosmos Spaces | `cosmos126pkrcvytfvsvrdm7x4wme5y780amvwwarzezc` | 1 | [`.tricky_.`](https://discordapp.com/users/.tricky_.) | [`Char1esBark1ey`](https://t.me/Char1esBark1ey) | 50.0 | 50.0 |
| Decentrio | `cosmos1sk76c20mkypkm8mmrza09nnkq9vkqn4atn60qj` | 1 | [`dunguyen29`](https://discordapp.com/users/dunguyen29) | [`dunguyen_29`](https://t.me/dunguyen_29) | 50.0 | 50.0 |
| Cosmonaut Stakes | `cosmos1ujwsewqwndsyyzt0ujevhr4uxrsd574m8f7l78` | 1 | [`danoly`](https://discordapp.com/users/danoly) | [`CosmonautStakes`](https://t.me/CosmonautStakes) | 50.0 | 50.0 |
| 🐹 Quokka Stake | `cosmos17ndx5qfku28ymxgmq6zq4a6d02dvpfjj5yu8j9` | 1 | [`@freak12techno`](https://discordapp.com/users/@freak12techno) | [`@freak12techno`](https://t.me/@freak12techno) | 0.0 | 0.0 |

## Paths

Expand Down Expand Up @@ -307,6 +308,7 @@ list = [
| Lavender.Five Nodes | `cosmos18xrruhq5r246mwk0yj9elnn3mte8xa9uq4mdvu` | `osmo18xrruhq5r246mwk0yj9elnn3mte8xa9ugwga6w` | 0.0 | 0.0 |
| cosmosrescue | `cosmos13rw0xgyu0fqgdsjsrwlrf49j74us9l5n3erxhz` | `osmo1p4557mdpc2qk8vcemeqgrcg55gs2uyznvdya3j` | 0.0 | 0.0 |
| WhisperNode | `cosmos1ryq6zncdxpdnnwhn9h24ar48ap9zkqgleav22v` | `osmo1ryq6zncdxpdnnwhn9h24ar48ap9zkqgl3xl6u7` | 0.0 | 0.0 |
| 🐹 Quokka Stake | `cosmos17ndx5qfku28ymxgmq6zq4a6d02dvpfjj5yu8j9` | `osmo17ndx5qfku28ymxgmq6zq4a6d02dvpfjjul0hyh` | 0.0 | 0.0 |
</details>

<details><summary>cosmoshub-persistence</summary>
Expand Down
31 changes: 31 additions & 0 deletions _IBC/cosmoshub-dymension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "cosmoshub",
"client_id": "07-tendermint-1205",
"connection_id": "connection-933"
},
"chain_2": {
"chain_name": "dymension",
"client_id": "07-tendermint-1",
"connection_id": "connection-1"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-794",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-1",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
16 changes: 16 additions & 0 deletions _IBC/cosmoshub-osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,22 @@
"telegram": {
"handle": "jim380"
}
},
{
"chain_1": {
"address": "cosmos17ndx5qfku28ymxgmq6zq4a6d02dvpfjj5yu8j9"
},
"chain_2": {
"address": "osmo17ndx5qfku28ymxgmq6zq4a6d02dvpfjjul0hyh"
},
"memo": "Relayed with \u2764\ufe0f by \ud83d\udc39 Quokka Stake",
"name": "\ud83d\udc39 Quokka Stake",
"discord": {
"handle": "@freak12techno"
},
"telegram": {
"handle": "@freak12techno"
}
}
]
}
15 changes: 15 additions & 0 deletions operators.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,20 @@
"cosmoshub-stride",
"cosmoshub-kujira"
]
},
{
"name": "\ud83d\udc39 Quokka Stake",
"memo": "Relayed with \u2764\ufe0f by \ud83d\udc39 Quokka Stake",
"address": "cosmos17ndx5qfku28ymxgmq6zq4a6d02dvpfjj5yu8j9",
"discord": "@freak12techno",
"telegram": "@freak12techno",
"feegrant": {
"enabled": false,
"period_spend_limit": 0,
"active_period_spend_limit": 0
},
"paths": [
"cosmoshub-osmosis"
]
}
]

0 comments on commit abeeb09

Please sign in to comment.