chain-registry 2.0.230 → 2.0.232

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 (64) hide show
  1. package/devnet/impacthubdevnet/asset-list.js +0 -1
  2. package/esm/devnet/impacthubdevnet/asset-list.js +0 -1
  3. package/esm/mainnet/asset-lists.js +2 -0
  4. package/esm/mainnet/bitbadges/ibc-data.js +31 -0
  5. package/esm/mainnet/chains.js +2 -0
  6. package/esm/mainnet/cosmoshub/chain.js +6 -6
  7. package/esm/mainnet/desmos/asset-list.js +0 -1
  8. package/esm/mainnet/emoney/asset-list.js +0 -1
  9. package/esm/mainnet/ggezchain/asset-list.js +0 -1
  10. package/esm/mainnet/heli/asset-list.js +0 -1
  11. package/esm/mainnet/impacthub/asset-list.js +0 -1
  12. package/esm/mainnet/injective/ibc-data.js +31 -0
  13. package/esm/mainnet/kujira/asset-list.js +1 -3
  14. package/esm/mainnet/nolus/asset-list.js +1 -2
  15. package/esm/mainnet/oraichain/asset-list.js +0 -1
  16. package/esm/mainnet/osmosis/asset-list.js +11 -22
  17. package/esm/mainnet/persistence/asset-list.js +0 -1
  18. package/esm/mainnet/regen/asset-list.js +0 -1
  19. package/esm/mainnet/ritbit/asset-list.js +60 -0
  20. package/esm/mainnet/ritbit/chain.js +60 -0
  21. package/esm/mainnet/ritbit/index.js +4 -0
  22. package/esm/mainnet/secretnetwork/asset-list.js +0 -2
  23. package/esm/mainnet/stride/asset-list.js +0 -1
  24. package/esm/mainnet/unification/asset-list.js +0 -1
  25. package/esm/mainnet/zigchain/chain.js +10 -10
  26. package/esm/testnet/desmostestnet/asset-list.js +0 -1
  27. package/esm/testnet/impacthubtestnet/asset-list.js +1 -2
  28. package/esm/testnet/limonatatestnet/chain.js +6 -0
  29. package/esm/testnet/osmosistestnet/asset-list.js +1 -2
  30. package/esm/testnet/unificationtestnet/asset-list.js +1 -2
  31. package/esm/testnet/zigchaintestnet/chain.js +10 -10
  32. package/mainnet/asset-lists.js +2 -0
  33. package/mainnet/bitbadges/ibc-data.js +31 -0
  34. package/mainnet/chains.js +2 -0
  35. package/mainnet/cosmoshub/chain.js +6 -6
  36. package/mainnet/desmos/asset-list.js +0 -1
  37. package/mainnet/emoney/asset-list.js +0 -1
  38. package/mainnet/ggezchain/asset-list.js +0 -1
  39. package/mainnet/heli/asset-list.js +0 -1
  40. package/mainnet/impacthub/asset-list.js +0 -1
  41. package/mainnet/injective/ibc-data.js +31 -0
  42. package/mainnet/kujira/asset-list.js +1 -3
  43. package/mainnet/nolus/asset-list.js +1 -2
  44. package/mainnet/oraichain/asset-list.js +0 -1
  45. package/mainnet/osmosis/asset-list.js +11 -22
  46. package/mainnet/persistence/asset-list.js +0 -1
  47. package/mainnet/regen/asset-list.js +0 -1
  48. package/mainnet/ritbit/asset-list.d.ts +3 -0
  49. package/mainnet/ritbit/asset-list.js +62 -0
  50. package/mainnet/ritbit/chain.d.ts +3 -0
  51. package/mainnet/ritbit/chain.js +62 -0
  52. package/mainnet/ritbit/index.d.ts +2 -0
  53. package/mainnet/ritbit/index.js +10 -0
  54. package/mainnet/secretnetwork/asset-list.js +0 -2
  55. package/mainnet/stride/asset-list.js +0 -1
  56. package/mainnet/unification/asset-list.js +0 -1
  57. package/mainnet/zigchain/chain.js +10 -10
  58. package/package.json +3 -3
  59. package/testnet/desmostestnet/asset-list.js +0 -1
  60. package/testnet/impacthubtestnet/asset-list.js +1 -2
  61. package/testnet/limonatatestnet/chain.js +6 -0
  62. package/testnet/osmosistestnet/asset-list.js +1 -2
  63. package/testnet/unificationtestnet/asset-list.js +1 -2
  64. package/testnet/zigchaintestnet/chain.js +10 -10
