chain-registry 1.69.120 → 1.69.122

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.
Files changed (44) hide show
  1. package/devnet/celestiatestnet2/chain.js +8 -5
  2. package/devnet/manifestdevnet/chain.js +1 -1
  3. package/esm/devnet/celestiatestnet2/chain.js +8 -5
  4. package/esm/devnet/manifestdevnet/chain.js +1 -1
  5. package/esm/mainnet/assets.js +2 -0
  6. package/esm/mainnet/atomone/chain.js +9 -9
  7. package/esm/mainnet/celestia/chain.js +12 -10
  8. package/esm/mainnet/chains.js +2 -0
  9. package/esm/mainnet/ibc.js +2 -0
  10. package/esm/mainnet/kopi/assets.js +5 -5
  11. package/esm/mainnet/kopi/ibc.js +6 -6
  12. package/esm/mainnet/named.js +1 -0
  13. package/esm/mainnet/noble/ibc.js +29 -0
  14. package/esm/mainnet/osmosis/ibc.js +35 -6
  15. package/esm/mainnet/sidechain/assets.js +115 -0
  16. package/esm/mainnet/sidechain/chain.js +190 -0
  17. package/esm/mainnet/sidechain/ibc.js +58 -0
  18. package/esm/mainnet/sidechain/index.js +6 -0
  19. package/esm/testnet/atomonetestnet/chain.js +9 -9
  20. package/esm/testnet/celestiatestnet3/chain.js +8 -5
  21. package/esm/testnet/manifesttestnet/chain.js +1 -1
  22. package/mainnet/assets.js +2 -0
  23. package/mainnet/atomone/chain.js +9 -9
  24. package/mainnet/celestia/chain.js +12 -10
  25. package/mainnet/chains.js +2 -0
  26. package/mainnet/ibc.js +2 -0
  27. package/mainnet/kopi/assets.js +5 -5
  28. package/mainnet/kopi/ibc.js +6 -6
  29. package/mainnet/named.d.ts +1 -0
  30. package/mainnet/named.js +2 -1
  31. package/mainnet/noble/ibc.js +29 -0
  32. package/mainnet/osmosis/ibc.js +35 -6
  33. package/mainnet/sidechain/assets.d.ts +3 -0
  34. package/mainnet/sidechain/assets.js +117 -0
  35. package/mainnet/sidechain/chain.d.ts +3 -0
  36. package/mainnet/sidechain/chain.js +192 -0
  37. package/mainnet/sidechain/ibc.d.ts +3 -0
  38. package/mainnet/sidechain/ibc.js +60 -0
  39. package/mainnet/sidechain/index.d.ts +3 -0
  40. package/mainnet/sidechain/index.js +12 -0
  41. package/package.json +4 -4
  42. package/testnet/atomonetestnet/chain.js +9 -9
  43. package/testnet/celestiatestnet3/chain.js +8 -5
  44. package/testnet/manifesttestnet/chain.js +1 -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: 'v2.1.2',
27
+ recommended_version: 'v3.3.1-arabica',
28
28
  compatible_versions: [
29
- 'v2.0.0',
30
- 'v2.1.0',
31
- 'v2.1.1',
32
- 'v2.1.2'
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'
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'umfx',
19
19
  fixed_min_gas_price: 0.001,
20
20
  low_gas_price: 0.01,
21
- average_gas_price: 0.007,
21
+ average_gas_price: 0.02,
22
22
  high_gas_price: 0.1
23
23
  }]
24
24
  },
@@ -22,12 +22,15 @@ const info = {
22
22
  },
23
23
  codebase: {
24
24
  git_repo: 'https://github.com/celestiaorg/celestia-app',
25
- recommended_version: 'v2.1.2',
25
+ recommended_version: 'v3.3.1-arabica',
26
26
  compatible_versions: [
27
- 'v2.0.0',
28
- 'v2.1.0',
29
- 'v2.1.1',
30
- 'v2.1.2'
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'
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'umfx',
17
17
  fixed_min_gas_price: 0.001,
18
18
  low_gas_price: 0.01,
19
- average_gas_price: 0.007,
19
+ average_gas_price: 0.02,
20
20
  high_gas_price: 0.1
21
21
  }]
22
22
  },
@@ -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,
@@ -28,22 +28,22 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/atomone-hub/atomone',
31
- recommended_version: 'v1.0.0',
32
- compatible_versions: ['v1.0.0'],
31
+ recommended_version: 'v1.0.1',
32
+ compatible_versions: ['v1.0.0', 'v1.0.1'],
33
33
  binaries: {
34
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-amd64',
35
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-arm64',
36
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-amd64',
37
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-arm64',
38
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-amd64.exe',
39
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-arm64.exe'
34
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-linux-amd64',
35
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-linux-arm64',
36
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-amd64',
37
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-darwin-arm64',
38
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-amd64.exe',
39
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.1/atomoned-v1.0.1-windows-arm64.exe'
40
40
  },
