Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _IBC/fandomchain-osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"chain_2": {
"chain_name": "osmosis",
"client_id": "07-tendermint-3607",
"connection_id": "connection-10960"
"client_id": "07-tendermint-3613",
"connection_id": "connection-10964"
},
"channels": [
{
Expand All @@ -17,7 +17,7 @@
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-107314",
"channel_id": "channel-107392",
Copy link
Contributor

@JeremyParish69 JeremyParish69 Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the channel-id being changed? Generally, once registered, it cannot be changed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of the change of the bech32 prefix to be compliant with slip-0173.
I had to create a new channel

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgive my ignorance. But why does a new bech32 prefix necessitate a new IBC channel? I'm not aware of bech32 prefix having anything do to with ibc channel...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm, I think it makes sense. Changing bech32 may require a new genesis

"port_id": "transfer"
},
"ordering": "unordered",
Expand Down
14 changes: 7 additions & 7 deletions fandomchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pretty_name": "fandomChain",
"chain_type": "cosmos",
"chain_id": "fandomChain",
"bech32_prefix": "cosmos",
"bech32_prefix": "fandom",
"daemon_name": "fandomChaind",
"node_home": "$HOME/.fandomChaind",
"key_algos": [
Expand Down Expand Up @@ -62,15 +62,15 @@
"description": "FandomChain is the L1 blockchain dedicated to streamers.",
"peers": {
"seeds": [
{
"id": "9d8481536e7bdd63c854f60dff1887c742f5f9b5",
"address": "51.91.102.167",
"provider": "FandomChain"
}
{
"id": "1fcb80b277e98b2399053177741b3ce648756f25",
"address": "51.91.102.167",
"provider": "FandomChain"
}
],
"persistent_peers": [
{
"id": "9d8481536e7bdd63c854f60dff1887c742f5f9b5",
"id": "1fcb80b277e98b2399053177741b3ce648756f25",
"address": "51.91.102.167",
"provider": "FandomChain"
}
Expand Down