-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new file: kopi/assetlist.json new file: kopi/chain.json new file: kopi/images/kopi-logo.svg * Updated kopi details Updated kopi details * Update chain.json updated to remove png and correct svg name * Update chain.json added additional explorers * Update assetlist.json removed coingecko id * added more seed and peers added more seed and peers * Update assetlist.json updated kusd description * minor changes minor changes * Update assetlist.json minor changes * Update chain.json updated more details * added images and additional tokens added images and additional tokens * Update assetlist.json updated to correct image * Update assetlist.json updated text; * Updated IBC Updated IBC * Updated changes Updated changes * Update chain.json added polkachu * added additional IBC connections for kopi added additional IBC connections for kopi * Updated to use correct client id Updated to use correct client id * Updated details Updated details * Update assetlist.json updated asset list with atom, luna and osmosis * Update assetlist.json added arbitrage tokens * fixed outstanding issues removed, socials from tokens, added in missing traces, updated injective display name, and fixed issue with capital letter on chain name * Update assetlist.json Updated asUSDT.inj to correct Trace & fixed symbol for Injective * Update assetlist.json Updated the Trace * Update assetlist.json Remove traces for kopi generated tokens * Update assetlist.json Updated the as and c denoms to upper case * Update assetlist.json Updated IBC to "type_asset": "ics20", * remove versions and updated the image path remove versions and updated the image path * Update assetlist.json Update osmosis to lower case and fixed issue with luna * Update assetlist.json Updated the image path * Update assetlist.json * Update assetlist.json * Update assetlist.json * Update assetlist.json * Update assetlist.json * Update assetlist.json * Update assetlist.json --------- Co-authored-by: JeremyParish69 <[email protected]>
- Loading branch information
1 parent
dfd9542
commit 56109fe
Showing
10 changed files
with
970 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,32 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "8ball", | ||
"client_id": "07-tendermint-2", | ||
"connection_id": "connection-18" | ||
}, | ||
"chain_2": { | ||
"chain_name": "osmosis", | ||
"client_id": "07-tendermint-2668", | ||
"connection_id": "connection-2163" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-16", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-641", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true, | ||
"dex": "osmosis" | ||
} | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "8ball", | ||
"client_id": "07-tendermint-2", | ||
"connection_id": "connection-18" | ||
}, | ||
"chain_2": { | ||
"chain_name": "osmosis", | ||
"client_id": "07-tendermint-2668", | ||
"connection_id": "connection-2163" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-16", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-641", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true, | ||
"dex": "osmosis" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "cosmoshub", | ||
"client_id": "07-tendermint-1332", | ||
"connection_id": "connection-1065" | ||
}, | ||
"chain_2": { | ||
"chain_name": "kopi", | ||
"client_id": "07-tendermint-4", | ||
"connection_id": "connection-8" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-1253", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-7", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "injective", | ||
"client_id": "07-tendermint-278", | ||
"connection_id": "connection-281" | ||
}, | ||
"chain_2": { | ||
"chain_name": "kopi", | ||
"client_id": "07-tendermint-0", | ||
"connection_id": "connection-0" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-376", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-1", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "kopi", | ||
"client_id": "07-tendermint-0", | ||
"connection_id": "connection-0" | ||
}, | ||
"chain_2": { | ||
"chain_name": "noble", | ||
"client_id": "07-tendermint-124", | ||
"connection_id": "connection-120" | ||
}, | ||
|
||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-0", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-109", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "kopi", | ||
"client_id": "07-tendermint-3", | ||
"connection_id": "connection-3" | ||
}, | ||
"chain_2": { | ||
"chain_name": "osmosis", | ||
"client_id": "07-tendermint-3359", | ||
"connection_id": "connection-2816" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-6", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-88475", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "kopi", | ||
"client_id": "07-tendermint-2", | ||
"connection_id": "connection-2" | ||
}, | ||
"chain_2": { | ||
"chain_name": "terra2", | ||
"client_id": "07-tendermint-426", | ||
"connection_id": "connection-440" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-5", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-586", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.