Skip to content

Commit

Permalink
Update join-mainnet.md for state-sync (cosmos#1277)
Browse files Browse the repository at this point in the history
* Update join-mainnet.md

keplr no longer allows public RPC access

* Update adr-001-interchain-accounts.md

fix broken link

* Update submitting.md

ignore IPFS link
  • Loading branch information
okwme committed Feb 17, 2022
1 parent 689fb88 commit f6adf84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/governance/submitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ can upload it to the IPFS network:

1. either by [running an IPFS node and the IPFS software](https://ipfs.io), or
2. using a service such as [https://pinata.cloud](https://pinata.cloud)
<!-- markdown-link-check-disable -->

Ensure that you "pin" the file so that it continues to be available on the network. You should get a URL like this: https://ipfs.io/ipfs/QmbkQNtCAdR1CNbFE8ujub2jcpwUcmSRpSCg8gVWrTHSWD
The value QmbkQNtCAdR1CNbFE8ujub2jcpwUcmSRpSCg8gVWrTHSWD is called the `CID` of
your file - it is effectively the file's hash.
<!-- markdown-link-check-enable -->

If you uploaded a markdown file, you can use the IPFS markdown viewer to render
the document for better viewing. Links for the markdown viewer look like
Expand Down
2 changes: 1 addition & 1 deletion docs/hub-tutorials/join-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ enable = true
#
# For Cosmos SDK-based chains, trust_period should usually be about 2/3 of the unbonding time (~2
# weeks) during which they can be financially punished (slashed) for misbehavior.
rpc_servers = "https://rpc-cosmoshub.keplr.app:443,https://rpc.cosmos.network:443"
rpc_servers = "https://rpc.cosmos.network:443,https://rpc.cosmos.network:443"
trust_height = 8959784
trust_hash = "3D8F12EA302AEDA66E80939F7FC785206692F8B6EE6F727F1655F1AFB6A873A5"
trust_period = "168h0m0s"
Expand Down
2 changes: 1 addition & 1 deletion docs/readiness/adr-001-interchain-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ There are future releases of Interchain Accounts which are expected to be backwa
(Needs to be created)

## Support
[Documentation](https://ibc.cosmos.network/main/app-modules/interchain-accounts/overview.html)
[Documentation](https://ibc.cosmos.network/main/apps/interchain-accounts/overview.html)

## Additional Research & References
* [Why Interchain Accounts Change Everything for Cosmos Interoperability](https://medium.com/chainapsis/why-interchain-accounts-change-everything-for-cosmos-interoperability-59c19032bf11)
Expand Down

0 comments on commit f6adf84

Please sign in to comment.