Skip to content

Commit

Permalink
Updated Osmo denoms and channels on kopi
Browse files Browse the repository at this point in the history
Updated kopi to osmosis channels, in IBC folder and assetlist.json file
  • Loading branch information
FlatWhiteWithSugar committed Feb 9, 2025
1 parent 7b6cb54 commit f008f2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions _IBC/kopi-osmosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "kopi",
"client_id": "07-tendermint-3",
"connection_id": "connection-3"
"client_id": "07-tendermint-12",
"connection_id": "connection-36"
},
"chain_2": {
"chain_name": "osmosis",
"client_id": "07-tendermint-3359",
"connection_id": "connection-2816"
"client_id": "07-tendermint-3422",
"connection_id": "connection-10584"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-6",
"channel_id": "channel-10",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-88475",
"channel_id": "channel-97998",
"port_id": "transfer"
},
"ordering": "unordered",
Expand Down
10 changes: 5 additions & 5 deletions kopi/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,15 +358,15 @@
"description": "Osmosis from Osmosis Chain",
"denom_units": [
{
"denom": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
"denom": "ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955",
"exponent": 0
},
{
"denom": "osmo",
"exponent": 6
}
],
"base": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
"base": "ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955",
"name": "OSMO",
"display": "osmo",
"symbol": "OSMO",
Expand All @@ -389,11 +389,11 @@
"counterparty": {
"chain_name": "osmosis",
"base_denom": "uosmo",
"channel_id": "channel-88475"
"channel_id": "channel-97998"
},
"chain": {
"channel_id": "channel-6",
"path": "transfer/channel-6/uosmo"
"channel_id": "channel-10",
"path": "transfer/channel-10/uosmo"
}
}
]
Expand Down

0 comments on commit f008f2a

Please sign in to comment.