-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add neutron-carbon ibc #5887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
randy75828
wants to merge
54
commits into
cosmos:master
Choose a base branch
from
Switcheo:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add neutron-carbon ibc #5887
Changes from 22 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
03e6193
update carbon chain.json
holyxiaoxin a4bcb17
fix: update next version
tehkohrz 15f749b
Merge branch 'cosmos:master' into master
tehkohrz 2dbb19e
feat: upgrade carbon to v2.54.0
tehkohrz 766c606
Merge remote-tracking branch 'upstream/master'
tehkohrz 0a14781
feat: update carbon to v2.57.0
tehkohrz 1a44b1b
feat: upgrade carbon to v2.58.0
tehkohrz 80ce1b9
Merge remote-tracking branch 'upstream/master'
tehkohrz 4e8b485
feat: upgrade carbon to v2.60.0
tehkohrz 09f7d21
Merge branch 'cosmos:master' into master
tehkohrz deb8807
feat: upgrade Carbon to v2.61.0
tehkohrz 5e4020c
Merge branch 'cosmos:master' into master
sarah-thong bb4a9ff
feat: upgrade carbon to v2.62.0
tehkohrz 939326a
Merge branch 'cosmos:master' into master
tehkohrz 0af1031
Merge branch 'cosmos:master' into master
tehkohrz 158fc6f
feat: upgrade carbon to v2.63.0
tehkohrz 8c06aaa
add ibc neutron-carbin
randy75828 3069a28
Add ibc neutron-carbon
randy75828 f013c74
Merge branch 'master' of https://github.com/cosmos/chain-registry
randy75828 94d6322
Merge branch 'cosmos:master' into master
sarah-thong e38bbb3
Update/carbon configs (#5)
sarah-thong 2b4036a
Swap the chains in carbon neutron connection config (#6)
sarah-thong f1393d2
Revert incorrect channels (#7)
sarah-thong e828534
Merge branch 'cosmos:master' into master
sarah-thong ae73cae
Merge branch 'cosmos:master' into master
sarah-thong e66b400
Fix wrong fees struct
sarah-thong 3d598db
Fix wrong asset denom in assets config
sarah-thong 27ad162
Reduce image file sizes to below 250KB
sarah-thong 4dcfea6
Merge pull request #8 from Switcheo/fix/carbon-config-comments
sarah-thong 45810ab
Merge branch 'cosmos:master' into master
tehkohrz 7026fdd
feat: upgrade carbon to v2.64.0
tehkohrz 6334a82
Merge branch 'cosmos:master' into master
sarah-thong 51fe6c3
Merge remote-tracking branch 'upstream/master'
tehkohrz cdca64d
feat: Upgrade Carbon to v2.65.0
tehkohrz de664ae
Merge branch 'cosmos:master' into master
sarah-thong 44a9620
Remove coingeckoIds from bridged assets
sarah-thong a3f7be5
Merge branch 'cosmos:master' into master
sarah-thong 1f8c85b
Merge branch 'master' into fix/reviewer-comments
sarah-thong c03c0a2
Rename GLP assets
sarah-thong 8c1b660
Merge pull request #9 from Switcheo/fix/reviewer-comments
sarah-thong 5f0dca0
Merge branch 'cosmos:master' into master
sarah-thong 371f08a
Remove assets that are not added to the respective assetlists (#10)
sarah-thong 8c50589
Remove fee tokens that are not added in assetlist.json (#11)
sarah-thong 2eba548
feat: upgrade carbon to v2.66.0
tehkohrz 1402c52
Merge remote-tracking branch 'upstream/master'
tehkohrz b31c3d8
Merge remote-tracking branch 'upstream/master'
tehkohrz 5f67b24
feat: upgrade carbon to v2.67.0
tehkohrz a75feb2
Merge branch 'cosmos:master' into master
tehkohrz 57a5ec5
docs: upgrade carbon to v2.68.1
tehkohrz 6260ace
feat: fix pr comments
tehkohrz 0307611
Merge pull request #12 from Switcheo/fix/neutron-pr
tehkohrz ec36b10
refactor: reset assetlist order
tehkohrz 49f4d01
Merge branch 'cosmos:master' into master
tehkohrz 08ee363
fix/amend synthetic token providers and busd provider
tehkohrz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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": "agoric", | ||
"client_id": "07-tendermint-19", | ||
"connection_id": "connection-19" | ||
}, | ||
"chain_2": { | ||
"chain_name": "carbon", | ||
"client_id": "07-tendermint-44", | ||
"connection_id": "connection-25" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-12", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-20", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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,47 @@ | ||
{ | ||
"$schema": "../ibc_data.schema.json", | ||
"chain_1": { | ||
"chain_name": "archway", | ||
"client_id": "07-tendermint-109", | ||
"connection_id": "connection-101" | ||
}, | ||
"chain_2": { | ||
"chain_name": "carbon", | ||
"client_id": "07-tendermint-60", | ||
"connection_id": "connection-41" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-138", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-39", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
}, | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-143", | ||
"port_id": "wasm.archway1dsuks8ksr3zfw66zymf7nxamcl23hyxlugje8gmkevhzdg48xmcq2xvmdj" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-43", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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": "axelar", | ||
"client_id": "07-tendermint-65", | ||
"connection_id": "connection-44" | ||
}, | ||
"chain_2": { | ||
"chain_name": "carbon", | ||
"client_id": "07-tendermint-12", | ||
"connection_id": "connection-11" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-37", | ||
"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 hidden or 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
This file contains hidden or 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": "carbon", | ||
"client_id": "07-tendermint-32", | ||
"connection_id": "connection-15" | ||
}, | ||
"chain_2": { | ||
"chain_name": "comdex", | ||
"client_id": "07-tendermint-109", | ||
"connection_id": "connection-55" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-11", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-50", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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
This file contains hidden or 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": "carbon", | ||
"client_id": "07-tendermint-52", | ||
"connection_id": "connection-29" | ||
}, | ||
"chain_2": { | ||
"chain_name": "decentr", | ||
"client_id": "07-tendermint-20", | ||
"connection_id": "connection-7" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-27", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-6", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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": "carbon", | ||
"client_id": "07-tendermint-55", | ||
"connection_id": "connection-35" | ||
}, | ||
"chain_2": { | ||
"chain_name": "dydx", | ||
"client_id": "07-tendermint-6", | ||
"connection_id": "connection-11" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-30", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-6", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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": "carbon", | ||
"client_id": "07-tendermint-57", | ||
"connection_id": "connection-37" | ||
}, | ||
"chain_2": { | ||
"chain_name": "dymension", | ||
"client_id": "07-tendermint-37", | ||
"connection_id": "connection-28" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-35", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-43", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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
This file contains hidden or 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": "carbon", | ||
"client_id": "07-tendermint-59", | ||
"connection_id": "connection-40" | ||
}, | ||
"chain_2": { | ||
"chain_name": "injective", | ||
"client_id": "07-tendermint-255", | ||
"connection_id": "connection-248" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-37", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-217", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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
This file contains hidden or 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": "carbon", | ||
"client_id": "07-tendermint-7", | ||
"connection_id": "connection-7" | ||
}, | ||
"chain_2": { | ||
"chain_name": "juno", | ||
"client_id": "07-tendermint-206", | ||
"connection_id": "connection-145" | ||
}, | ||
"channels": [ | ||
{ | ||
"chain_1": { | ||
"channel_id": "channel-4", | ||
"port_id": "transfer" | ||
}, | ||
"chain_2": { | ||
"channel_id": "channel-92", | ||
"port_id": "transfer" | ||
}, | ||
"ordering": "unordered", | ||
"version": "ics20-1", | ||
"tags": { | ||
"status": "live", | ||
"preferred": true | ||
} | ||
} | ||
] | ||
} |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.