Skip to content

Commit 9ef8b39

Browse files
thmadongDoug
andauthored
add chain Bitway (#6600)
Co-authored-by: Doug <[email protected]>
1 parent bd3950f commit 9ef8b39

File tree

8 files changed

+478
-0
lines changed

8 files changed

+478
-0
lines changed

_IBC/bitway-noble.json

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

bitway/assetlist.json

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"$schema": "../assetlist.schema.json",
3+
"chain_name": "bitway",
4+
"assets": [
5+
{
6+
"description": "The native token of Bitway.",
7+
"denom_units": [
8+
{
9+
"denom": "ubtw",
10+
"exponent": 0
11+
},
12+
{
13+
"denom": "btw",
14+
"exponent": 6
15+
}
16+
],
17+
"base": "ubtw",
18+
"name": "Bitway native token",
19+
"display": "btw",
20+
"symbol": "BTW",
21+
"logo_URIs": {
22+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png",
23+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg"
24+
},
25+
"images": [
26+
{
27+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.png",
28+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/btw.svg"
29+
}
30+
],
31+
"socials": {
32+
"website": "https://bitway.com",
33+
"twitter": "https://x.com/BitwayOfficial"
34+
},
35+
"type_asset": "sdk.coin"
36+
},
37+
{
38+
"description": "BTC-pegged token on Bitway.",
39+
"extended_description": "BTCT is the native token of the Bitway, fully pegged 1:1 to BTC held in a vault secured by 21 TSS signers on the Bitcoin mainnet. As a synthetic asset, BTCT enables Bitcoin liquidity to seamlessly flow into the Bitway and the broader Cosmos ecosystem.",
40+
"denom_units": [
41+
{
42+
"denom": "sat",
43+
"exponent": 0
44+
},
45+
{
46+
"denom": "BTCT",
47+
"exponent": 8
48+
}
49+
],
50+
"base": "sat",
51+
"name": "Bitway Bitcoin",
52+
"display": "BTCT",
53+
"symbol": "BTCT",
54+
"traces": [
55+
{
56+
"type": "bridge",
57+
"counterparty": {
58+
"chain_name": "bitcoin",
59+
"base_denom": "sat"
60+
},
61+
"provider": "Bitway"
62+
}
63+
],
64+
"images": [
65+
{
66+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/BTCT.svg",
67+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitway/images/BTCT.png"
68+
}
69+
],
70+
"socials": {
71+
"website": "https://bitway.com",
72+
"twitter": "https://x.com/BitwayOfficial"
73+
},
74+
"type_asset": "sdk.coin"
75+
},
76+
{
77+
"description": "Noble USDC on Bitway.",
78+
"denom_units": [
79+
{
80+
"denom": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
81+
"exponent": 0
82+
},
83+
{
84+
"denom": "usdc",
85+
"exponent": 6
86+
}
87+
],
88+
"type_asset": "ics20",
89+
"base": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
90+
"name": "Noble USDC",
91+
"display": "usdc",
92+
"symbol": "USDC",
93+
"traces": [
94+
{
95+
"type": "ibc",
96+
"counterparty": {
97+
"chain_name": "noble",
98+
"base_denom": "uusdc",
99+
"channel_id": "channel-172"
100+
},
101+
"chain": {
102+
"channel_id": "channel-13",
103+
"path": "transfer/channel-13/uusdc"
104+
}
105+
}
106+
],
107+
"images": [
108+
{
109+
"image_sync": {
110+
"chain_name": "noble",
111+
"base_denom": "uusdc"
112+
},
113+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
114+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
115+
"theme": {
116+
"circle": true
117+
}
118+
}
119+
],
120+
"logo_URIs": {
121+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
122+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
123+
},
124+
"coingecko_id": "usd-coin"
125+
}
126+
]
127+
}

0 commit comments

Comments
 (0)