41
41
  genesis: {
42
42
  genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
43
43
  },
44
44
  consensus: {
45
45
  type: 'cometbft',
46
- version: 'v0.37.5'
46
+ version: 'v0.37.15'
47
47
  },
48
48
  sdk: {
49
49
  type: 'cosmos',
@@ -28,18 +28,20 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/celestiaorg/celestia-app',
31
- recommended_version: 'v2.1.2',
31
+ recommended_version: 'v3.3.1',
32
32
  compatible_versions: [
33
- 'v2.0.0',
34
- 'v2.1.0',
35
- 'v2.1.1',
36
- 'v2.1.2'
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.40.0',
42
+ version: 'v1.45.0',
41
43
  repo: 'https://github.com/celestiaorg/celestia-core',
42
- tag: 'v1.40.0-tm-v0.34.29'
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.24.1',
51
- tag: 'v1.24.1-sdk-v0.46.16'
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.1'
57
+ version: 'v6.2.2'
56
58
  }
57
59
  },
58
60
  logo_URIs: {
@@ -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,
@@ -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,
@@ -281,13 +281,13 @@ const info = {
281
281
  {
282
282
  description: 'Osmosis from Osmosis Chain',
283
283
  denom_units: [{
284
- denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
284
+ denom: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
285
285
  exponent: 0
286
286
  }, {
287
287
  denom: 'osmo',
288
288
  exponent: 6
289
289
  }],
290
- base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
290
+ base: 'ibc/376222D6D9DAE23092E29740E56B758580935A6D77C24C2ABD57A6A78A1F3955',
291
291
  name: 'OSMO',
292
292
  display: 'osmo',
293
293
  symbol: 'OSMO',
@@ -304,11 +304,11 @@ const info = {
304
304
  counterparty: {
305
305
  chain_name: 'osmosis',
306
306
  base_denom: 'uosmo',
307
- channel_id: 'channel-88475'
307
+ channel_id: 'channel-97998'
308
308
  },
309
309
  chain: {
310
- channel_id: 'channel-6',
311
- path: 'transfer/channel-6/uosmo'
310
+ channel_id: 'channel-10',
311
+ path: 'transfer/channel-10/uosmo'
312
312
  }
313
313
  }]
314
314
  },
@@ -90,21 +90,21 @@ const info = [
90
90
  $schema: '../ibc_data.schema.json',
91
91
  chain_1: {
92
92
  chain_name: 'kopi',
93
- client_id: '07-tendermint-3',
94
- connection_id: 'connection-3'
93
+ client_id: '07-tendermint-12',
94
+ connection_id: 'connection-36'
95
95
  },
96
96
  chain_2: {
97
97
  chain_name: 'osmosis',
98
- client_id: '07-tendermint-3359',
99
- connection_id: 'connection-2816'
98
+ client_id: '07-tendermint-3422',
99
+ connection_id: 'connection-10584'
100
100
  },
101
101
  channels: [{
102
102
  chain_1: {
103
- channel_id: 'channel-6',
103
+ channel_id: 'channel-10',
104
104
  port_id: 'transfer'
105
105
  },
106
106
  chain_2: {
107
- channel_id: 'channel-88475',
107
+ channel_id: 'channel-97998',
108
108
  port_id: 'transfer'
109
109
  },
110
110
  ordering: 'unordered',
@@ -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';
@@ -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: {
@@ -2196,21 +2196,21 @@ const info = [
2196
2196
  $schema: '../ibc_data.schema.json',
2197
2197
  chain_1: {
2198
2198
  chain_name: 'kopi',
2199
- client_id: '07-tendermint-3',
2200
- connection_id: 'connection-3'
2199
+ client_id: '07-tendermint-12',
2200
+ connection_id: 'connection-36'
2201
2201
  },
2202
2202
  chain_2: {
2203
2203
  chain_name: 'osmosis',
2204
- client_id: '07-tendermint-3359',
2205
- connection_id: 'connection-2816'
2204
+ client_id: '07-tendermint-3422',
2205
+ connection_id: 'connection-10584'
2206
2206
  },
2207
2207
  channels: [{
2208
2208
  chain_1: {
2209
- channel_id: 'channel-6',
2209
+ channel_id: 'channel-10',
2210
2210
  port_id: 'transfer'
2211
2211
  },
2212
2212
  chain_2: {
2213
- channel_id: 'channel-88475',
2213
+ channel_id: 'channel-97998',
2214
2214
  port_id: 'transfer'
2215
2215
  },
2216
2216
  ordering: 'unordered',
@@ -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: {
@@ -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;