Skip to content

Commit

Permalink
add odin (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa authored Nov 1, 2023
1 parent 5e2b05b commit f7e2b91
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/chain_registry.ini
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,7 @@ config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/dyd
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/celestia.ini"

[regen-archive-sub]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/regen-archive-sub.ini"
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/regen-archive-sub.ini"

[odin]
config = "https://raw.githubusercontent.com/notional-labs/cosmosia/main/data/odin.ini"
8 changes: 8 additions & 0 deletions data/odin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
git_repo = "https://github.com/ODIN-PROTOCOL/odin-core"
version = "v0.6.2"
daemon_name = "odind"
node_home = "$HOME/.odin"
minimum_gas_prices = "0.0125loki"
start_flags = "--p2p.seeds=20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:16856,ebc272824924ea1a27ea3183dd0b9ba713494f83@odin-mainnet-seed.autostake.com:26766"
snapshot_prune = "cosmos-pruner"
network = "net2"
8 changes: 8 additions & 0 deletions docs/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,3 +780,11 @@ Note: archive nodes and subnodes endpoints are only available in NotionalApi, no
| RPC | https://rpc-regen-archive-sub-ia.cosmosia.notional.ventures/ |
| API | https://api-regen-archive-sub-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-regen-archive-sub-ia.cosmosia.notional.ventures/ |

### 98. odin

| Protocol | Endpoint |
|----------|:--------------------------------------------------------|
| RPC | https://rpc-odin-ia.cosmosia.notional.ventures/ |
| API | https://api-odin-ia.cosmosia.notional.ventures/ |
| GRPC | https://grpc-odin-ia.cosmosia.notional.ventures/ |
1 change: 1 addition & 0 deletions notionalapi/gateway/redeploy_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ neutron-archive-sub
neutron
noble
nois
odin
omniflixhub
osmosis-archive-sub1
osmosis-testnet
Expand Down

0 comments on commit f7e2b91

Please sign in to comment.