@@ -28,7 +28,6 @@ const info = {
28
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
29
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
30
30
  },
31
- coingeckoId: 'ixo',
32
31
  images: [{
33
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
34
33
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
@@ -26,7 +26,6 @@ const info = {
26
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
27
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
28
28
  },
29
- coingeckoId: 'ixo',
30
29
  images: [{
31
30
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
32
31
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
@@ -172,6 +172,7 @@ import * as _qwoyn from './qwoyn';
172
172
  import * as _realio from './realio';
173
173
  import * as _rebus from './rebus';
174
174
  import * as _regen from './regen';
175
+ import * as _ritbit from './ritbit';
175
176
  import * as _rizon from './rizon';
176
177
  import * as _safrochain from './safrochain';
177
178
  import * as _saga from './saga';
@@ -399,6 +400,7 @@ const assetList = [
399
400
  _realio.assetList,
400
401
  _rebus.assetList,
401
402
  _regen.assetList,
403
+ _ritbit.assetList,
402
404
  _rizon.assetList,
403
405
  _safrochain.assetList,
404
406
  _saga.assetList,
@@ -30,6 +30,37 @@ const info = [
30
30
  }
31
31
  }]
32
32
  },
33
+ {
34
+ $schema: '../ibc_data.schema.json',
35
+ chain1: {
36
+ chainName: 'bitbadges',
37
+ chainId: 'bitbadges-1',
38
+ clientId: '07-tendermint-39',
39
+ connectionId: 'connection-89'
40
+ },
41
+ chain2: {
42
+ chainName: 'injective',
43
+ chainId: 'injective-1',
44
+ clientId: '07-tendermint-340',
45
+ connectionId: 'connection-343'
46
+ },
47
+ channels: [{
48
+ chain1: {
49
+ channelId: 'channel-40',
50
+ portId: 'transfer'
51
+ },
52
+ chain2: {
53
+ channelId: 'channel-464',
54
+ portId: 'transfer'
55
+ },
56
+ ordering: 'unordered',
57
+ version: 'ics20-1',
58
+ tags: {
59
+ preferred: true,
60
+ status: 'ACTIVE'
61
+ }
62
+ }]
63
+ },
33
64
  {
34
65
  $schema: '../ibc_data.schema.json',
35
66
  chain1: {
@@ -172,6 +172,7 @@ import * as _qwoyn from './qwoyn';
172
172
  import * as _realio from './realio';
173
173
  import * as _rebus from './rebus';
174
174
  import * as _regen from './regen';
175
+ import * as _ritbit from './ritbit';
175
176
  import * as _rizon from './rizon';
176
177
  import * as _safrochain from './safrochain';
177
178
  import * as _saga from './saga';
@@ -399,6 +400,7 @@ const chains = [
399
400
  _realio.chain,
400
401
  _rebus.chain,
401
402
  _regen.chain,
403
+ _ritbit.chain,
402
404
  _rizon.chain,
403
405
  _safrochain.chain,
404
406
  _saga.chain,
@@ -28,15 +28,15 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/cosmos/gaia',
31
- recommendedVersion: 'v27.4.0',
32
- compatibleVersions: ['v27.4.0'],
31
+ recommendedVersion: 'v27.5.0',
32
+ compatibleVersions: ['v27.5.0'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
35
  version: 'v0.38.23'
36
36
  },
37
37
  binaries: {
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0/gaiad-v27.4.0-darwin-amd64',
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0/gaiad-v27.4.0-linux-amd64'
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-darwin-amd64',
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-linux-amd64'
40
40
  },
41
41
  genesis: {
42
42
  genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -48,14 +48,14 @@ const info = {
48
48
  },
49
49
  ibc: {
50
50
  type: 'go',
51
- version: 'v10.6.0'
51
+ version: 'v10.7.0'
52
52
  },
53
53
  cosmwasm: {
54
54
  version: 'v0.60.7',
55
55
  repo: 'https://github.com/CosmWasm/wasmd',
56
56
  tag: 'v0.60.7'
57
57
  },
58
- tag: 'v27.4.0'
58
+ tag: 'v27.5.0'
59
59
  },
60
60
  logoURIs: {
61
61
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
20
20
  },
21
- coingeckoId: 'desmos',
22
21
  images: [{
23
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
24
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
@@ -19,7 +19,6 @@ const info = {
19
19
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
20
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
21
21
  },
22
- coingeckoId: 'e-money',
23
22
  images: [{
24
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
25
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
@@ -21,7 +21,6 @@ const info = {
21
21
  name: 'GGEZ1',
22
22
  display: 'ggez1',
23
23
  symbol: 'GGEZ1',
24
- coingeckoId: 'ggez1',
25
24
  logoURIs: {
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
27
26
  },
@@ -14,7 +14,6 @@ const info = {
14
14
  name: 'Heli',
15
15
  display: 'heli',
16
16
  symbol: 'HELI',
17
- coingeckoId: 'helichain',
18
17
  images: [{
19
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png',
20
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg'
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
20
20
  },
21
- coingeckoId: 'ixo',
22
21
  images: [{
23
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
24
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
@@ -92,6 +92,37 @@ const info = [
92
92
  }
93
93
  }]
94
94
  },
95
+ {
96
+ $schema: '../ibc_data.schema.json',
97
+ chain1: {
98
+ chainName: 'bitbadges',
99
+ chainId: 'bitbadges-1',
100
+ clientId: '07-tendermint-39',
101
+ connectionId: 'connection-89'
102
+ },
103
+ chain2: {
104
+ chainName: 'injective',
105
+ chainId: 'injective-1',
106
+ clientId: '07-tendermint-340',
107
+ connectionId: 'connection-343'
108
+ },
109
+ channels: [{
110
+ chain1: {
111
+ channelId: 'channel-40',
112
+ portId: 'transfer'
113
+ },
114
+ chain2: {
115
+ channelId: 'channel-464',
116
+ portId: 'transfer'
117
+ },
118
+ ordering: 'unordered',
119
+ version: 'ics20-1',
120
+ tags: {
121
+ preferred: true,
122
+ status: 'ACTIVE'
123
+ }
124
+ }]
125
+ },
95
126
  {
96
127
  $schema: '../ibc_data.schema.json',
97
128
  chain1: {
@@ -380,7 +380,6 @@ const info = {
380
380
  name: 'AQLA',
381
381
  display: 'AQLA',
382
382
  symbol: 'AQLA',
383
- coingeckoId: 'aqualibre',
384
383
  logoURIs: {
385
384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg'
386
385
  },
@@ -998,8 +997,7 @@ const info = {
998
997
  logoURIs: {
999
998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1000
999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1001
- },
1002
- coingeckoId: 'stkatom'
1000
+ }
1003
1001
  },
1004
1002
  {
1005
1003
  description: 'BackBone Labs Liquid Staked KUJI',
@@ -603,8 +603,7 @@ const info = {
603
603
  logoURIs: {
604
604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
605
605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
606
- },
607
- coingeckoId: 'stkatom'
606
+ }
608
607
  },
609
608
  {
610
609
  description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -335,7 +335,6 @@ const info = {
335
335
  base: 'cw20:orai1065qe48g7aemju045aeyprflytemx7kecxkf5m7u5h5mphd0qlcs47pclp',
336
336
  name: 'Scorai',
337
337
  display: 'scorai',
338
- coingeckoId: 'scorai',
339
338
  symbol: 'SCORAI',
340
339
  images: [{
341
340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scorai.png',
@@ -1311,8 +1311,7 @@ const info = {
1311
1311
  },
1312
1312
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
1313
1313
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
1314
- }],
1315
- coingeckoId: 'e-money'
1314
+ }]
1316
1315
  },
1317
1316
  {
1318
1317
  description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
@@ -1430,8 +1429,7 @@ const info = {
1430
1429
  },
1431
1430
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
1432
1431
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
1433
- }],
1434
- coingeckoId: 'ixo'
1432
+ }]
1435
1433
  },
1436
1434
  {
1437
1435
  description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
@@ -1837,8 +1835,7 @@ const info = {
1837
1835
  },
1838
1836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
1839
1837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
1840
- }],
1841
- coingeckoId: 'desmos'
1838
+ }]
1842
1839
  },
1843
1840
  {
1844
1841
  description: 'Native token of Dig Chain',
@@ -4581,8 +4578,7 @@ const info = {
4581
4578
  },
4582
4579
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
4583
4580
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
4584
- }],
4585
- coingeckoId: 'stride-staked-stars'
4581
+ }]
4586
4582
  },
