Skip to content

Commit

Permalink
Update prysm-osmosis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL0001 authored Oct 19, 2024
1 parent e278493 commit b5e4b55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions testnets/_IBC/prysm-osmosis.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "prysm-devnet-1",
"client_id": "07-tendermint-3",
"connection_id": "connection-1"
},
"chain_2": {
"chain_name": "osmo-test-5",
"chain_name": "osmosistestnet4",
"client_id": "07-tendermint-4060",
"connection_id": "connection-3506"
},
"chain_2": {
"chain_name": "prysmdevnet",
"client_id": "07-tendermint-3",
"connection_id": "connection-1"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-1",
"channel_id": "channel-9018",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-9018",
"channel_id": "channel-1",
"port_id": "transfer"
},
"ordering": "unordered",
Expand Down

0 comments on commit b5e4b55

Please sign in to comment.