Skip to content

Commit 3042bc0

Browse files
thmadongDoug
andauthored
Add IBC Channels between Bitway and CosmosHub (#6759)
* add IBC Channels between Bitway and CosmosHub * remove cogeckoId for IBC tokens * Add missing traces and fix images * Fix base_denom for ethereum to wei --------- Co-authored-by: Doug <[email protected]>
1 parent f35a861 commit 3042bc0

File tree

3 files changed

+159
-2
lines changed

3 files changed

+159
-2
lines changed

_IBC/bitway-cosmoshub.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "../ibc_data.schema.json",
3+
"chain_1": {
4+
"chain_name": "bitway",
5+
"chain_id": "bitway-1",
6+
"client_id": "07-tendermint-31",
7+
"connection_id": "connection-15"
8+
},
9+
"chain_2": {
10+
"chain_name": "cosmoshub",
11+
"chain_id": "cosmoshub-4",
12+
"client_id": "07-tendermint-1440",
13+
"connection_id": "connection-1178"
14+
},
15+
"channels": [
16+
{
17+
"chain_1": {
18+
"channel_id": "channel-14",
19+
"port_id": "transfer"
20+
},
21+
"chain_2": {
22+
"channel_id": "channel-1556",
23+
"port_id": "transfer"
24+
},
25+
"ordering": "unordered",
26+
"version": "ics20-1",
27+
"tags": {
28+
"preferred": true,
29+
"status": "ACTIVE"
30+
}
31+
}
32+
]
33+
}

bitway/assetlist.json

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,130 @@
122122
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
123123
},
124124
"coingecko_id": "usd-coin"
125+
},
126+
{
127+
"description": "Tether USD via Eureka",
128+
"denom_units": [
129+
{
130+
"denom": "ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1",
131+
"exponent": 0
132+
},
133+
{
134+
"denom": "usdt",
135+
"exponent": 6
136+
}
137+
],
138+
"type_asset": "ics20",
139+
"base": "ibc/F03F09579E9B70EBE7801B6541502C6BC71609ED2642E69FB5FE59CCC56D7BF1",
140+
"name": "Tether USD",
141+
"display": "usdt",
142+
"symbol": "USDT",
143+
"traces": [
144+
{
145+
"type": "ibc-bridge",
146+
"counterparty": {
147+
"chain_name": "ethereum",
148+
"base_denom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
149+
"channel_id": "channel-0"
150+
},
151+
"chain": {
152+
"channel_id": "08-wasm-1369",
153+
"path": "transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7"
154+
},
155+
"provider": "Eureka"
156+
},
157+
{
158+
"type": "ibc",
159+
"counterparty": {
160+
"chain_name": "cosmoshub",
161+
"base_denom": "ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782",
162+
"channel_id": "channel-1556"
163+
},
164+
"chain": {
165+
"channel_id": "channel-14",
166+
"path": "transfer/channel-14/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7"
167+
}
168+
}
169+
],
170+
"images": [
171+
{
172+
"image_sync": {
173+
"chain_name": "ethereum",
174+
"base_denom": "0xdac17f958d2ee523a2206206994597c13d831ec7"
175+
},
176+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
177+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
178+
"theme": {
179+
"circle": true
180+
}
181+
}
182+
],
183+
"logo_URIs": {
184+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
185+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg"
186+
}
187+
},
188+
{
189+
"description": "Ether via Eureka",
190+
"denom_units": [
191+
{
192+
"denom": "ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44",
193+
"exponent": 0
194+
},
195+
{
196+
"denom": "eth",
197+
"exponent": 18
198+
}
199+
],
200+
"type_asset": "ics20",
201+
"base": "ibc/5F5E7D25BBAD0BB09FCE567C75EC8527590CA8AC5F947BAF8E533FBF7E270A44",
202+
"name": "Ethereum",
203+
"display": "eth",
204+
"symbol": "ETH",
205+
"traces": [
206+
{
207+
"type": "ibc-bridge",
208+
"counterparty": {
209+
"chain_name": "ethereum",
210+
"base_denom": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
211+
"channel_id": "channel-0"
212+
},
213+
"chain": {
214+
"channel_id": "08-wasm-1369",
215+
"path": "transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
216+
},
217+
"provider": "Eureka"
218+
},
219+
{
220+
"type": "ibc",
221+
"counterparty": {
222+
"chain_name": "cosmoshub",
223+
"base_denom": "ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF",
224+
"channel_id": "channel-1556"
225+
},
226+
"chain": {
227+
"channel_id": "channel-14",
228+
"path": "transfer/channel-14/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
229+
}
230+
}
231+
],
232+
"images": [
233+
{
234+
"image_sync": {
235+
"chain_name": "ethereum",
236+
"base_denom": "wei"
237+
},
238+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
239+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
240+
"theme": {
241+
"circle": true
242+
}
243+
}
244+
],
245+
"logo_URIs": {
246+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
247+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg"
248+
}
125249
}
126250
]
127-
}
251+
}

bitway/chain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"pretty_name": "Bitway",
88
"chain_type": "cosmos",
99
"chain_id": "bitway-1",
10-
"bech32_prefix": "bc",
10+
"bech32_prefix": "bitway",
1111
"daemon_name": "bitwayd",
1212
"node_home": "$HOME/.bitway",
1313
"key_algos": [

0 commit comments

Comments
 (0)