4587
4583
  {
4588
4584
  description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
@@ -5025,8 +5021,7 @@ const info = {
5025
5021
  },
5026
5022
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg',
5027
5023
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png'
5028
- }],
5029
- coingeckoId: 'unification'
5024
+ }]
5030
5025
  },
5031
5026
  {
5032
5027
  description: 'The native staking and governance token of Jackal.',
@@ -5276,8 +5271,7 @@ const info = {
5276
5271
  },
5277
5272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
5278
5273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
5279
- }],
5280
- coingeckoId: 'stkd-scrt'
5274
+ }]
5281
5275
  },
5282
5276
  {
5283
5277
  description: 'BeeZee native blockchain',
@@ -5692,8 +5686,7 @@ const info = {
5692
5686
  },
5693
5687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
5694
5688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
5695
- }],
5696
- coingeckoId: 'stkatom'
5689
+ }]
5697
5690
  },
5698
5691
  {
5699
5692
  description: 'The native staking and governance token of the Dyson Protocol',
@@ -6905,8 +6898,7 @@ const info = {
6905
6898
  },
6906
6899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
6907
6900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
6908
- }],
6909
- coingeckoId: 'toucan-protocol-nature-carbon-tonne'
6901
+ }]
6910
6902
  },
6911
6903
  {
6912
6904
  description: 'Celestims',
@@ -7348,8 +7340,7 @@ const info = {
7348
7340
  },
7349
7341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
7350
7342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
7351
- }],
7352
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
7343
+ }]
7353
7344
  },
