chain-registry 2.0.65 → 2.0.67

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 (90) hide show
  1. package/esm/mainnet/andromeda/chain.js +0 -8
  2. package/esm/mainnet/asset-lists.js +2 -0
  3. package/esm/mainnet/aura/chain.js +0 -8
  4. package/esm/mainnet/babylon/asset-list.js +8 -20
  5. package/esm/mainnet/chains.js +2 -0
  6. package/esm/mainnet/gateway/chain.js +0 -6
  7. package/esm/mainnet/juno/asset-list.js +1 -9
  8. package/esm/mainnet/lefeef/asset-list.js +0 -8
  9. package/esm/mainnet/migaloo/asset-list.js +2 -2
  10. package/esm/mainnet/neutron/asset-list.js +1 -1
  11. package/esm/mainnet/neutron/chain.js +3 -18
  12. package/esm/mainnet/omniflixhub/asset-list.js +0 -3
  13. package/esm/mainnet/pryzm/asset-list.js +2 -4
  14. package/esm/mainnet/sunrise/chain.js +4 -0
  15. package/esm/mainnet/terra/asset-list.js +1 -7
  16. package/esm/mainnet/union/asset-list.js +36 -0
  17. package/esm/mainnet/union/chain.js +149 -0
  18. package/esm/mainnet/union/index.js +4 -0
  19. package/esm/noncosmos/asset-lists.js +5 -1
  20. package/esm/noncosmos/optio/asset-list.js +24 -0
  21. package/esm/noncosmos/optio/index.js +2 -0
  22. package/esm/noncosmos/tsc/asset-list.js +23 -0
  23. package/esm/noncosmos/tsc/index.js +2 -0
  24. package/esm/testnet/axelartestnet/ibc-data.js +29 -0
  25. package/esm/testnet/composabletestnet/asset-list.js +0 -8
  26. package/esm/testnet/desmostestnet/asset-list.js +0 -8
  27. package/esm/testnet/ibc-data.js +3 -1
  28. package/esm/testnet/iopntestnet/asset-list.js +2 -2
  29. package/esm/testnet/iopntestnet/chain.js +1 -1
  30. package/esm/testnet/junotestnet/asset-list.js +0 -12
  31. package/esm/testnet/nobletestnet/ibc-data.js +29 -0
  32. package/esm/testnet/nyxtestnet/asset-list.js +8 -8
  33. package/esm/testnet/nyxtestnet/chain.js +9 -15
  34. package/esm/testnet/osmosistestnet/asset-list.js +8 -8
  35. package/esm/testnet/seitestnet/asset-list.js +0 -6
  36. package/esm/testnet/sgetestnet/asset-list.js +0 -6
  37. package/esm/testnet/zenrocktestnet/chain.js +0 -6
  38. package/esm/testnet/zigchaintestnet/asset-list.js +70 -5
  39. package/esm/testnet/zigchaintestnet/ibc-data.js +58 -0
  40. package/esm/testnet/zigchaintestnet/index.js +2 -0
  41. package/mainnet/andromeda/chain.js +0 -8
  42. package/mainnet/asset-lists.js +2 -0
  43. package/mainnet/aura/chain.js +0 -8
  44. package/mainnet/babylon/asset-list.js +8 -20
  45. package/mainnet/chains.js +2 -0
  46. package/mainnet/gateway/chain.js +0 -6
  47. package/mainnet/juno/asset-list.js +1 -9
  48. package/mainnet/lefeef/asset-list.js +0 -8
  49. package/mainnet/migaloo/asset-list.js +2 -2
  50. package/mainnet/neutron/asset-list.js +1 -1
  51. package/mainnet/neutron/chain.js +3 -18
  52. package/mainnet/omniflixhub/asset-list.js +0 -3
  53. package/mainnet/pryzm/asset-list.js +2 -4
  54. package/mainnet/sunrise/chain.js +4 -0
  55. package/mainnet/terra/asset-list.js +1 -7
  56. package/mainnet/union/asset-list.d.ts +3 -0
  57. package/mainnet/union/asset-list.js +38 -0
  58. package/mainnet/union/chain.d.ts +3 -0
  59. package/mainnet/union/chain.js +151 -0
  60. package/mainnet/union/index.d.ts +2 -0
  61. package/mainnet/union/index.js +10 -0
  62. package/noncosmos/asset-lists.js +5 -1
  63. package/noncosmos/optio/asset-list.d.ts +3 -0
  64. package/noncosmos/optio/asset-list.js +26 -0
  65. package/noncosmos/optio/index.d.ts +1 -0
  66. package/noncosmos/optio/index.js +8 -0
  67. package/noncosmos/tsc/asset-list.d.ts +3 -0
  68. package/noncosmos/tsc/asset-list.js +25 -0
  69. package/noncosmos/tsc/index.d.ts +1 -0
  70. package/noncosmos/tsc/index.js +8 -0
  71. package/package.json +3 -3
  72. package/testnet/axelartestnet/ibc-data.js +29 -0
  73. package/testnet/composabletestnet/asset-list.js +0 -8
  74. package/testnet/desmostestnet/asset-list.js +0 -8
  75. package/testnet/ibc-data.js +3 -1
  76. package/testnet/iopntestnet/asset-list.js +2 -2
  77. package/testnet/iopntestnet/chain.js +1 -1
  78. package/testnet/junotestnet/asset-list.js +0 -12
  79. package/testnet/nobletestnet/ibc-data.js +29 -0
  80. package/testnet/nyxtestnet/asset-list.js +8 -8
  81. package/testnet/nyxtestnet/chain.js +9 -15
  82. package/testnet/osmosistestnet/asset-list.js +8 -8
  83. package/testnet/seitestnet/asset-list.js +0 -6
  84. package/testnet/sgetestnet/asset-list.js +0 -6
  85. package/testnet/zenrocktestnet/chain.js +0 -6
  86. package/testnet/zigchaintestnet/asset-list.js +70 -5
  87. package/testnet/zigchaintestnet/ibc-data.d.ts +3 -0
  88. package/testnet/zigchaintestnet/ibc-data.js +60 -0
  89. package/testnet/zigchaintestnet/index.d.ts +1 -0
  90. package/testnet/zigchaintestnet/index.js +3 -1
