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.
Files changed (79) hide show
  1. package/devnet/celestiatestnet2/chain.js +8 -5
  2. package/esm/devnet/celestiatestnet2/chain.js +8 -5
  3. package/esm/mainnet/assets.js +2 -0
  4. package/esm/mainnet/atomone/chain.js +8 -0
  5. package/esm/mainnet/celestia/chain.js +12 -10
  6. package/esm/mainnet/chains.js +2 -0
  7. package/esm/mainnet/ibc.js +2 -0
  8. package/esm/mainnet/named.js +1 -0
  9. package/esm/mainnet/noble/ibc.js +29 -0
  10. package/esm/mainnet/osmosis/ibc.js +29 -0
  11. package/esm/mainnet/shido/chain.js +30 -4
  12. package/esm/mainnet/sidechain/assets.js +115 -0
  13. package/esm/mainnet/sidechain/chain.js +190 -0
  14. package/esm/mainnet/sidechain/ibc.js +58 -0
  15. package/esm/mainnet/sidechain/index.js +6 -0
  16. package/esm/noncosmos/binancesmartchain/assets.js +0 -1
  17. package/esm/testnet/archwaytestnet/ibc.js +1 -1
  18. package/esm/testnet/assets.js +2 -0
  19. package/esm/testnet/celestiatestnet3/chain.js +8 -5
  20. package/esm/testnet/chains.js +2 -0
  21. package/esm/testnet/cosmoshubtestnet/ibc.js +28 -0
  22. package/esm/testnet/elystestnet/assets.js +9 -1
  23. package/esm/testnet/ibc.js +2 -0
  24. package/esm/testnet/jackaltestnet/assets.js +9 -1
  25. package/esm/testnet/junotestnet/ibc.js +28 -0
  26. package/esm/testnet/named.js +1 -0
  27. package/esm/testnet/osmosistestnet/ibc.js +30 -0
  28. package/esm/testnet/stargazetestnet/ibc.js +28 -0
  29. package/esm/testnet/symphonytestnet/chain.js +7 -7
  30. package/esm/testnet/symphonytestnet/ibc.js +0 -28
  31. package/esm/testnet/symphonytestnet3/assets.js +99 -0
  32. package/esm/testnet/symphonytestnet3/chain.js +78 -0
  33. package/esm/testnet/symphonytestnet3/ibc.js +145 -0
  34. package/esm/testnet/symphonytestnet3/index.js +6 -0
  35. package/esm/testnet/ulastestnet/assets.js +0 -1
  36. package/mainnet/assets.js +2 -0
  37. package/mainnet/atomone/chain.js +8 -0
  38. package/mainnet/celestia/chain.js +12 -10
  39. package/mainnet/chains.js +2 -0
  40. package/mainnet/ibc.js +2 -0
  41. package/mainnet/named.d.ts +1 -0
  42. package/mainnet/named.js +2 -1
  43. package/mainnet/noble/ibc.js +29 -0
  44. package/mainnet/osmosis/ibc.js +29 -0
  45. package/mainnet/shido/chain.js +30 -4
  46. package/mainnet/sidechain/assets.d.ts +3 -0
  47. package/mainnet/sidechain/assets.js +117 -0
  48. package/mainnet/sidechain/chain.d.ts +3 -0
  49. package/mainnet/sidechain/chain.js +192 -0
  50. package/mainnet/sidechain/ibc.d.ts +3 -0
  51. package/mainnet/sidechain/ibc.js +60 -0
  52. package/mainnet/sidechain/index.d.ts +3 -0
  53. package/mainnet/sidechain/index.js +12 -0
  54. package/noncosmos/binancesmartchain/assets.js +0 -1
  55. package/package.json +4 -4
  56. package/testnet/archwaytestnet/ibc.js +1 -1
  57. package/testnet/assets.js +2 -0
  58. package/testnet/celestiatestnet3/chain.js +8 -5
  59. package/testnet/chains.js +2 -0
  60. package/testnet/cosmoshubtestnet/ibc.js +28 -0
  61. package/testnet/elystestnet/assets.js +9 -1
  62. package/testnet/ibc.js +2 -0
  63. package/testnet/jackaltestnet/assets.js +9 -1
  64. package/testnet/junotestnet/ibc.js +28 -0
  65. package/testnet/named.d.ts +1 -0
  66. package/testnet/named.js +2 -1
  67. package/testnet/osmosistestnet/ibc.js +30 -0
  68. package/testnet/stargazetestnet/ibc.js +28 -0
  69. package/testnet/symphonytestnet/chain.js +7 -7
  70. package/testnet/symphonytestnet/ibc.js +0 -28
  71. package/testnet/symphonytestnet3/assets.d.ts +3 -0
  72. package/testnet/symphonytestnet3/assets.js +101 -0
  73. package/testnet/symphonytestnet3/chain.d.ts +3 -0
  74. package/testnet/symphonytestnet3/chain.js +80 -0
  75. package/testnet/symphonytestnet3/ibc.d.ts +3 -0
  76. package/testnet/symphonytestnet3/ibc.js +147 -0
  77. package/testnet/symphonytestnet3/index.d.ts +3 -0
  78. package/testnet/symphonytestnet3/index.js +12 -0
  79. package/testnet/ulastestnet/assets.js +0 -1