7354
7345
  {
7355
7346
  description: 'Mille: the 1000th token on osmosis',
@@ -9480,8 +9471,7 @@ const info = {
9480
9471
  },
9481
9472
  images: [{
9482
9473
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
9483
- }],
9484
- coingeckoId: 'collateralized-debt-token'
9474
+ }]
9485
9475
  },
9486
9476
  {
9487
9477
  description: 'Membrane\'s protocol token',
@@ -9502,8 +9492,7 @@ const info = {
9502
9492
  },
9503
9493
  images: [{
9504
9494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
9505
- }],
9506
- coingeckoId: 'membrane'
9495
+ }]
9507
9496
  },
9508
9497
  {
9509
9498
  description: 'The native token of SGE Network',
@@ -62,7 +62,6 @@ const info = {
62
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
63
63
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
64
64
  },
65
- coingeckoId: 'stkatom',
66
65
  images: [{
67
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
68
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
@@ -45,7 +45,6 @@ const info = {
45
45
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
46
46
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
47
47
  },
48
- coingeckoId: 'toucan-protocol-nature-carbon-tonne',
49
48
  images: [{
50
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
51
50
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
@@ -0,0 +1,60 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'ritbit',
4
+ assets: [{
5
+ description: 'RIT is the native staking and governance token of RITBIT, the network that powers the Rubin Trade decentralized exchange.',
6
+ denomUnits: [{
7
+ denom: 'urit',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'rit',
11
+ exponent: 18
12
+ }],
13
+ base: 'urit',
14
+ name: 'Rubin',
15
+ display: 'rit',
16
+ symbol: 'RIT',
17
+ logoURIs: {
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
19
+ },
20
+ images: [{
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
22
+ }],
23
+ typeAsset: 'sdk.coin'
24
+ }, {
25
+ description: 'USD Coin (USDC) used as collateral for trading on Rubin.',
26
+ denomUnits: [{
27
+ denom: 'uusdc',
28
+ exponent: 0
29
+ }, {
30
+ denom: 'usdc',
31
+ exponent: 6
32
+ }],
33
+ base: 'uusdc',
34
+ name: 'USD Coin',
35
+ display: 'usdc',
36
+ symbol: 'USDC',
37
+ traces: [{
38
+ type: 'bridge',
39
+ counterparty: {
40
+ chainName: 'ethereum',
41
+ baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
42
+ },
43
+ provider: 'Rubin'
44
+ }],
45
+ logoURIs: {
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
47
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
48
+ },
49
+ images: [{
50
+ imageSync: {
51
+ chainName: 'ethereum',
52
+ baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
53
+ },
54
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
55
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
56
+ }],
57
+ typeAsset: 'sdk.coin'
58
+ }]
59
+ };
60
+ export default info;
@@ -0,0 +1,60 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'ritbit',
4
+ status: 'live',
5
+ website: 'https://rubin.trade/',
6
+ networkType: 'mainnet',
7
+ prettyName: 'RITBIT',
8
+ chainType: 'cosmos',
9
+ chainId: 'ritbit-mainnet',
10
+ bech32Prefix: 'rit',
11
+ slip44: 118,
12
+ fees: {
13
+ feeTokens: [{
14
+ denom: 'urit',
15
+ fixedMinGasPrice: 12500000000,
16
+ lowGasPrice: 12500000000,
17
+ averageGasPrice: 12500000000,
18
+ highGasPrice: 20000000000
19
+ }, {
20
+ denom: 'uusdc',
21
+ fixedMinGasPrice: 0.025,
22
+ lowGasPrice: 0.025,
23
+ averageGasPrice: 0.025,
24
+ highGasPrice: 0.03
25
+ }]
26
+ },
27
+ staking: {
28
+ stakingTokens: [{
29
+ denom: 'urit'
30
+ }]
31
+ },
32
+ logoURIs: {
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
34
+ },
35
+ description: 'RITBIT is the network that powers Rubin Trade — a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
36
+ apis: {
37
+ rpc: [{
38
+ address: 'https://rpc.mainnet.rubin.trade',
39
+ provider: 'Rubin'
40
+ }],
41
+ rest: [{
42
+ address: 'https://rest.mainnet.rubin.trade',
43
+ provider: 'Rubin'
44
+ }],
45
+ grpc: [{
46
+ address: 'grpc.mainnet.rubin.trade:443',
47
+ provider: 'Rubin'
48
+ }]
49
+ },
50
+ explorers: [{
51
+ kind: 'rubin',
52
+ url: 'https://explorer.rubin.trade/ritbit-mainnet',
53
+ txPage: 'https://explorer.rubin.trade/ritbit-mainnet/tx/${txHash}',
54
+ accountPage: 'https://explorer.rubin.trade/ritbit-mainnet/account/${accountAddress}'
55
+ }],
56
+ images: [{
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
58
+ }]
59
+ };
60
+ 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;
@@ -119,7 +119,6 @@ const info = {
119
119
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
120
120
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
121
121
  },
122
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2',
123
122
  images: [{
124
123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
125
124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
@@ -192,7 +191,6 @@ const info = {
192
191
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
193
192
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
194
193
  },
195
- coingeckoId: 'stkd-scrt',
196
194
  images: [{
197
195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
198
196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
@@ -86,7 +86,6 @@ const info = {
86
86
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
87
87
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
88
88
  },
89
- coingeckoId: 'stride-staked-stars',
90
89
  images: [{
91
90
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
92
91
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
@@ -27,7 +27,6 @@ const info = {
27
27
  website: 'https://unification.com',
28
28
  x: 'https://x.com/UnificationUND'
29
29
  },
30
- coingeckoId: 'unification',
31
30
  typeAsset: 'sdk.coin'
32
31
  }]
33
32
  };
@@ -32,19 +32,19 @@ const info = {
32
32
  },
33
33
  codebase: {
34
34
  gitRepo: 'https://github.com/ZIGChain/zigchain',
35
- recommendedVersion: '2.0.0',
36
- compatibleVersions: ['2.0.0'],
35
+ recommendedVersion: '4.1.0',
36
+ compatibleVersions: ['4.1.0'],
37
37
  consensus: {
38
38
  type: 'cometbft',
39
- version: '0.38.19'
39
+ version: '0.38.21'
40
40
  },
41
41
  sdk: {
42
42
  type: 'cosmos',
43
- version: '0.53.4'
43
+ version: '0.53.5'
44
44
  },
45
45
  ibc: {
46
46
  type: 'go',
47
- version: '10.1.0'
47
+ version: '10.1.1'
48
48
  },
49
49
  cosmwasm: {
50
50
  version: '0.55.1',
@@ -54,14 +54,14 @@ const info = {
54
54
  genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zigchain-1/genesis.json'
55
55
  },
56
56
  binaries: {
57
- "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-linux-amd64.tar.gz?checksum=sha256:8f2a4a51fa2d73b7bc61c33d30332fb61e76ed0be4a381a37d27aa17115a9040',
58
- "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-amd64.tar.gz?checksum=sha256:6269882ccb1caf0af7600f2d24f5aeae7710290aba299d0d4ed607c6e63da803',
59
- "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-arm64.tar.gz?checksum=sha256:07f59514973d67e0d09c27b1be50da78f3b824518f1ee4735c09322ec1bd3789'
57
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
58
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
59
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
60
60
  },
61
- tag: 'v2.0.0',
61
+ tag: 'v4.1.0',
62
62
  language: {
63
63
  type: 'go',
64
- version: '1.25.4'
64
+ version: '1.25.9'
65
65
  }
66
66
  },
67
67
  logoURIs: {
@@ -22,7 +22,6 @@ const info = {
22
22
  },
23
23
  provider: 'Desmos'
24
24
  }],
25
- coingeckoId: 'desmos',
26
25
  typeAsset: 'sdk.coin',
27
26
  images: [{
28
27
  imageSync: {
@@ -34,8 +34,7 @@ const info = {
34
34
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
35
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
36
36
  },
37
- typeAsset: 'sdk.coin',
38
- coingeckoId: 'ixo'
37
+ typeAsset: 'sdk.coin'
39
38
  }]
40
39
  };
41
40
  export default info;
@@ -39,10 +39,16 @@ const info = {
39
39
  rpc: [{
40
40
  address: 'https://cosmos-rpc.limonata.xyz',
41
41
  provider: 'Limonata'
42
+ }, {
43
+ address: 'https://rpc-t.limonata.vinjan-inc.com',
44
+ provider: 'Vinjan.Inc'
42
45
  }],
43
46
  rest: [{
44
47
  address: 'https://rest.limonata.xyz',
45
48
  provider: 'Limonata'
49
+ }, {
50
+ address: 'https://api-t.limonata.vinjan-inc.com',
51
+ provider: 'Vinjan.Inc'
46
52
  }],
47
53
  evmHttpJsonrpc: [{
48
54
  address: 'https://rpc.limonata.xyz',
@@ -641,8 +641,7 @@ const info = {
641
641
  },
642
642
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
643
643
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
644
- }],
645
- coingeckoId: 'ixo'
644
+ }]
646
645
  },
647
646
  {
648
647
  denomUnits: [{