Skip to content

Commit

Permalink
Merge PR cosmos#529: add likecoin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored Nov 17, 2021
1 parent 0d0563c commit bce7055
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 0 deletions.
9 changes: 9 additions & 0 deletions interchain/chains/likecoin-mainnet-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"key": "test-key",
"chain-id": "likecoin-mainnet-2",
"rpc-addr": "http://localhost:26657",
"account-prefix": "cosmos",
"gas-adjustment": 1.3,
"gas-prices": "10nanolike",
"trusting-period": "336h"
}
23 changes: 23 additions & 0 deletions interchain/cosmoshub-4/hublike.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"src": {
"chain-id": "cosmoshub-4",
"client-id": "07-tendermint-468",
"connection-id": "connection-386",
"channel-id": "channel-217",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"dst": {
"chain-id": "likecoin-mainnet-2",
"client-id": "07-tendermint-24",
"connection-id": "connection-13",
"channel-id": "channel-5",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"strategy": {
"type": "naive"
}
}
23 changes: 23 additions & 0 deletions interchain/likecoin-mainnet-2/likehub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"src": {
"chain-id": "likecoin-mainnet-2",
"client-id": "07-tendermint-24",
"connection-id": "connection-13",
"channel-id": "channel-5",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"dst": {
"chain-id": "cosmoshub-4",
"client-id": "07-tendermint-468",
"connection-id": "connection-386",
"channel-id": "channel-217",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"strategy": {
"type": "naive"
}
}
23 changes: 23 additions & 0 deletions interchain/likecoin-mainnet-2/likeosmo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"src": {
"chain-id": "likecoin-mainnet-2",
"client-id": "07-tendermint-16",
"connection-id": "connection-9",
"channel-id": "channel-3",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"dst": {
"chain-id": "osmosis-1",
"client-id": "07-tendermint-1507",
"connection-id": "connection-1173",
"channel-id": "channel-53",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"strategy": {
"type": "naive"
}
}
23 changes: 23 additions & 0 deletions interchain/osmosis-1/osmolike.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"src": {
"chain-id": "osmosis-1",
"client-id": "07-tendermint-1507",
"connection-id": "connection-1173",
"channel-id": "channel-53",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"dst": {
"chain-id": "likecoin-mainnet-2",
"client-id": "07-tendermint-16",
"connection-id": "connection-9",
"channel-id": "channel-3",
"port-id": "transfer",
"order": "unordered",
"version": "ics20-1"
},
"strategy": {
"type": "naive"
}
}

0 comments on commit bce7055

Please sign in to comment.