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
@@ -232,9 +232,6 @@ const info = {
232
232
  name: 'uniBTC',
233
233
  display: 'uniBTC',
234
234
  symbol: 'uniBTC',
235
- logoURIs: {
236
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
237
- },
238
235
  traces: [{
239
236
  type: 'ibc',
240
237
  counterparty: {
@@ -247,10 +244,7 @@ const info = {
247
244
  path: 'transfer/channel-0/transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
248
245
  }
249
246
  }],
250
- typeAsset: 'ics20',
251
- images: [{
252
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
253
- }]
247
+ typeAsset: 'ics20'
254
248
  },
255
249
  {
256
250
  denomUnits: [{
@@ -264,9 +258,6 @@ const info = {
264
258
  name: 'mBTC',
265
259
  display: 'mBTC',
266
260
  symbol: 'mBTC',
267
- logoURIs: {
268
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
269
- },
270
261
  traces: [{
271
262
  type: 'ibc',
272
263
  counterparty: {
@@ -279,10 +270,7 @@ const info = {
279
270
  path: 'transfer/channel-0/transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
280
271
  }
281
272
  }],
282
- typeAsset: 'ics20',
283
- images: [{
284
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
285
- }]
273
+ typeAsset: 'ics20'
286
274
  },
287
275
  {
288
276
  denomUnits: [{
@@ -297,7 +285,7 @@ const info = {
297
285
  display: 'LBTC',
298
286
  symbol: 'LBTC',
299
287
  logoURIs: {
300
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/LBTC.svg'
288
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
301
289
  },
302
290
  traces: [{
303
291
  type: 'ibc',
@@ -313,7 +301,7 @@ const info = {
313
301
  }],
314
302
  typeAsset: 'ics20',
315
303
  images: [{
316
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/LBTC.svg'
304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
317
305
  }]
318
306
  },
319
307
  {
@@ -365,7 +353,7 @@ const info = {
365
353
  display: 'SolvBTC',
366
354
  symbol: 'SolvBTC',
367
355
  logoURIs: {
368
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/SolvBTC.png'
356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
369
357
  },
370
358
  traces: [{
371
359
  type: 'ibc',
@@ -381,7 +369,7 @@ const info = {
381
369
  }],
382
370
  typeAsset: 'ics20',
383
371
  images: [{
384
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/SolvBTC.png'
372
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
385
373
  }]
386
374
  },
387
375
  {
@@ -765,7 +753,7 @@ const info = {
765
753
  display: 'mBTC',
766
754
  symbol: 'mBTC',
767
755
  logoURIs: {
768
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
769
757
  },
770
758
  typeAsset: 'cw20',
771
759
  traces: [{
@@ -782,7 +770,7 @@ const info = {
782
770
  }
783
771
  }],
784
772
  images: [{
785
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
786
774
  }]
787
775
  },
788
776
  {
package/mainnet/chains.js CHANGED
@@ -229,6 +229,7 @@ const _titan = __importStar(require("./titan"));
229
229
  const _umee = __importStar(require("./umee"));
230
230
  const _unicorn = __importStar(require("./unicorn"));
231
231
  const _unification = __importStar(require("./unification"));
232
+ const _union = __importStar(require("./union"));
232
233
  const _ununifi = __importStar(require("./ununifi"));
233
234
  const _uptick = __importStar(require("./uptick"));
234
235
  const _vector = __importStar(require("./vector"));
@@ -446,6 +447,7 @@ const chains = [
446
447
  _umee.chain,
447
448
  _unicorn.chain,
448
449
  _unification.chain,
450
+ _union.chain,
449
451
  _ununifi.chain,
450
452
  _uptick.chain,
451
453
  _vector.chain,
@@ -59,12 +59,6 @@ const info = {
59
59
  theme: {
60
60
  circle: false
61
61
  }
62
- }, {
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.svg',
64
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.png',
65
- theme: {
66
- circle: true
67
- }
68
62
  }],
69
63
  logoURIs: {
70
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg'
@@ -1861,15 +1861,7 @@ const info = {
1861
1861
  base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1862
1862
  name: 'Arena Token',
1863
1863
  display: 'arena',
1864
- symbol: 'ARENA',
1865
- images: [{
1866
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
1867
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
1868
- }],
1869
- logoURIs: {
1870
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
1871
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
1872
- }
1864
+ symbol: 'ARENA'
1873
1865
  },
1874
1866
  {
1875
1867
  description: 'ashWIND',
@@ -23,14 +23,6 @@ const info = {
23
23
  name: 'LEFEEF',
24
24
  display: 'lefeef',
25
25
  symbol: 'LEFEEF',
26
- logoURIs: {
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.png',
28
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.svg'
29
- },
30
- images: [{
31
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.png',
32
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lefeef/images/lefeef.svg'
33
- }],
34
26
  socials: {
35
27
  website: 'https://lefeef.net',
36
28
  twitter: 'https://x.com/lefeef2024'
@@ -749,10 +749,10 @@ const info = {
749
749
  display: 'uwhalex',
750
750
  symbol: 'WHALEX',
751
751
  logoURIs: {
752
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whalex.png'
752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whaleX.png'
753
753
  },
754
754
  images: [{
755
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whalex.png'
755
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/whaleX.png'
756
756
  }],
757
757
  traces: [{
758
758
  type: 'liquid-stake',
@@ -927,7 +927,7 @@ const info = {
927
927
  display: 'takumi',
928
928
  symbol: 'TAKUMI',
929
929
  images: [{
930
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png'
930
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/takumi.png'
931
931
  }],
932
932
  typeAsset: 'sdk.coin'
933
933
  },
@@ -108,14 +108,6 @@ const info = {
108
108
  address: 'https://rpc-vertexa.neutron-1.neutron.org',
109
109
  provider: 'Neutron'
110
110
  },
111
- {
112
- address: 'https://rpc-voidara.neutron-1.neutron.org',
113
- provider: 'Neutron'
114
- },
115
- {
116
- address: 'https://rpc-pulsarix.neutron-1.neutron.org',
117
- provider: 'Neutron'
118
- },
119
111
  {
120
112
  address: 'https://rpc.novel.remedy.tm.p2p.org',
121
113
  provider: 'P2P'
@@ -274,25 +266,18 @@ const info = {
274
266
  accountPage: 'https://mainnet.whispernode.com/neutron/account/${accountAddress}'
275
267
  }
276
268
  ],
277
- images: [
278
- {
269
+ images: [{
279
270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
280
271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg',
281
272
  theme: {
282
273
  circle: false
283
274
  }
284
- },
285
- {
275
+ }, {
286
276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
287
277
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
288
278
  theme: {
289
279
  circle: true
290
280
  }
291
- },
292
- {
293
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png',
294
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg'
295
- }
296
- ]
281
+ }]
297
282
  };
298
283
  exports.default = info;
@@ -268,9 +268,6 @@ const info = {
268
268
  theme: {
269
269
  circle: true
270
270
  }
271
- }, {
272
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
273
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg'
274
271
  }],
275
272
  logoURIs: {
276
273
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
@@ -5338,12 +5338,10 @@ const info = {
5338
5338
  display: 'scar',
5339
5339
  symbol: 'SCAR',
5340
5340
  logoURIs: {
5341
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
5342
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
5341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
5343
5342
  },
5344
5343
  images: [{
5345
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png',
5346
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.svg'
5344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/SCAR.png'
5347
5345
  }],
5348
5346
  typeAsset: 'sdk.coin'
5349
5347
  }
@@ -61,6 +61,10 @@ const info = {
61
61
  address: 'https://a.consensus.sunrise-1.sunriselayer.io',
62
62
  provider: 'Sunrise Team'
63
63
  },
64
+ {
65
+ address: 'https://rpc-sunrise.infrasingularity.com',
66
+ provider: 'Infrasingularity'
67
+ },
64
68
  {
65
69
  address: 'https://sunrise-mainnet-rpc.mekonglabs.tech',
66
70
  provider: 'MekongLabs'
@@ -2152,13 +2152,7 @@ const info = {
2152
2152
  base: 'cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7',
2153
2153
  name: 'Staked Astroport Token',
2154
2154
  display: 'xastro.cw20',
2155
- symbol: 'xASTRO.cw20',
2156
- logoURIs: {
2157
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
2158
- },
2159
- images: [{
2160
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
2161
- }]
2155
+ symbol: 'xASTRO.cw20'
2162
2156
  },
2163
2157
  {
2164
2158
  denomUnits: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'union',
6
+ assets: [{
7
+ description: 'Union is the zero-knowledge (zk) interoperability network that functions as a settlement and liquidity layer for protocols and asset issuers.',
8
+ 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.',
9
+ denomUnits: [{
10
+ denom: 'au',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'U',
14
+ exponent: 18
15
+ }],
16
+ base: 'au',
17
+ name: 'U',
18
+ display: 'U',
19
+ symbol: 'U',
20
+ logoURIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
23
+ },
24
+ coingeckoId: 'union-2',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
28
+ }],
29
+ socials: {
30
+ website: 'https://union.build/',
31
+ twitter: 'https://x.com/union_build',
32
+ discord: 'https://discord.union.build',
33
+ github: 'https://github.com/unionlabs/union'
34
+ },
35
+ typeAsset: 'sdk.coin'
36
+ }]
37
+ };
38
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,151 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'union',
6
+ status: 'live',
7
+ website: 'https://union.build/',
8
+ networkType: 'mainnet',
9
+ prettyName: 'Union',
10
+ chainType: 'cosmos',
11
+ chainId: 'union-1',
12
+ bech32Prefix: 'union',
13
+ daemonName: 'uniond',
14
+ nodeHome: '$HOME/.union',
15
+ keyAlgos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'au',
20
+ fixedMinGasPrice: 100000000,
21
+ lowGasPrice: 100000000,
22
+ averageGasPrice: 100000000,
23
+ highGasPrice: 200000000
24
+ }]
25
+ },
26
+ staking: {
27
+ stakingTokens: [{
28
+ denom: 'au'
29
+ }]
30
+ },
31
+ codebase: {
32
+ gitRepo: 'https://github.com/unionlabs/union',
33
+ recommendedVersion: 'v1.2.2',
34
+ compatibleVersions: ['v1.2.2'],
35
+ binaries: {
36
+ "linux/amd64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-x86_64-linux',
37
+ "linux/arm64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux'
38
+ },
39
+ consensus: {
40
+ type: 'cometbft',
41
+ version: 'v1.0.1',
42
+ repo: 'https://github.com/unionlabs/cometbls',
43
+ tag: 'v1.0.1-cometbls'
44
+ },
45
+ genesis: {
46
+ genesisUrl: 'https://rpc.union.build/genesis'
47
+ },
48
+ sdk: {
49
+ type: 'cosmos',
50
+ repo: 'https://github.com/unionlabs/cosmos-sdk',
51
+ version: 'v0.50.13',
52
+ tag: 'v0.50.13-cometblsv1'
53
+ }
54
+ },
55
+ logoURIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
58
+ },
59
+ description: 'Union is the zero-knowledge (zk) interoperability network that functions as a settlement and liquidity layer for protocols and asset issuers.',
60
+ apis: {
61
+ rpc: [
62
+ {
63
+ address: 'https://rpc.union.build',
64
+ provider: 'Union'
65
+ },
66
+ {
67
+ address: 'https://rpc-1.union.nodes.guru',
68
+ provider: 'Nodes.Guru'
69
+ },
70
+ {
71
+ address: 'https://rpc.lavenderfive.com/union',
72
+ provider: 'Lavender.Five Nodes 🐝'
73
+ },
74
+ {
75
+ address: 'https://union-rpc.polkachu.com',
76
+ provider: 'Polkachu'
77
+ },
78
+ {
79
+ address: 'https://union-rpc.kingnodes.com',
80
+ provider: 'Kingnodes 👑'
81
+ },
82
+ {
83
+ address: 'https://union-rpc.stakeandrelax.net',
84
+ provider: 'Stake&Relax'
85
+ }
86
+ ],
87
+ rest: [
88
+ {
89
+ address: 'https://rest.union.build',
90
+ provider: 'Union'
91
+ },
92
+ {
93
+ address: 'https://api-1.union.nodes.guru',
94
+ provider: 'Nodes.Guru'
95
+ },
96
+ {
97
+ address: 'https://rest.lavenderfive.com/union',
98
+ provider: 'Lavender.Five Nodes 🐝'
99
+ },
100
+ {
101
+ address: 'https://union-api.polkachu.com',
102
+ provider: 'Polkachu'
103
+ },
104
+ {
105
+ address: 'https://union-rest.kingnodes.com',
106
+ provider: 'Kingnodes 👑'
107
+ },
108
+ {
109
+ address: 'https://union-api.stakeandrelax.net',
110
+ provider: 'Stake&Relax'
111
+ }
112
+ ],
113
+ grpc: [
114
+ {
115
+ address: 'grpc.union.build:443',
116
+ provider: 'Union'
117
+ },
118
+ {
119
+ address: 'grpc-1.union.nodes.guru:443',
120
+ provider: 'Nodes.Guru'
121
+ },
122
+ {
123
+ address: 'union.lavenderfive.com:443',
124
+ provider: 'Lavender.Five Nodes 🐝'
125
+ },
126
+ {
127
+ address: 'union-grpc.polkachu.com:24690',
128
+ provider: 'Polkachu'
129
+ },
130
+ {
131
+ address: 'union-grpc.kingnodes.com:443',
132
+ provider: 'Kingnodes 👑'
133
+ },
134
+ {
135
+ address: 'union-grpc.stakeandrelax.net:24690',
136
+ provider: 'Stake&Relax'
137
+ }
138
+ ]
139
+ },
140
+ explorers: [{
141
+ kind: 'Ping.Pub',
142
+ url: 'https://explorer.union.build/union',
143
+ txPage: 'https://explorer.union.build/union/tx/${txHash}',
144
+ accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
145
+ }],
146
+ images: [{
147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.svg'
149
+ }]
150
+ };
151
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assetList = asset_list_1.default;
10
+ exports.chain = chain_1.default;
@@ -58,6 +58,7 @@ const _xrpl = __importStar(require("./xrpl"));
58
58
  const _zilliqa = __importStar(require("./zilliqa"));
59
59
  const _berachain = __importStar(require("./berachain"));
60
60
  const _hall = __importStar(require("./hall"));
61
+ const _optio = __importStar(require("./optio"));
61
62
  const _avalanchetestnet = __importStar(require("./avalanchetestnet"));
62
63
  const _binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
63
64
  const _bitcoincashtestnet = __importStar(require("./bitcoincashtestnet"));
@@ -73,6 +74,7 @@ const _solanatestnet = __importStar(require("./solanatestnet"));
73
74
  const _tontestnet = __importStar(require("./tontestnet"));
74
75
  const _xrpltestnet = __importStar(require("./xrpltestnet"));
75
76
  const _ojotestnet = __importStar(require("./ojotestnet"));
77
+ const _tsc = __importStar(require("./tsc"));
76
78
  const assetList = [
77
79
  _picasso.assetList,
78
80
  _composablepolkadot.assetList,
@@ -109,6 +111,7 @@ const assetList = [
109
111
  _zilliqa.assetList,
110
112
  _berachain.assetList,
111
113
  _hall.assetList,
114
+ _optio.assetList,
112
115
  _avalanchetestnet.assetList,
113
116
  _binancesmartchaintestnet.assetList,
114
117
  _bitcoincashtestnet.assetList,
@@ -123,6 +126,7 @@ const assetList = [
123
126
  _solanatestnet.assetList,
124
127
  _tontestnet.assetList,
125
128
  _xrpltestnet.assetList,
126
- _ojotestnet.assetList
129
+ _ojotestnet.assetList,
130
+ _tsc.assetList
127
131
  ];
128
132
  exports.default = assetList;
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'optio',
6
+ assets: [{
7
+ description: 'The native token of Optio',
8
+ denomUnits: [{
9
+ denom: 'uOPT',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'OPT',
13
+ exponent: 6
14
+ }],
15
+ typeAsset: 'sdk.coin',
16
+ base: 'uOPT',
17
+ name: 'OPT',
18
+ display: 'OPT',
19
+ symbol: 'OPT',
20
+ images: [{
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/optio/images/opt.png'
22
+ }],
23
+ coingeckoId: 'optio'
24
+ }]
25
+ };
26
+ exports.default = info;
@@ -0,0 +1 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ exports.assetList = asset_list_1.default;
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'tsc',
6
+ assets: [{
7
+ description: 'The native token of the TSC chain.',
8
+ denomUnits: [{
9
+ denom: 'aTSC',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'TSC',
13
+ exponent: 18
14
+ }],
15
+ typeAsset: 'sdk.coin',
16
+ base: 'aTSC',
17
+ name: 'TSC',
18
+ display: 'TSC',
19
+ symbol: 'TSC',
20
+ images: [{
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tsc/images/tsc.png'
22
+ }]
23
+ }]
24
+ };
25
+ exports.default = info;
@@ -0,0 +1 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ exports.assetList = asset_list_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.65"
32
+ "@chain-registry/types": "^2.0.67"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "45808e4d865ed4315486621465856dc7af9ecb51"
42
+ "gitHead": "1695a3cedb29273403e47c775c1a79a6ed4e620f"
43
43
  }