@@ -0,0 +1,145 @@
1
+ const info = [
2
+ {
3
+ $schema: '../../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'archwaytestnet',
6
+ client_id: '07-tendermint-139',
7
+ connection_id: 'connection-144'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'symphonytestnet3',
11
+ client_id: '07-tendermint-25',
12
+ connection_id: 'connection-12'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-495',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-10',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live'
27
+ }
28
+ }]
29
+ },
30
+ {
31
+ $schema: '../../ibc_data.schema.json',
32
+ chain_1: {
33
+ chain_name: 'cosmoshubtestnet',
34
+ client_id: '07-tendermint-3730',
35
+ connection_id: 'connection-3782'
36
+ },
37
+ chain_2: {
38
+ chain_name: 'symphonytestnet3',
39
+ client_id: '07-tendermint-10',
40
+ connection_id: 'connection-9'
41
+ },
42
+ channels: [{
43
+ chain_1: {
44
+ channel_id: 'channel-4300',
45
+ port_id: 'transfer'
46
+ },
47
+ chain_2: {
48
+ channel_id: 'channel-7',
49
+ port_id: 'transfer'
50
+ },
51
+ ordering: 'unordered',
52
+ version: 'ics20-1',
53
+ tags: {
54
+ status: 'live'
55
+ }
56
+ }]
57
+ },
58
+ {
59
+ $schema: '../../ibc_data.schema.json',
60
+ chain_1: {
61
+ chain_name: 'junotestnet',
62
+ client_id: '07-tendermint-789',
63
+ connection_id: 'connection-868'
64
+ },
65
+ chain_2: {
66
+ chain_name: 'symphonytestnet3',
67
+ client_id: '07-tendermint-28',
68
+ connection_id: 'connection-13'
69
+ },
70
+ channels: [{
71
+ chain_1: {
72
+ channel_id: 'channel-943',
73
+ port_id: 'transfer'
74
+ },
75
+ chain_2: {
76
+ channel_id: 'channel-11',
77
+ port_id: 'transfer'
78
+ },
79
+ ordering: 'unordered',
80
+ version: 'ics20-1',
81
+ tags: {
82
+ status: 'live'
83
+ }
84
+ }]
85
+ },
86
+ {
87
+ $schema: '../../ibc_data.schema.json',
88
+ chain_1: {
89
+ chain_name: 'osmosistestnet',
90
+ client_id: '07-tendermint-3946',
91
+ connection_id: 'connection-3419'
92
+ },
93
+ chain_2: {
94
+ chain_name: 'symphonytestnet3',
95
+ client_id: '07-tendermint-0',
96
+ connection_id: 'connection-0'
97
+ },
98
+ channels: [{
99
+ chain_1: {
100
+ channel_id: 'channel-8743',
101
+ port_id: 'transfer'
102
+ },
103
+ chain_2: {
104
+ channel_id: 'channel-0',
105
+ port_id: 'transfer'
106
+ },
107
+ ordering: 'unordered',
108
+ version: 'ics20-1',
109
+ tags: {
110
+ status: 'live',
111
+ preferred: true,
112
+ dex: 'osmosis'
113
+ }
114
+ }]
115
+ },
116
+ {
117
+ $schema: '../../ibc_data.schema.json',
118
+ chain_1: {
119
+ chain_name: 'stargazetestnet',
120
+ client_id: '07-tendermint-952',
121
+ connection_id: 'connection-947'
122
+ },
123
+ chain_2: {
124
+ chain_name: 'symphonytestnet3',
125
+ client_id: '07-tendermint-4',
126
+ connection_id: 'connection-4'
127
+ },
128
+ channels: [{
129
+ chain_1: {
130
+ channel_id: 'channel-998',
131
+ port_id: 'transfer'
132
+ },
133
+ chain_2: {
134
+ channel_id: 'channel-4',
135
+ port_id: 'transfer'
136
+ },
137
+ ordering: 'unordered',
138
+ version: 'ics20-1',
139
+ tags: {
140
+ status: 'live'
141
+ }
142
+ }]
143
+ }
144
+ ];
145
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ import _ibc from './ibc';
4
+ export const assets = _assets;
5
+ export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -17,7 +17,6 @@ const info = {
17
17
  logo_URIs: {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png'
19
19
  },
20
- coingecko_id: 'ulas',
21
20
  images: [{
22
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png'
23
22
  }],
package/mainnet/assets.js CHANGED
@@ -187,6 +187,7 @@ const _sge = __importStar(require("./sge"));
187
187
  const _shareledger = __importStar(require("./shareledger"));
188
188
  const _shentu = __importStar(require("./shentu"));
189
189
  const _shido = __importStar(require("./shido"));
190
+ const _sidechain = __importStar(require("./sidechain"));
190
191
  const _sifchain = __importStar(require("./sifchain"));
191
192
  const _six = __importStar(require("./six"));
192
193
  const _sommelier = __importStar(require("./sommelier"));
@@ -382,6 +383,7 @@ const assets = [
382
383
  _shareledger.assets,
383
384
  _shentu.assets,
384
385
  _shido.assets,
386
+ _sidechain.assets,
385
387
  _sifchain.assets,
386
388
  _six.assets,
387
389
  _sommelier.assets,
@@ -114,6 +114,10 @@ const info = {
114
114
  {
115
115
  address: 'https://atomone-mainnet-rpc.itrocket.net:443',
116
116
  provider: 'ITRocket'
117
+ },
118
+ {
119
+ address: 'https://rpc-atone.vinjan.xyz',
120
+ provider: 'Vinjan.Inc'
117
121
  }
118
122
  ],
119
123
  rest: [
@@ -172,6 +176,10 @@ const info = {
172
176
  {
173
177
  address: 'https://atomone-mainnet-api.itrocket.net',
174
178
  provider: 'ITRocket'
179
+ },
180
+ {
181
+ address: 'https://api-atone.vinjan.xyz',
182
+ provider: 'Vinjan.Inc'
175
183
  }
176
184
  ],
177
185
  grpc: [
@@ -30,18 +30,20 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/celestiaorg/celestia-app',
33
- recommended_version: 'v2.1.2',
33
+ recommended_version: 'v3.3.1',
34
34
  compatible_versions: [
35
- 'v2.0.0',
36
- 'v2.1.0',
37
- 'v2.1.1',
38
- 'v2.1.2'
35
+ 'v3.3.1',
36
+ 'v3.3.0',
37
+ 'v3.2.0',
38
+ 'v3.1.1',
39
+ 'v3.0.2',
40
+ 'v3.0.1'
39
41
  ],
40
42
  consensus: {
41
43
  type: 'tendermint',
42
- version: 'v1.40.0',
44
+ version: 'v1.45.0',
43
45
  repo: 'https://github.com/celestiaorg/celestia-core',
44
- tag: 'v1.40.0-tm-v0.34.29'
46
+ tag: 'v1.45.0-tm-v0.34.35'
45
47
  },
46
48
  genesis: {
47
49
  genesis_url: 'https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json'
@@ -49,12 +51,12 @@ const info = {
49
51
  sdk: {
50
52
  type: 'cosmos',
51
53
  repo: 'https://github.com/celestiaorg/cosmos-sdk',
52
- version: 'v1.24.1',
53
- tag: 'v1.24.1-sdk-v0.46.16'
54
+ version: 'v1.27.0',
55
+ tag: 'v1.27.0-sdk-v0.46.16'
54
56
  },
55
57
  ibc: {
56
58
  type: 'go',
57
- version: 'v6.2.1'
59
+ version: 'v6.2.2'
58
60
  }
59
61
  },
60
62
  logo_URIs: {
package/mainnet/chains.js CHANGED
@@ -187,6 +187,7 @@ const _sge = __importStar(require("./sge"));
187
187
  const _shareledger = __importStar(require("./shareledger"));
188
188
  const _shentu = __importStar(require("./shentu"));
189
189
  const _shido = __importStar(require("./shido"));
190
+ const _sidechain = __importStar(require("./sidechain"));
190
191
  const _sifchain = __importStar(require("./sifchain"));
191
192
  const _six = __importStar(require("./six"));
192
193
  const _sommelier = __importStar(require("./sommelier"));
@@ -382,6 +383,7 @@ const chains = [
382
383
  _shareledger.chain,
383
384
  _shentu.chain,
384
385
  _shido.chain,
386
+ _sidechain.chain,
385
387
  _sifchain.chain,
386
388
  _six.chain,
387
389
  _sommelier.chain,
package/mainnet/ibc.js CHANGED
@@ -152,6 +152,7 @@ const _sge = __importStar(require("./sge"));
152
152
  const _shareledger = __importStar(require("./shareledger"));
153
153
  const _shentu = __importStar(require("./shentu"));
154
154
  const _shido = __importStar(require("./shido"));
155
+ const _sidechain = __importStar(require("./sidechain"));
155
156
  const _sifchain = __importStar(require("./sifchain"));
156
157
  const _sommelier = __importStar(require("./sommelier"));
157
158
  const _source = __importStar(require("./source"));
@@ -302,6 +303,7 @@ const ibc = [
302
303
  ..._shareledger.ibc,
303
304
  ..._shentu.ibc,
304
305
  ..._shido.ibc,
306
+ ..._sidechain.ibc,
305
307
  ..._sifchain.ibc,
306
308
  ..._sommelier.ibc,
307
309
  ..._source.ibc,
@@ -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/mainnet/named.js CHANGED
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
27
27
  exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = void 0;
28
28
  exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.loyal = exports.lorenzo = exports.loop = void 0;
29
- exports.zetachain = exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = void 0;
29
+ exports.zetachain = exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = void 0;
30
30
  exports.ethereum = __importStar(require("./ethereum"));
31
31
  exports.rootstock = __importStar(require("./rootstock"));
32
32
  exports.solana = __importStar(require("./solana"));
@@ -191,6 +191,7 @@ exports.sge = __importStar(require("./sge"));
191
191
  exports.shareledger = __importStar(require("./shareledger"));
192
192
  exports.shentu = __importStar(require("./shentu"));
193
193
  exports.shido = __importStar(require("./shido"));
194
+ exports.sidechain = __importStar(require("./sidechain"));
194
195
  exports.sifchain = __importStar(require("./sifchain"));
195
196
  exports.six = __importStar(require("./six"));
196
197
  exports.sommelier = __importStar(require("./sommelier"));
@@ -1105,6 +1105,35 @@ const info = [
1105
1105
  }
1106
1106
  }]
1107
1107
  },
1108
+ {
1109
+ $schema: '../ibc_data.schema.json',
1110
+ chain_1: {
1111
+ chain_name: 'noble',
1112
+ client_id: '07-tendermint-141',
1113
+ connection_id: 'connection-136'
1114
+ },
1115
+ chain_2: {
1116
+ chain_name: 'sidechain',
1117
+ client_id: '07-tendermint-7',
1118
+ connection_id: 'connection-2'
1119
+ },
1120
+ channels: [{
1121
+ chain_1: {
1122
+ channel_id: 'channel-123',
1123
+ port_id: 'transfer'
1124
+ },
1125
+ chain_2: {
1126
+ channel_id: 'channel-1',
1127
+ port_id: 'transfer'
1128
+ },
1129
+ ordering: 'unordered',
1130
+ version: 'ics20-1',
1131
+ tags: {
1132
+ status: 'live',
1133
+ preferred: true
1134
+ }
1135
+ }]
1136
+ },
1108
1137
  {
1109
1138
  $schema: '../ibc_data.schema.json',
1110
1139
  chain_1: {
@@ -3995,6 +3995,35 @@ const info = [
3995
3995
  }
3996
3996
  }]
3997
3997
  },
3998
+ {
3999
+ $schema: '../ibc_data.schema.json',
4000
+ chain_1: {
4001
+ chain_name: 'osmosis',
4002
+ client_id: '07-tendermint-3425',
4003
+ connection_id: 'connection-10585'
4004
+ },
4005
+ chain_2: {
4006
+ chain_name: 'sidechain',
4007
+ client_id: '07-tendermint-5',
4008
+ connection_id: 'connection-1'
4009
+ },
4010
+ channels: [{
4011
+ chain_1: {
4012
+ channel_id: 'channel-98081',
4013
+ port_id: 'transfer'
4014
+ },
4015
+ chain_2: {
4016
+ channel_id: 'channel-0',
4017
+ port_id: 'transfer'
4018
+ },
4019
+ ordering: 'unordered',
4020
+ version: 'ics20-1',
4021
+ tags: {
4022
+ status: 'live',
4023
+ preferred: true
4024
+ }
4025
+ }]
4026
+ },
3998
4027
  {
3999
4028
  $schema: '../ibc_data.schema.json',
4000
4029
  chain_1: {
@@ -80,12 +80,20 @@ const info = {
80
80
  provider: 'Indonode'
81
81
  },
82
82
  {
83
- address: 'https://rpc-maverick.mavnode.io',
83
+ address: 'https://rpc.mavnode.io',
84
84
  provider: 'MavNode'
85
85
  },
86
86
  {
87
87
  address: 'https://rpc.kenseishido.com',
88
88
  provider: 'KENSEI'
89
+ },
90
+ {
91
+ address: 'https://rpc.shidoscan.net',
92
+ provider: 'Shido'
93
+ },
94
+ {
95
+ address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/',
96
+ provider: 'Zeeve'
89
97
  }
90
98
  ],
91
99
  rest: [
@@ -106,12 +114,20 @@ const info = {
106
114
  provider: 'Indonode'
107
115
  },
108
116
  {
109
- address: 'https://api-maverick.mavnode.io',
117
+ address: 'https://rest.mavnode.io',
110
118
  provider: 'MavNode'
111
119
  },
112
120
  {
113
121
  address: 'https://api.kenseishido.com',
114
122
  provider: 'KENSEI'
123
+ },
124
+ {
125
+ address: 'https://api.shidoscan.net',
126
+ provider: 'Shido'
127
+ },
128
+ {
129
+ address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/',
130
+ provider: 'Zeeve'
115
131
  }
116
132
  ],
117
133
  grpc: [
@@ -124,7 +140,7 @@ const info = {
124
140
  provider: 'shido.io'
125
141
  },
126
142
  {
127
- address: 'https://grpc-maverick.mavnode.io',
143
+ address: 'https://grpc.mavnode.io',
128
144
  provider: 'MavNode'
129
145
  },
130
146
  {
@@ -146,7 +162,7 @@ const info = {
146
162
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
147
163
  },
148
164
  {
149
- address: 'https://evm-maverick.mavnode.io',
165
+ address: 'https://evm.mavnode.io',
150
166
  provider: 'MavNode'
151
167
  },
152
168
  {
@@ -156,6 +172,10 @@ const info = {
156
172
  {
157
173
  address: 'https://shido-mainnet-archive-lb-nw5es9.zeeve.net/USjg7xqUmCZ4wCsqEOOE/rpc',
158
174
  provider: 'Zeeve'
175
+ },
176
+ {
177
+ address: 'https://evm.shidoscan.net',
178
+ provider: 'Shido'
159
179
  }
160
180
  ]
161
181
  },
@@ -189,6 +209,12 @@ const info = {
189
209
  url: 'https://explorer.indonode.net/shido',
190
210
  tx_page: 'https://explorer.indonode.net/shido/tx/${txHash}',
191
211
  account_page: 'https://explorer.indonode.net/shido/account/${accountAddress}'
212
+ },
213
+ {
214
+ kind: 'Shido',
215
+ url: 'https://native.shidoscan.net',
216
+ tx_page: 'https://native.shidoscan.net/shido/tx/${txHash}',
217
+ account_page: 'https://native.shidoscan.net/shido/account/${accountAddress}'
192
218
  }
193
219
  ],
194
220
  images: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,117 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chain_name: 'sidechain',
6
+ assets: [
7
+ {
8
+ description: 'The native token of Side Chain.',
9
+ denom_units: [{
10
+ denom: 'uside',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'side',
14
+ exponent: 6
15
+ }],
16
+ base: 'uside',
17
+ name: 'Side Chain native token',
18
+ display: 'side',
19
+ symbol: 'SIDE',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
23
+ },
24
+ images: [{
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
26
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
27
+ theme: {
28
+ primary_color_hex: '#f7771a'
29
+ }
30
+ }],
31
+ socials: {
32
+ website: 'https://side.one',
33
+ twitter: 'https://x.com/SideProtocol'
34
+ },
35
+ type_asset: 'sdk.coin'
36
+ },
37
+ {
38
+ description: 'BTC-pegged token on Side Chain.',
39
+ 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.',
40
+ denom_units: [{
41
+ denom: 'sat',
42
+ exponent: 0
43
+ }, {
44
+ denom: 'sBTC',
45
+ exponent: 8
46
+ }],
47
+ base: 'sat',
48
+ name: 'Side Bitcoin',
49
+ display: 'sBTC',
50
+ symbol: 'sBTC',
51
+ traces: [{
52
+ type: 'bridge',
53
+ counterparty: {
54
+ chain_name: 'bitcoin',
55
+ base_denom: 'sat'
56
+ },
57
+ provider: 'Side Chain'
58
+ }],
59
+ images: [{
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.svg',
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.png',
62
+ theme: {
63
+ primary_color_hex: '#f7771a'
64
+ }
65
+ }],
66
+ socials: {
67
+ website: 'https://side.one',
68
+ twitter: 'https://x.com/SideProtocol'
69
+ },
70
+ type_asset: 'sdk.coin'
71
+ },
72
+ {
73
+ description: 'Noble USDC on Side Chain.',
74
+ denom_units: [{
75
+ denom: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
76
+ exponent: 0
77
+ }, {
78
+ denom: 'usdc',
79
+ exponent: 6
80
+ }],
81
+ type_asset: 'ics20',
82
+ base: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
83
+ name: 'Noble USDC',
84
+ display: 'usdc',
85
+ symbol: 'USDC',
86
+ traces: [{
87
+ type: 'ibc',
88
+ counterparty: {
89
+ chain_name: 'noble',
90
+ base_denom: 'uusdc',
91
+ channel_id: 'channel-123'
92
+ },
93
+ chain: {
94
+ channel_id: 'channel-1',
95
+ path: 'transfer/channel-1/uusdc'
96
+ }
97
+ }],
98
+ images: [{
99
+ image_sync: {
100
+ chain_name: 'noble',
101
+ base_denom: 'uusdc'
102
+ },
103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
105
+ theme: {
106
+ circle: true,
107
+ primary_color_hex: '#2775CA'
108
+ }
109
+ }],
110
+ logo_URIs: {
111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
112
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
113
+ }
114
+ }
115
+ ]
116
+ };
117
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;