@@ -83,10 +83,6 @@ const info = {
83
83
  address: 'https://andromeda-rpc.stakerhouse.com:443',
84
84
  provider: 'StakerHouse'
85
85
  },
86
- {
87
- address: 'https://andromeda-rpc.highstakes.ch',
88
- provider: 'High Stakes 🇨🇭'
89
- },
90
86
  {
91
87
  address: 'https://andromeda-rpc.genznodes.dev',
92
88
  provider: 'genznodes'
@@ -133,10 +129,6 @@ const info = {
133
129
  address: 'https://andromeda-rest.stakerhouse.com:443',
134
130
  provider: 'StakerHouse'
135
131
  },
136
- {
137
- address: 'https://andromeda-api.highstakes.ch',
138
- provider: 'High Stakes 🇨🇭'
139
- },
140
132
  {
141
133
  address: 'https://andromeda-api.genznodes.dev',
142
134
  provider: 'genznodes'
@@ -204,6 +204,7 @@ import * as _titan from './titan';
204
204
  import * as _umee from './umee';
205
205
  import * as _unicorn from './unicorn';
206
206
  import * as _unification from './unification';
207
+ import * as _union from './union';
207
208
  import * as _ununifi from './ununifi';
208
209
  import * as _uptick from './uptick';
209
210
  import * as _vector from './vector';
@@ -421,6 +422,7 @@ const assetList = [
421
422
  _umee.assetList,
422
423
  _unicorn.assetList,
423
424
  _unification.assetList,
425
+ _union.assetList,
424
426
  _ununifi.assetList,
425
427
  _uptick.assetList,
426
428
  _vector.assetList,
@@ -116,10 +116,6 @@ const info = {
116
116
  address: 'https://aura.rpc.srv.stakr.space',
117
117
  provider: 'STAKR.space'
118
118
  },
119
- {
120
- address: 'https://aura-rpc.highstakes.ch',
121
- provider: 'High Stakes 🇨🇭'
122
- },
123
119
  {
124
120
  address: 'https://aura-rpc.noders.services',
125
121
  provider: '[NODERS]TEAM'
@@ -178,10 +174,6 @@ const info = {
178
174
  address: 'https://aura.api.srv.stakr.space',
179
175
  provider: 'STAKR.space'
180
176
  },
181
- {
182
- address: 'https://aura-api.highstakes.ch',
183
- provider: 'High Stakes 🇨🇭'
184
- },
185
177
  {
186
178
  address: 'https://aura-api.noders.services',
187
179
  provider: '[NODERS]TEAM'
@@ -230,9 +230,6 @@ const info = {
230
230
  name: 'uniBTC',
231
231
  display: 'uniBTC',
232
232
  symbol: 'uniBTC',
233
- logoURIs: {
234
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
235
- },
236
233
  traces: [{
237
234
  type: 'ibc',
238
235
  counterparty: {
@@ -245,10 +242,7 @@ const info = {
245
242
  path: 'transfer/channel-0/transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
246
243
  }
247
244
  }],
248
- typeAsset: 'ics20',
249
- images: [{
250
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
251
- }]
245
+ typeAsset: 'ics20'
252
246
  },
253
247
  {
254
248
  denomUnits: [{
@@ -262,9 +256,6 @@ const info = {
262
256
  name: 'mBTC',
263
257
  display: 'mBTC',
264
258
  symbol: 'mBTC',
265
- logoURIs: {
266
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
267
- },
268
259
  traces: [{
269
260
  type: 'ibc',
270
261
  counterparty: {
@@ -277,10 +268,7 @@ const info = {
277
268
  path: 'transfer/channel-0/transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
278
269
  }
279
270
  }],
280
- typeAsset: 'ics20',
281
- images: [{
282
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
283
- }]
271
+ typeAsset: 'ics20'
284
272
  },
285
273
  {
286
274
  denomUnits: [{
@@ -295,7 +283,7 @@ const info = {
295
283
  display: 'LBTC',
296
284
  symbol: 'LBTC',
297
285
  logoURIs: {
298
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/LBTC.svg'
286
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
299
287
  },
300
288
  traces: [{
301
289
  type: 'ibc',
@@ -311,7 +299,7 @@ const info = {
311
299
  }],
312
300
  typeAsset: 'ics20',
313
301
  images: [{
314
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/LBTC.svg'
302
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
315
303
  }]
316
304
  },
317
305
  {
@@ -363,7 +351,7 @@ const info = {
363
351
  display: 'SolvBTC',
364
352
  symbol: 'SolvBTC',
365
353
  logoURIs: {
366
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/SolvBTC.png'
354
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
367
355
  },
368
356
  traces: [{
369
357
  type: 'ibc',
@@ -379,7 +367,7 @@ const info = {
379
367
  }],
380
368
  typeAsset: 'ics20',
381
369
  images: [{
382
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/SolvBTC.png'
370
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
383
371
  }]
384
372
  },
385
373
  {
@@ -763,7 +751,7 @@ const info = {
763
751
  display: 'mBTC',
764
752
  symbol: 'mBTC',
765
753
  logoURIs: {
766
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
767
755
  },
768
756
  typeAsset: 'cw20',
769
757
  traces: [{
@@ -780,7 +768,7 @@ const info = {
780
768
  }
781
769
  }],
782
770
  images: [{
783
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
771
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
784
772
  }]
785
773
  },
786
774
  {
@@ -204,6 +204,7 @@ import * as _titan from './titan';
204
204
  import * as _umee from './umee';
205
205
  import * as _unicorn from './unicorn';
206
206
  import * as _unification from './unification';
207
+ import * as _union from './union';
207
208
  import * as _ununifi from './ununifi';
208
209
  import * as _uptick from './uptick';
209
210
  import * as _vector from './vector';
@@ -421,6 +422,7 @@ const chains = [
421
422
  _umee.chain,
422
423
  _unicorn.chain,
423
424
  _unification.chain,
425
+ _union.chain,
424
426
  _ununifi.chain,
425
427
  _uptick.chain,
426
428
  _vector.chain,
@@ -57,12 +57,6 @@ const info = {
57
57
  theme: {
58
58
  circle: false
59
59
  }
60
- }, {
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.svg',
62
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.png',
63
- theme: {
64
- circle: true
65
- }
66
60
  }],
67
61
  logoURIs: {
68
62
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg'
@@ -1859,15 +1859,7 @@ const info = {
1859
1859
  base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1860
1860
  name: 'Arena Token',
1861
1861
  display: 'arena',
1862
- symbol: 'ARENA',
1863
- images: [{
1864
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
1865
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
1866
- }],
1867
- logoURIs: {
1868
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
1869
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
1870
- }
1862
+ symbol: 'ARENA'
1871
1863
  },
1872
1864
  {
1873
1865
  description: 'ashWIND',
@@ -21,14 +21,6 @@ const info = {
21
21
  name: 'LEFEEF',
22
22
  display: 'lefeef',
23
23
  symbol: 'LEFEEF',
24
- logoURIs: {
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.svg'
27
- },
28
- images: [{
29
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.png',
30
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.svg'
31
- }],
32
24
  socials: {
33
25
  website: 'https://lefeef.net',
34
26
  twitter: 'https://x.com/lefeef2024'
@@ -747,10 +747,10 @@ const info = {
747
747
  display: 'uwhalex',
748
748
  symbol: 'WHALEX',
749
749
  logoURIs: {
750
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whalex.png'
750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whaleX.png'
751
751
  },
752
752
  images: [{
753
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whalex.png'
753
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whaleX.png'
754
754
  }],
755
755
  traces: [{
756
756
  type: 'liquid-stake',
@@ -925,7 +925,7 @@ const info = {
925
925
  display: 'takumi',
926
926
  symbol: 'TAKUMI',
927
927
  images: [{
928
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png'
928
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/takumi.png'
929
929
  }],
930
930
  typeAsset: 'sdk.coin'
931
931
  },
@@ -106,14 +106,6 @@ const info = {
106
106
  address: 'https://rpc-vertexa.neutron-1.neutron.org',
107
107
  provider: 'Neutron'
108
108
  },
109
- {
110
- address: 'https://rpc-voidara.neutron-1.neutron.org',
111
- provider: 'Neutron'
112
- },
113
- {
114
- address: 'https://rpc-pulsarix.neutron-1.neutron.org',
115
- provider: 'Neutron'
116
- },
117
109
  {
118
110
  address: 'https://rpc.novel.remedy.tm.p2p.org',
119
111
  provider: 'P2P'
@@ -272,25 +264,18 @@ const info = {
272
264
  accountPage: 'https://mainnet.whispernode.com/neutron/account/${accountAddress}'
273
265
  }
274
266
  ],
275
- images: [
276
- {
267
+ images: [{
277
268
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
278
269
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg',
279
270
  theme: {
280
271
  circle: false
281
272
  }
282
- },
283
- {
273
+ }, {
284
274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
285
275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
286
276
  theme: {
287
277
  circle: true
288
278
  }
289
- },
290
- {
291
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png',
292
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg'
293
- }
294
- ]
279
+ }]
295
280
  };
296
281
  export default info;
@@ -266,9 +266,6 @@ const info = {
266
266
  theme: {
267
267
  circle: true
268
268
  }
269
- }, {
270
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
271
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg'
272
269
  }],
273
270
  logoURIs: {
274
271
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
@@ -5336,12 +5336,10 @@ const info = {
5336
5336
  display: 'scar',
5337
5337
  symbol: 'SCAR',
5338
5338
  logoURIs: {
5339
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
5340
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
5339
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
5341
5340
  },
5342
5341
  images: [{
5343
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
5344
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
5342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
5345
5343
  }],
5346
5344
  typeAsset: 'sdk.coin'
5347
5345
  }
@@ -59,6 +59,10 @@ const info = {
59
59
  address: 'https://a.consensus.sunrise-1.sunriselayer.io',
60
60
  provider: 'Sunrise Team'
61
61
  },
62
+ {
63
+ address: 'https://rpc-sunrise.infrasingularity.com',
64
+ provider: 'Infrasingularity'
65
+ },
62
66
  {
63
67
  address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
64
68
  provider: 'MekongLabs'
@@ -2150,13 +2150,7 @@ const info = {
2150
2150
  base: 'cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7',
2151
2151
  name: 'Staked Astroport Token',
2152
2152
  display: 'xastro.cw20',
2153
- symbol: 'xASTRO.cw20',
2154
- logoURIs: {
2155
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
2156
- },
2157
- images: [{
2158
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
2159
- }]
2153
+ symbol: 'xASTRO.cw20'
2160
2154
  },
2161
2155
  {
2162
2156
  denomUnits: [{
@@ -0,0 +1,36 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'union',
4
+ assets: [{
5
+ description: 'Union is the zero-knowledge (zk) interoperability network that functions as a settlement and liquidity layer for protocols and asset issuers.',
6
+ extendedDescription: 'Union is the zero-knowledge (zk) interoperability network that functions as a settlement and liquidity layer for protocols and asset issuers. Union supports direct connections between L1s, L2s, and rollups regardless of execution environment, while still being powered by the most secure consensus verification.',
7
+ denomUnits: [{
8
+ denom: 'au',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'U',
12
+ exponent: 18
13
+ }],
14
+ base: 'au',
15
+ name: 'U',
16
+ display: 'U',
17
+ symbol: 'U',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
21
+ },
22
+ coingeckoId: 'union-2',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
26
+ }],
27
+ socials: {
28
+ website: 'https://union.build/',
29
+ twitter: 'https://x.com/union_build',
30
+ discord: 'https://discord.union.build',
31
+ github: 'https://github.com/unionlabs/union'
32
+ },
33
+ typeAsset: 'sdk.coin'
34
+ }]
35
+ };
36
+ export default info;
@@ -0,0 +1,149 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'union',
4
+ status: 'live',
5
+ website: 'https://union.build/',
6
+ networkType: 'mainnet',
7
+ prettyName: 'Union',
8
+ chainType: 'cosmos',
9
+ chainId: 'union-1',
10
+ bech32Prefix: 'union',
11
+ daemonName: 'uniond',
12
+ nodeHome: '$HOME/.union',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'au',
18
+ fixedMinGasPrice: 100000000,
19
+ lowGasPrice: 100000000,
20
+ averageGasPrice: 100000000,
21
+ highGasPrice: 200000000
22
+ }]
23
+ },
24
+ staking: {
25
+ stakingTokens: [{
26
+ denom: 'au'
27
+ }]
28
+ },
29
+ codebase: {
30
+ gitRepo: 'https://github.com/unionlabs/union',
31
+ recommendedVersion: 'v1.2.2',
32
+ compatibleVersions: ['v1.2.2'],
33
+ binaries: {
34
+ "linux/amd64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-x86_64-linux',
35
+ "linux/arm64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux'
36
+ },
37
+ consensus: {
38
+ type: 'cometbft',
39
+ version: 'v1.0.1',
40
+ repo: 'https://github.com/unionlabs/cometbls',
41
+ tag: 'v1.0.1-cometbls'
42
+ },
43
+ genesis: {
44
+ genesisUrl: 'https://rpc.union.build/genesis'
45
+ },
46
+ sdk: {
47
+ type: 'cosmos',
48
+ repo: 'https://github.com/unionlabs/cosmos-sdk',
49
+ version: 'v0.50.13',
50
+ tag: 'v0.50.13-cometblsv1'
51
+ }
52
+ },
53
+ logoURIs: {
54
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
55
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
56
+ },
57
+ description: 'Union is the zero-knowledge (zk) interoperability network that functions as a settlement and liquidity layer for protocols and asset issuers.',
58
+ apis: {
59
+ rpc: [
60
+ {
61
+ address: 'https://rpc.union.build',
62
+ provider: 'Union'
63
+ },
64
+ {
65
+ address: 'https://rpc-1.union.nodes.guru',
66
+ provider: 'Nodes.Guru'
67
+ },
68
+ {
69
+ address: 'https://rpc.lavenderfive.com/union',
70
+ provider: 'Lavender.Five Nodes 🐝'
71
+ },
72
+ {
73
+ address: 'https://union-rpc.polkachu.com',
74
+ provider: 'Polkachu'
75
+ },
76
+ {
77
+ address: 'https://union-rpc.kingnodes.com',
78
+ provider: 'Kingnodes 👑'
79
+ },
80
+ {
81
+ address: 'https://union-rpc.stakeandrelax.net',
82
+ provider: 'Stake&Relax'
83
+ }
84
+ ],
85
+ rest: [
86
+ {
87
+ address: 'https://rest.union.build',
88
+ provider: 'Union'
89
+ },
90
+ {
91
+ address: 'https://api-1.union.nodes.guru',
92
+ provider: 'Nodes.Guru'
93
+ },
94
+ {
95
+ address: 'https://rest.lavenderfive.com/union',
96
+ provider: 'Lavender.Five Nodes 🐝'
97
+ },
98
+ {
99
+ address: 'https://union-api.polkachu.com',
100
+ provider: 'Polkachu'
101
+ },
102
+ {
103
+ address: 'https://union-rest.kingnodes.com',
104
+ provider: 'Kingnodes 👑'
105
+ },
106
+ {
107
+ address: 'https://union-api.stakeandrelax.net',
108
+ provider: 'Stake&Relax'
109
+ }
110
+ ],
111
+ grpc: [
112
+ {
113
+ address: 'grpc.union.build:443',
114
+ provider: 'Union'
115
+ },
116
+ {
117
+ address: 'grpc-1.union.nodes.guru:443',
118
+ provider: 'Nodes.Guru'
119
+ },
120
+ {
121
+ address: 'union.lavenderfive.com:443',
122
+ provider: 'Lavender.Five Nodes 🐝'
123
+ },
124
+ {
125
+ address: 'union-grpc.polkachu.com:24690',
126
+ provider: 'Polkachu'
127
+ },
128
+ {
129
+ address: 'union-grpc.kingnodes.com:443',
130
+ provider: 'Kingnodes 👑'
131
+ },
132
+ {
133
+ address: 'union-grpc.stakeandrelax.net:24690',
134
+ provider: 'Stake&Relax'
135
+ }
136
+ ]
137
+ },
138
+ explorers: [{
139
+ kind: 'Ping.Pub',
140
+ url: 'https://explorer.union.build/union',
141
+ txPage: 'https://explorer.union.build/union/tx/${txHash}',
142
+ accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
143
+ }],
144
+ images: [{
145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
147
+ }]
148
+ };
149
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -33,6 +33,7 @@ import * as _xrpl from './xrpl';
33
33
  import * as _zilliqa from './zilliqa';
34
34
  import * as _berachain from './berachain';
35
35
  import * as _hall from './hall';
36
+ import * as _optio from './optio';
36
37
  import * as _avalanchetestnet from './avalanchetestnet';
37
38
  import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
38
39
  import * as _bitcoincashtestnet from './bitcoincashtestnet';
@@ -48,6 +49,7 @@ import * as _solanatestnet from './solanatestnet';
48
49
  import * as _tontestnet from './tontestnet';
49
50
  import * as _xrpltestnet from './xrpltestnet';
50
51
  import * as _ojotestnet from './ojotestnet';
52
+ import * as _tsc from './tsc';
51
53
  const assetList = [
52
54
  _picasso.assetList,
53
55
  _composablepolkadot.assetList,
@@ -84,6 +86,7 @@ const assetList = [
84
86
  _zilliqa.assetList,
85
87
  _berachain.assetList,
86
88
  _hall.assetList,
89
+ _optio.assetList,
87
90
  _avalanchetestnet.assetList,
88
91
  _binancesmartchaintestnet.assetList,
89
92
  _bitcoincashtestnet.assetList,
@@ -98,6 +101,7 @@ const assetList = [
98
101
  _solanatestnet.assetList,
99
102
  _tontestnet.assetList,
100
103
  _xrpltestnet.assetList,
101
- _ojotestnet.assetList
104
+ _ojotestnet.assetList,
105
+ _tsc.assetList
102
106
  ];
103
107
  export default assetList;
@@ -0,0 +1,24 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'optio',
4
+ assets: [{
5
+ description: 'The native token of Optio',
6
+ denomUnits: [{
7
+ denom: 'uOPT',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'OPT',
11
+ exponent: 6
12
+ }],
13
+ typeAsset: 'sdk.coin',
14
+ base: 'uOPT',
15
+ name: 'OPT',
16
+ display: 'OPT',
17
+ symbol: 'OPT',
18
+ images: [{
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/optio/images/opt.png'
20
+ }],
21
+ coingeckoId: 'optio'
22
+ }]
23
+ };
24
+ export default info;
@@ -0,0 +1,2 @@
1
+ import _assetList from './asset-list';
2
+ export const assetList = _assetList;
@@ -0,0 +1,23 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'tsc',
4
+ assets: [{
5
+ description: 'The native token of the TSC chain.',
6
+ denomUnits: [{
7
+ denom: 'aTSC',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'TSC',
11
+ exponent: 18
12
+ }],
13
+ typeAsset: 'sdk.coin',
14
+ base: 'aTSC',
15
+ name: 'TSC',
16
+ display: 'TSC',
17
+ symbol: 'TSC',
18
+ images: [{
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tsc/images/tsc.png'
20
+ }]
21
+ }]
22
+ };
23
+ export default info;
@@ -0,0 +1,2 @@
1
+ import _assetList from './asset-list';
2
+ export const assetList = _assetList;