chain-registry 1.69.119 → 1.69.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/devnet/celestiatestnet2/chain.js +8 -5
- package/esm/devnet/celestiatestnet2/chain.js +8 -5
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/atomone/chain.js +8 -0
- package/esm/mainnet/celestia/chain.js +12 -10
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/shido/chain.js +30 -4
- package/esm/mainnet/sidechain/assets.js +115 -0
- package/esm/mainnet/sidechain/chain.js +190 -0
- package/esm/mainnet/sidechain/ibc.js +58 -0
- package/esm/mainnet/sidechain/index.js +6 -0
- package/esm/noncosmos/binancesmartchain/assets.js +0 -1
- package/esm/testnet/archwaytestnet/ibc.js +1 -1
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/celestiatestnet3/chain.js +8 -5
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/cosmoshubtestnet/ibc.js +28 -0
- package/esm/testnet/elystestnet/assets.js +9 -1
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/jackaltestnet/assets.js +9 -1
- package/esm/testnet/junotestnet/ibc.js +28 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/esm/testnet/stargazetestnet/ibc.js +28 -0
- package/esm/testnet/symphonytestnet/chain.js +7 -7
- package/esm/testnet/symphonytestnet/ibc.js +0 -28
- package/esm/testnet/symphonytestnet3/assets.js +99 -0
- package/esm/testnet/symphonytestnet3/chain.js +78 -0
- package/esm/testnet/symphonytestnet3/ibc.js +145 -0
- package/esm/testnet/symphonytestnet3/index.js +6 -0
- package/esm/testnet/ulastestnet/assets.js +0 -1
- package/mainnet/assets.js +2 -0
- package/mainnet/atomone/chain.js +8 -0
- package/mainnet/celestia/chain.js +12 -10
- package/mainnet/chains.js +2 -0
- package/mainnet/ibc.js +2 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +2 -1
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/shido/chain.js +30 -4
- package/mainnet/sidechain/assets.d.ts +3 -0
- package/mainnet/sidechain/assets.js +117 -0
- package/mainnet/sidechain/chain.d.ts +3 -0
- package/mainnet/sidechain/chain.js +192 -0
- package/mainnet/sidechain/ibc.d.ts +3 -0
- package/mainnet/sidechain/ibc.js +60 -0
- package/mainnet/sidechain/index.d.ts +3 -0
- package/mainnet/sidechain/index.js +12 -0
- package/noncosmos/binancesmartchain/assets.js +0 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/ibc.js +1 -1
- package/testnet/assets.js +2 -0
- package/testnet/celestiatestnet3/chain.js +8 -5
- package/testnet/chains.js +2 -0
- package/testnet/cosmoshubtestnet/ibc.js +28 -0
- package/testnet/elystestnet/assets.js +9 -1
- package/testnet/ibc.js +2 -0
- package/testnet/jackaltestnet/assets.js +9 -1
- package/testnet/junotestnet/ibc.js +28 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/osmosistestnet/ibc.js +30 -0
- package/testnet/stargazetestnet/ibc.js +28 -0
- package/testnet/symphonytestnet/chain.js +7 -7
- package/testnet/symphonytestnet/ibc.js +0 -28
- package/testnet/symphonytestnet3/assets.d.ts +3 -0
- package/testnet/symphonytestnet3/assets.js +101 -0
- package/testnet/symphonytestnet3/chain.d.ts +3 -0
- package/testnet/symphonytestnet3/chain.js +80 -0
- package/testnet/symphonytestnet3/ibc.d.ts +3 -0
- package/testnet/symphonytestnet3/ibc.js +147 -0
- package/testnet/symphonytestnet3/index.d.ts +3 -0
- package/testnet/symphonytestnet3/index.js +12 -0
- package/testnet/ulastestnet/assets.js +0 -1
|
@@ -24,12 +24,15 @@ const info = {
|
|
|
24
24
|
},
|
|
25
25
|
codebase: {
|
|
26
26
|
git_repo: 'https://github.com/celestiaorg/celestia-app',
|
|
27
|
-
recommended_version: '
|
|
27
|
+
recommended_version: 'v3.3.1-arabica',
|
|
28
28
|
compatible_versions: [
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
29
|
+
'v3.0.0-arabica',
|
|
30
|
+
'v3.0.1-arabica',
|
|
31
|
+
'v3.0.2-arabica',
|
|
32
|
+
'v3.1.0-arabica',
|
|
33
|
+
'v3.2.0-arabica',
|
|
34
|
+
'v3.3.0-arabica',
|
|
35
|
+
'v3.3.1-arabica'
|
|
33
36
|
],
|
|
34
37
|
genesis: {
|
|
35
38
|
genesis_url: 'https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-11/genesis.json'
|
|
@@ -22,12 +22,15 @@ const info = {
|
|
|
22
22
|
},
|
|
23
23
|
codebase: {
|
|
24
24
|
git_repo: 'https://github.com/celestiaorg/celestia-app',
|
|
25
|
-
recommended_version: '
|
|
25
|
+
recommended_version: 'v3.3.1-arabica',
|
|
26
26
|
compatible_versions: [
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
27
|
+
'v3.0.0-arabica',
|
|
28
|
+
'v3.0.1-arabica',
|
|
29
|
+
'v3.0.2-arabica',
|
|
30
|
+
'v3.1.0-arabica',
|
|
31
|
+
'v3.2.0-arabica',
|
|
32
|
+
'v3.3.0-arabica',
|
|
33
|
+
'v3.3.1-arabica'
|
|
31
34
|
],
|
|
32
35
|
genesis: {
|
|
33
36
|
genesis_url: 'https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-11/genesis.json'
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -162,6 +162,7 @@ import * as _sge from './sge';
|
|
|
162
162
|
import * as _shareledger from './shareledger';
|
|
163
163
|
import * as _shentu from './shentu';
|
|
164
164
|
import * as _shido from './shido';
|
|
165
|
+
import * as _sidechain from './sidechain';
|
|
165
166
|
import * as _sifchain from './sifchain';
|
|
166
167
|
import * as _six from './six';
|
|
167
168
|
import * as _sommelier from './sommelier';
|
|
@@ -357,6 +358,7 @@ const assets = [
|
|
|
357
358
|
_shareledger.assets,
|
|
358
359
|
_shentu.assets,
|
|
359
360
|
_shido.assets,
|
|
361
|
+
_sidechain.assets,
|
|
360
362
|
_sifchain.assets,
|
|
361
363
|
_six.assets,
|
|
362
364
|
_sommelier.assets,
|
|
@@ -112,6 +112,10 @@ const info = {
|
|
|
112
112
|
{
|
|
113
113
|
address: 'https://atomone-mainnet-rpc.itrocket.net:443',
|
|
114
114
|
provider: 'ITRocket'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
address: 'https://rpc-atone.vinjan.xyz',
|
|
118
|
+
provider: 'Vinjan.Inc'
|
|
115
119
|
}
|
|
116
120
|
],
|
|
117
121
|
rest: [
|
|
@@ -170,6 +174,10 @@ const info = {
|
|
|
170
174
|
{
|
|
171
175
|
address: 'https://atomone-mainnet-api.itrocket.net',
|
|
172
176
|
provider: 'ITRocket'
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
address: 'https://api-atone.vinjan.xyz',
|
|
180
|
+
provider: 'Vinjan.Inc'
|
|
173
181
|
}
|
|
174
182
|
],
|
|
175
183
|
grpc: [
|
|
@@ -28,18 +28,20 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/celestiaorg/celestia-app',
|
|
31
|
-
recommended_version: '
|
|
31
|
+
recommended_version: 'v3.3.1',
|
|
32
32
|
compatible_versions: [
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'
|
|
33
|
+
'v3.3.1',
|
|
34
|
+
'v3.3.0',
|
|
35
|
+
'v3.2.0',
|
|
36
|
+
'v3.1.1',
|
|
37
|
+
'v3.0.2',
|
|
38
|
+
'v3.0.1'
|
|
37
39
|
],
|
|
38
40
|
consensus: {
|
|
39
41
|
type: 'tendermint',
|
|
40
|
-
version: 'v1.
|
|
42
|
+
version: 'v1.45.0',
|
|
41
43
|
repo: 'https://github.com/celestiaorg/celestia-core',
|
|
42
|
-
tag: 'v1.
|
|
44
|
+
tag: 'v1.45.0-tm-v0.34.35'
|
|
43
45
|
},
|
|
44
46
|
genesis: {
|
|
45
47
|
genesis_url: 'https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json'
|
|
@@ -47,12 +49,12 @@ const info = {
|
|
|
47
49
|
sdk: {
|
|
48
50
|
type: 'cosmos',
|
|
49
51
|
repo: 'https://github.com/celestiaorg/cosmos-sdk',
|
|
50
|
-
version: 'v1.
|
|
51
|
-
tag: 'v1.
|
|
52
|
+
version: 'v1.27.0',
|
|
53
|
+
tag: 'v1.27.0-sdk-v0.46.16'
|
|
52
54
|
},
|
|
53
55
|
ibc: {
|
|
54
56
|
type: 'go',
|
|
55
|
-
version: 'v6.2.
|
|
57
|
+
version: 'v6.2.2'
|
|
56
58
|
}
|
|
57
59
|
},
|
|
58
60
|
logo_URIs: {
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -162,6 +162,7 @@ import * as _sge from './sge';
|
|
|
162
162
|
import * as _shareledger from './shareledger';
|
|
163
163
|
import * as _shentu from './shentu';
|
|
164
164
|
import * as _shido from './shido';
|
|
165
|
+
import * as _sidechain from './sidechain';
|
|
165
166
|
import * as _sifchain from './sifchain';
|
|
166
167
|
import * as _six from './six';
|
|
167
168
|
import * as _sommelier from './sommelier';
|
|
@@ -357,6 +358,7 @@ const chains = [
|
|
|
357
358
|
_shareledger.chain,
|
|
358
359
|
_shentu.chain,
|
|
359
360
|
_shido.chain,
|
|
361
|
+
_sidechain.chain,
|
|
360
362
|
_sifchain.chain,
|
|
361
363
|
_six.chain,
|
|
362
364
|
_sommelier.chain,
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -127,6 +127,7 @@ import * as _sge from './sge';
|
|
|
127
127
|
import * as _shareledger from './shareledger';
|
|
128
128
|
import * as _shentu from './shentu';
|
|
129
129
|
import * as _shido from './shido';
|
|
130
|
+
import * as _sidechain from './sidechain';
|
|
130
131
|
import * as _sifchain from './sifchain';
|
|
131
132
|
import * as _sommelier from './sommelier';
|
|
132
133
|
import * as _source from './source';
|
|
@@ -277,6 +278,7 @@ const ibc = [
|
|
|
277
278
|
..._shareledger.ibc,
|
|
278
279
|
..._shentu.ibc,
|
|
279
280
|
..._shido.ibc,
|
|
281
|
+
..._sidechain.ibc,
|
|
280
282
|
..._sifchain.ibc,
|
|
281
283
|
..._sommelier.ibc,
|
|
282
284
|
..._source.ibc,
|
package/esm/mainnet/named.js
CHANGED
|
@@ -162,6 +162,7 @@ export * as sge from './sge';
|
|
|
162
162
|
export * as shareledger from './shareledger';
|
|
163
163
|
export * as shentu from './shentu';
|
|
164
164
|
export * as shido from './shido';
|
|
165
|
+
export * as sidechain from './sidechain';
|
|
165
166
|
export * as sifchain from './sifchain';
|
|
166
167
|
export * as six from './six';
|
|
167
168
|
export * as sommelier from './sommelier';
|
package/esm/mainnet/noble/ibc.js
CHANGED
|
@@ -1103,6 +1103,35 @@ const info = [
|
|
|
1103
1103
|
}
|
|
1104
1104
|
}]
|
|
1105
1105
|
},
|
|
1106
|
+
{
|
|
1107
|
+
$schema: '../ibc_data.schema.json',
|
|
1108
|
+
chain_1: {
|
|
1109
|
+
chain_name: 'noble',
|
|
1110
|
+
client_id: '07-tendermint-141',
|
|
1111
|
+
connection_id: 'connection-136'
|
|
1112
|
+
},
|
|
1113
|
+
chain_2: {
|
|
1114
|
+
chain_name: 'sidechain',
|
|
1115
|
+
client_id: '07-tendermint-7',
|
|
1116
|
+
connection_id: 'connection-2'
|
|
1117
|
+
},
|
|
1118
|
+
channels: [{
|
|
1119
|
+
chain_1: {
|
|
1120
|
+
channel_id: 'channel-123',
|
|
1121
|
+
port_id: 'transfer'
|
|
1122
|
+
},
|
|
1123
|
+
chain_2: {
|
|
1124
|
+
channel_id: 'channel-1',
|
|
1125
|
+
port_id: 'transfer'
|
|
1126
|
+
},
|
|
1127
|
+
ordering: 'unordered',
|
|
1128
|
+
version: 'ics20-1',
|
|
1129
|
+
tags: {
|
|
1130
|
+
status: 'live',
|
|
1131
|
+
preferred: true
|
|
1132
|
+
}
|
|
1133
|
+
}]
|
|
1134
|
+
},
|
|
1106
1135
|
{
|
|
1107
1136
|
$schema: '../ibc_data.schema.json',
|
|
1108
1137
|
chain_1: {
|
|
@@ -3993,6 +3993,35 @@ const info = [
|
|
|
3993
3993
|
}
|
|
3994
3994
|
}]
|
|
3995
3995
|
},
|
|
3996
|
+
{
|
|
3997
|
+
$schema: '../ibc_data.schema.json',
|
|
3998
|
+
chain_1: {
|
|
3999
|
+
chain_name: 'osmosis',
|
|
4000
|
+
client_id: '07-tendermint-3425',
|
|
4001
|
+
connection_id: 'connection-10585'
|
|
4002
|
+
},
|
|
4003
|
+
chain_2: {
|
|
4004
|
+
chain_name: 'sidechain',
|
|
4005
|
+
client_id: '07-tendermint-5',
|
|
4006
|
+
connection_id: 'connection-1'
|
|
4007
|
+
},
|
|
4008
|
+
channels: [{
|
|
4009
|
+
chain_1: {
|
|
4010
|
+
channel_id: 'channel-98081',
|
|
4011
|
+
port_id: 'transfer'
|
|
4012
|
+
},
|
|
4013
|
+
chain_2: {
|
|
4014
|
+
channel_id: 'channel-0',
|
|
4015
|
+
port_id: 'transfer'
|
|
4016
|
+
},
|
|
4017
|
+
ordering: 'unordered',
|
|
4018
|
+
version: 'ics20-1',
|
|
4019
|
+
tags: {
|
|
4020
|
+
status: 'live',
|
|
4021
|
+
preferred: true
|
|
4022
|
+
}
|
|
4023
|
+
}]
|
|
4024
|
+
},
|
|
3996
4025
|
{
|
|
3997
4026
|
$schema: '../ibc_data.schema.json',
|
|
3998
4027
|
chain_1: {
|
|
@@ -78,12 +78,20 @@ const info = {
|
|
|
78
78
|
provider: 'Indonode'
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
address: 'https://rpc
|
|
81
|
+
address: 'https://rpc.mavnode.io',
|
|
82
82
|
provider: 'MavNode'
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
address: 'https://rpc.kenseishido.com',
|
|
86
86
|
provider: 'KENSEI'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://rpc.shidoscan.net',
|
|
90
|
+
provider: 'Shido'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/',
|
|
94
|
+
provider: 'Zeeve'
|
|
87
95
|
}
|
|
88
96
|
],
|
|
89
97
|
rest: [
|
|
@@ -104,12 +112,20 @@ const info = {
|
|
|
104
112
|
provider: 'Indonode'
|
|
105
113
|
},
|
|
106
114
|
{
|
|
107
|
-
address: 'https://
|
|
115
|
+
address: 'https://rest.mavnode.io',
|
|
108
116
|
provider: 'MavNode'
|
|
109
117
|
},
|
|
110
118
|
{
|
|
111
119
|
address: 'https://api.kenseishido.com',
|
|
112
120
|
provider: 'KENSEI'
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
address: 'https://api.shidoscan.net',
|
|
124
|
+
provider: 'Shido'
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/',
|
|
128
|
+
provider: 'Zeeve'
|
|
113
129
|
}
|
|
114
130
|
],
|
|
115
131
|
grpc: [
|
|
@@ -122,7 +138,7 @@ const info = {
|
|
|
122
138
|
provider: 'shido.io'
|
|
123
139
|
},
|
|
124
140
|
{
|
|
125
|
-
address: 'https://grpc
|
|
141
|
+
address: 'https://grpc.mavnode.io',
|
|
126
142
|
provider: 'MavNode'
|
|
127
143
|
},
|
|
128
144
|
{
|
|
@@ -144,7 +160,7 @@ const info = {
|
|
|
144
160
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
145
161
|
},
|
|
146
162
|
{
|
|
147
|
-
address: 'https://evm
|
|
163
|
+
address: 'https://evm.mavnode.io',
|
|
148
164
|
provider: 'MavNode'
|
|
149
165
|
},
|
|
150
166
|
{
|
|
@@ -154,6 +170,10 @@ const info = {
|
|
|
154
170
|
{
|
|
155
171
|
address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/rpc',
|
|
156
172
|
provider: 'Zeeve'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://evm.shidoscan.net',
|
|
176
|
+
provider: 'Shido'
|
|
157
177
|
}
|
|
158
178
|
]
|
|
159
179
|
},
|
|
@@ -187,6 +207,12 @@ const info = {
|
|
|
187
207
|
url: 'https://explorer.indonode.net/shido',
|
|
188
208
|
tx_page: 'https://explorer.indonode.net/shido/tx/${txHash}',
|
|
189
209
|
account_page: 'https://explorer.indonode.net/shido/account/${accountAddress}'
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
kind: 'Shido',
|
|
213
|
+
url: 'https://native.shidoscan.net',
|
|
214
|
+
tx_page: 'https://native.shidoscan.net/shido/tx/${txHash}',
|
|
215
|
+
account_page: 'https://native.shidoscan.net/shido/account/${accountAddress}'
|
|
190
216
|
}
|
|
191
217
|
],
|
|
192
218
|
images: [{
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'sidechain',
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'The native token of Side Chain.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'uside',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'side',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'uside',
|
|
15
|
+
name: 'Side Chain native token',
|
|
16
|
+
display: 'side',
|
|
17
|
+
symbol: 'SIDE',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
25
|
+
theme: {
|
|
26
|
+
primary_color_hex: '#f7771a'
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://side.one',
|
|
31
|
+
twitter: 'https://x.com/SideProtocol'
|
|
32
|
+
},
|
|
33
|
+
type_asset: 'sdk.coin'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
description: 'BTC-pegged token on Side Chain.',
|
|
37
|
+
extended_description: 'sBTC is the native token of the Side Chain, fully pegged 1:1 to BTC held in a vault secured by 21 TSS signers on the Bitcoin mainnet. As a synthetic asset, sBTC enables Bitcoin liquidity to seamlessly flow into the Side Chain and the broader Cosmos ecosystem.',
|
|
38
|
+
denom_units: [{
|
|
39
|
+
denom: 'sat',
|
|
40
|
+
exponent: 0
|
|
41
|
+
}, {
|
|
42
|
+
denom: 'sBTC',
|
|
43
|
+
exponent: 8
|
|
44
|
+
}],
|
|
45
|
+
base: 'sat',
|
|
46
|
+
name: 'Side Bitcoin',
|
|
47
|
+
display: 'sBTC',
|
|
48
|
+
symbol: 'sBTC',
|
|
49
|
+
traces: [{
|
|
50
|
+
type: 'bridge',
|
|
51
|
+
counterparty: {
|
|
52
|
+
chain_name: 'bitcoin',
|
|
53
|
+
base_denom: 'sat'
|
|
54
|
+
},
|
|
55
|
+
provider: 'Side Chain'
|
|
56
|
+
}],
|
|
57
|
+
images: [{
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.svg',
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.png',
|
|
60
|
+
theme: {
|
|
61
|
+
primary_color_hex: '#f7771a'
|
|
62
|
+
}
|
|
63
|
+
}],
|
|
64
|
+
socials: {
|
|
65
|
+
website: 'https://side.one',
|
|
66
|
+
twitter: 'https://x.com/SideProtocol'
|
|
67
|
+
},
|
|
68
|
+
type_asset: 'sdk.coin'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
description: 'Noble USDC on Side Chain.',
|
|
72
|
+
denom_units: [{
|
|
73
|
+
denom: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
|
|
74
|
+
exponent: 0
|
|
75
|
+
}, {
|
|
76
|
+
denom: 'usdc',
|
|
77
|
+
exponent: 6
|
|
78
|
+
}],
|
|
79
|
+
type_asset: 'ics20',
|
|
80
|
+
base: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
|
|
81
|
+
name: 'Noble USDC',
|
|
82
|
+
display: 'usdc',
|
|
83
|
+
symbol: 'USDC',
|
|
84
|
+
traces: [{
|
|
85
|
+
type: 'ibc',
|
|
86
|
+
counterparty: {
|
|
87
|
+
chain_name: 'noble',
|
|
88
|
+
base_denom: 'uusdc',
|
|
89
|
+
channel_id: 'channel-123'
|
|
90
|
+
},
|
|
91
|
+
chain: {
|
|
92
|
+
channel_id: 'channel-1',
|
|
93
|
+
path: 'transfer/channel-1/uusdc'
|
|
94
|
+
}
|
|
95
|
+
}],
|
|
96
|
+
images: [{
|
|
97
|
+
image_sync: {
|
|
98
|
+
chain_name: 'noble',
|
|
99
|
+
base_denom: 'uusdc'
|
|
100
|
+
},
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
103
|
+
theme: {
|
|
104
|
+
circle: true,
|
|
105
|
+
primary_color_hex: '#2775CA'
|
|
106
|
+
}
|
|
107
|
+
}],
|
|
108
|
+
logo_URIs: {
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
};
|
|
115
|
+
export default info;
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'sidechain',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
website: 'https://side.one/',
|
|
7
|
+
pretty_name: 'Side Chain',
|
|
8
|
+
chain_type: 'cosmos',
|
|
9
|
+
chain_id: 'sidechain-1',
|
|
10
|
+
bech32_prefix: 'side',
|
|
11
|
+
daemon_name: 'sided',
|
|
12
|
+
node_home: '$HOME/.side',
|
|
13
|
+
key_algos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'uside',
|
|
18
|
+
fixed_min_gas_price: 0.0006,
|
|
19
|
+
low_gas_price: 0.0006,
|
|
20
|
+
average_gas_price: 0.0008,
|
|
21
|
+
high_gas_price: 0.001
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
staking_tokens: [{
|
|
26
|
+
denom: 'uside'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {
|
|
30
|
+
git_repo: 'https://github.com/sideprotocol/side',
|
|
31
|
+
recommended_version: 'v1.0.0',
|
|
32
|
+
compatible_versions: ['v1.0.0'],
|
|
33
|
+
consensus: {
|
|
34
|
+
type: 'cometbft',
|
|
35
|
+
version: 'v0.38.11'
|
|
36
|
+
},
|
|
37
|
+
genesis: {
|
|
38
|
+
genesis_url: 'https://github.com/sideprotocol/networks/raw/main/mainnet/sidechain-1/genesis.json'
|
|
39
|
+
},
|
|
40
|
+
sdk: {
|
|
41
|
+
type: 'cosmos',
|
|
42
|
+
version: 'v0.50.9'
|
|
43
|
+
},
|
|
44
|
+
ibc: {
|
|
45
|
+
type: 'go',
|
|
46
|
+
version: 'v8.4.0'
|
|
47
|
+
},
|
|
48
|
+
cosmwasm: {
|
|
49
|
+
version: 'v0.53.0',
|
|
50
|
+
enabled: true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
logo_URIs: {
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
56
|
+
},
|
|
57
|
+
description: 'The other side of Bitcoin, a fully Bitcoin-Compatible L1 blockchain for the BTCFi',
|
|
58
|
+
apis: {
|
|
59
|
+
rpc: [
|
|
60
|
+
{
|
|
61
|
+
address: 'https://rpc.side.one',
|
|
62
|
+
provider: 'Side Protocol'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://rpc.side.nodestake.org',
|
|
66
|
+
provider: 'NodeStake'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
address: 'https://side-rpc.synergynodes.com',
|
|
70
|
+
provider: 'Synergy Nodes'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://side.publicnode.com',
|
|
74
|
+
provider: 'Allnodes'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://side.rpc.kjnodes.com',
|
|
78
|
+
provider: 'kjnodes'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://side-mainnet-rpc.itrocket.net',
|
|
82
|
+
provider: 'ITRocket'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://rpc.side.bh.rocks',
|
|
86
|
+
provider: 'BlockHunters'
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
rest: [
|
|
90
|
+
{
|
|
91
|
+
address: 'https://rest.side.one',
|
|
92
|
+
provider: 'Side Protocol'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://api.side.nodestake.org',
|
|
96
|
+
provider: 'NodeStake'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'https://side-api.synergynodes.com',
|
|
100
|
+
provider: 'Synergy Nodes'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://side-rest.publicnode.com',
|
|
104
|
+
provider: 'Allnodes'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://side.api.kjnodes.com',
|
|
108
|
+
provider: 'kjnodes'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://side-mainnet-api.itrocket.net',
|
|
112
|
+
provider: 'ITRocket'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://api.side.bh.rocks',
|
|
116
|
+
provider: 'BlockHunters'
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
grpc: [
|
|
120
|
+
{
|
|
121
|
+
address: 'grpc.side.one:443',
|
|
122
|
+
provider: 'Side Protocol'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
address: 'grpc.sided.nodestake.org:443',
|
|
126
|
+
provider: 'NodeStake'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'side-grpc.synergynodes.com:443',
|
|
130
|
+
provider: 'Synergy Nodes'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
address: 'side-grpc.publicnode.com:443',
|
|
134
|
+
provider: 'Allnodes'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
address: 'side.grpc.kjnodes.com:443',
|
|
138
|
+
provider: 'kjnodes'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
address: 'side-mainnet-grpc.itrocket.net:443',
|
|
142
|
+
provider: 'ITRocket'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'grpc.side.bh.rocks:443',
|
|
146
|
+
provider: 'BlockHunters'
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
explorers: [
|
|
151
|
+
{
|
|
152
|
+
kind: 'Ping Pub',
|
|
153
|
+
url: 'https://ping.pub/side',
|
|
154
|
+
tx_page: 'https://ping.pub/side/tx/${txHash}',
|
|
155
|
+
account_page: 'https://ping.pub/side/account/${accountAddress}'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
kind: 'Ping Pub',
|
|
159
|
+
url: 'https://explorer.nodestake.org/side',
|
|
160
|
+
tx_page: 'https://explorer.nodestake.org/side/tx/${txHash}',
|
|
161
|
+
account_page: 'https://explorer.nodestake.org/side/account/${accountAddress}'
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
kind: 'Ping Pub',
|
|
165
|
+
url: 'https://cosmosrun.info/side',
|
|
166
|
+
tx_page: 'https://cosmosrun.info/side/tx/${txHash}',
|
|
167
|
+
account_page: 'https://cosmosrun.info/side/account/${accountAddress}'
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
kind: 'Ping Pub',
|
|
171
|
+
url: 'https://explorer.kjnodes.com/side',
|
|
172
|
+
tx_page: 'https://explorer.kjnodes.com/side/tx/${txHash}',
|
|
173
|
+
account_page: 'https://explorer.kjnodes.com/side/account/${accountAddress}'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
kind: 'Ping Pub',
|
|
177
|
+
url: 'https://bh.rocks/side',
|
|
178
|
+
tx_page: 'https://bh.rocks/side/tx/${txHash}',
|
|
179
|
+
account_page: 'https://bh.rocks/side/account/${accountAddress}'
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
images: [{
|
|
183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
185
|
+
theme: {
|
|
186
|
+
primary_color_hex: '#f7771a'
|
|
187
|
+
}
|
|
188
|
+
}]
|
|
189
|
+
};
|
|
190
|
+
export default info;
|