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
@@ -34,8 +34,7 @@ const info = {
34
34
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
35
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
36
36
  },
37
- typeAsset: 'sdk.coin',
38
- coingeckoId: 'unification'
37
+ typeAsset: 'sdk.coin'
39
38
  }]
40
39
  };
41
40
  export default info;
@@ -88,19 +88,19 @@ const info = {
88
88
  },
89
89
  codebase: {
90
90
  gitRepo: 'https://github.com/ZIGChain/zigchain',
91
- recommendedVersion: '2.0.0',
92
- compatibleVersions: ['2.0.0'],
91
+ recommendedVersion: '4.1.0',
92
+ compatibleVersions: ['4.1.0'],
93
93
  consensus: {
94
94
  type: 'cometbft',
95
- version: '0.38.19'
95
+ version: '0.38.21'
96
96
  },
97
97
  sdk: {
98
98
  type: 'cosmos',
99
- version: '0.53.4'
99
+ version: '0.53.5'
100
100
  },
101
101
  ibc: {
102
102
  type: 'go',
103
- version: '10.1.0'
103
+ version: '10.1.1'
104
104
  },
105
105
  cosmwasm: {
106
106
  version: '0.55.1',
@@ -110,14 +110,14 @@ const info = {
110
110
  genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
111
111
  },
112
112
  binaries: {
113
- "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',
114
- "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',
115
- "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'
113
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
114
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
115
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
116
116
  },
117
- tag: 'v2.0.0',
117
+ tag: 'v4.1.0',
118
118
  language: {
119
119
  type: 'go',
120
- version: '1.25.4'
120
+ version: '1.25.9'
121
121
  }
122
122
  },
123
123
  explorers: [
@@ -197,6 +197,7 @@ const _qwoyn = __importStar(require("./qwoyn"));
197
197
  const _realio = __importStar(require("./realio"));
198
198
  const _rebus = __importStar(require("./rebus"));
199
199
  const _regen = __importStar(require("./regen"));
200
+ const _ritbit = __importStar(require("./ritbit"));
200
201
  const _rizon = __importStar(require("./rizon"));
201
202
  const _safrochain = __importStar(require("./safrochain"));
202
203
  const _saga = __importStar(require("./saga"));
@@ -424,6 +425,7 @@ const assetList = [
424
425
  _realio.assetList,
425
426
  _rebus.assetList,
426
427
  _regen.assetList,
428
+ _ritbit.assetList,
427
429
  _rizon.assetList,
428
430
  _safrochain.assetList,
429
431
  _saga.assetList,
@@ -32,6 +32,37 @@ const info = [
32
32
  }
33
33
  }]
34
34
  },
35
+ {
36
+ $schema: '../ibc_data.schema.json',
37
+ chain1: {
38
+ chainName: 'bitbadges',
39
+ chainId: 'bitbadges-1',
40
+ clientId: '07-tendermint-39',
41
+ connectionId: 'connection-89'
42
+ },
43
+ chain2: {
44
+ chainName: 'injective',
45
+ chainId: 'injective-1',
46
+ clientId: '07-tendermint-340',
47
+ connectionId: 'connection-343'
48
+ },
49
+ channels: [{
50
+ chain1: {
51
+ channelId: 'channel-40',
52
+ portId: 'transfer'
53
+ },
54
+ chain2: {
55
+ channelId: 'channel-464',
56
+ portId: 'transfer'
57
+ },
58
+ ordering: 'unordered',
59
+ version: 'ics20-1',
60
+ tags: {
61
+ preferred: true,
62
+ status: 'ACTIVE'
63
+ }
64
+ }]
65
+ },
35
66
  {
36
67
  $schema: '../ibc_data.schema.json',
37
68
  chain1: {
package/mainnet/chains.js CHANGED
@@ -197,6 +197,7 @@ const _qwoyn = __importStar(require("./qwoyn"));
197
197
  const _realio = __importStar(require("./realio"));
198
198
  const _rebus = __importStar(require("./rebus"));
199
199
  const _regen = __importStar(require("./regen"));
200
+ const _ritbit = __importStar(require("./ritbit"));
200
201
  const _rizon = __importStar(require("./rizon"));
201
202
  const _safrochain = __importStar(require("./safrochain"));
202
203
  const _saga = __importStar(require("./saga"));
@@ -424,6 +425,7 @@ const chains = [
424
425
  _realio.chain,
425
426
  _rebus.chain,
426
427
  _regen.chain,
428
+ _ritbit.chain,
427
429
  _rizon.chain,
428
430
  _safrochain.chain,
429
431
  _saga.chain,
@@ -30,15 +30,15 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/cosmos/gaia',
33
- recommendedVersion: 'v27.4.0',
34
- compatibleVersions: ['v27.4.0'],
33
+ recommendedVersion: 'v27.5.0',
34
+ compatibleVersions: ['v27.5.0'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
37
  version: 'v0.38.23'
38
38
  },
39
39
  binaries: {
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0/gaiad-v27.4.0-darwin-amd64',
41
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0/gaiad-v27.4.0-linux-amd64'
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-darwin-amd64',
41
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-linux-amd64'
42
42
  },
43
43
  genesis: {
44
44
  genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -50,14 +50,14 @@ const info = {
50
50
  },
51
51
  ibc: {
52
52
  type: 'go',
53
- version: 'v10.6.0'
53
+ version: 'v10.7.0'
54
54
  },
55
55
  cosmwasm: {
56
56
  version: 'v0.60.7',
57
57
  repo: 'https://github.com/CosmWasm/wasmd',
58
58
  tag: 'v0.60.7'
59
59
  },
60
- tag: 'v27.4.0'
60
+ tag: 'v27.5.0'
61
61
  },
62
62
  logoURIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
22
22
  },
23
- coingeckoId: 'desmos',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
@@ -21,7 +21,6 @@ const info = {
21
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
22
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
23
23
  },
24
- coingeckoId: 'e-money',
25
24
  images: [{
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
27
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
@@ -23,7 +23,6 @@ const info = {
23
23
  name: 'GGEZ1',
24
24
  display: 'ggez1',
25
25
  symbol: 'GGEZ1',
26
- coingeckoId: 'ggez1',
27
26
  logoURIs: {
28
27
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
29
28
  },
@@ -16,7 +16,6 @@ const info = {
16
16
  name: 'Heli',
17
17
  display: 'heli',
18
18
  symbol: 'HELI',
19
- coingeckoId: 'helichain',
20
19
  images: [{
21
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png',
22
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg'
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
22
22
  },
23
- coingeckoId: 'ixo',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
@@ -94,6 +94,37 @@ const info = [
94
94
  }
95
95
  }]
96
96
  },
97
+ {
98
+ $schema: '../ibc_data.schema.json',
99
+ chain1: {
100
+ chainName: 'bitbadges',
101
+ chainId: 'bitbadges-1',
102
+ clientId: '07-tendermint-39',
103
+ connectionId: 'connection-89'
104
+ },
105
+ chain2: {
106
+ chainName: 'injective',
107
+ chainId: 'injective-1',
108
+ clientId: '07-tendermint-340',
109
+ connectionId: 'connection-343'
110
+ },
111
+ channels: [{
112
+ chain1: {
113
+ channelId: 'channel-40',
114
+ portId: 'transfer'
115
+ },
116
+ chain2: {
117
+ channelId: 'channel-464',
118
+ portId: 'transfer'
119
+ },
120
+ ordering: 'unordered',
121
+ version: 'ics20-1',
122
+ tags: {
123
+ preferred: true,
124
+ status: 'ACTIVE'
125
+ }
126
+ }]
127
+ },
97
128
  {
98
129
  $schema: '../ibc_data.schema.json',
99
130
  chain1: {
@@ -382,7 +382,6 @@ const info = {
382
382
  name: 'AQLA',
383
383
  display: 'AQLA',
384
384
  symbol: 'AQLA',
385
- coingeckoId: 'aqualibre',
386
385
  logoURIs: {
387
386
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg'
388
387
  },
@@ -1000,8 +999,7 @@ const info = {
1000
999
  logoURIs: {
1001
1000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1002
1001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1003
- },
1004
- coingeckoId: 'stkatom'
1002
+ }
1005
1003
  },
1006
1004
  {
1007
1005
  description: 'BackBone Labs Liquid Staked KUJI',
@@ -605,8 +605,7 @@ const info = {
605
605
  logoURIs: {
606
606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
607
607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
608
- },
609
- coingeckoId: 'stkatom'
608
+ }
610
609
  },
611
610
  {
612
611
  description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -337,7 +337,6 @@ const info = {
337
337
  base: 'cw20:orai1065qe48g7aemju045aeyprflytemx7kecxkf5m7u5h5mphd0qlcs47pclp',
338
338
  name: 'Scorai',
339
339
  display: 'scorai',
340
- coingeckoId: 'scorai',
341
340
  symbol: 'SCORAI',
342
341
  images: [{
343
342
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scorai.png',
@@ -1313,8 +1313,7 @@ const info = {
1313
1313
  },
1314
1314
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
1315
1315
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
1316
- }],
1317
- coingeckoId: 'e-money'
1316
+ }]
1318
1317
  },
1319
1318
  {
1320
1319
  description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
@@ -1432,8 +1431,7 @@ const info = {
1432
1431
  },
1433
1432
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
1434
1433
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
1435
- }],
1436
- coingeckoId: 'ixo'
1434
+ }]
1437
1435
  },
1438
1436
  {
1439
1437
  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.',
@@ -1839,8 +1837,7 @@ const info = {
1839
1837
  },
1840
1838
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
1841
1839
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
1842
- }],
1843
- coingeckoId: 'desmos'
1840
+ }]
1844
1841
  },
1845
1842
  {
1846
1843
  description: 'Native token of Dig Chain',
@@ -4583,8 +4580,7 @@ const info = {
4583
4580
  },
4584
4581
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
4585
4582
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
4586
- }],
4587
- coingeckoId: 'stride-staked-stars'
4583
+ }]
4588
4584
  },
4589
4585
  {
4590
4586
  description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
@@ -5027,8 +5023,7 @@ const info = {
5027
5023
  },
5028
5024
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg',
5029
5025
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png'
5030
- }],
5031
- coingeckoId: 'unification'
5026
+ }]
5032
5027
  },
5033
5028
  {
5034
5029
  description: 'The native staking and governance token of Jackal.',
@@ -5278,8 +5273,7 @@ const info = {
5278
5273
  },
5279
5274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
5280
5275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
5281
- }],
5282
- coingeckoId: 'stkd-scrt'
5276
+ }]
5283
5277
  },
5284
5278
  {
5285
5279
  description: 'BeeZee native blockchain',
@@ -5694,8 +5688,7 @@ const info = {
5694
5688
  },
5695
5689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
5696
5690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
5697
- }],
5698
- coingeckoId: 'stkatom'
5691
+ }]
5699
5692
  },
5700
5693
  {
5701
5694
  description: 'The native staking and governance token of the Dyson Protocol',
@@ -6907,8 +6900,7 @@ const info = {
6907
6900
  },
6908
6901
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
6909
6902
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
6910
- }],
6911
- coingeckoId: 'toucan-protocol-nature-carbon-tonne'
6903
+ }]
6912
6904
  },
6913
6905
  {
6914
6906
  description: 'Celestims',
@@ -7350,8 +7342,7 @@ const info = {
7350
7342
  },
7351
7343
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
7352
7344
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
7353
- }],
7354
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
7345
+ }]
7355
7346
  },
7356
7347
  {
7357
7348
  description: 'Mille: the 1000th token on osmosis',
@@ -9482,8 +9473,7 @@ const info = {
9482
9473
  },
9483
9474
  images: [{
9484
9475
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
9485
- }],
9486
- coingeckoId: 'collateralized-debt-token'
9476
+ }]
9487
9477
  },
9488
9478
  {
9489
9479
  description: 'Membrane\'s protocol token',
@@ -9504,8 +9494,7 @@ const info = {
9504
9494
  },
9505
9495
  images: [{
9506
9496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
9507
- }],
9508
- coingeckoId: 'membrane'
9497
+ }]
9509
9498
  },
9510
9499
  {
9511
9500
  description: 'The native token of SGE Network',
@@ -64,7 +64,6 @@ const info = {
64
64
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
65
65
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
66
66
  },
67
- coingeckoId: 'stkatom',
68
67
  images: [{
69
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
70
69
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
@@ -47,7 +47,6 @@ const info = {
47
47
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
48
48
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
49
49
  },
50
- coingeckoId: 'toucan-protocol-nature-carbon-tonne',
51
50
  images: [{
52
51
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
53
52
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'ritbit',
6
+ assets: [{
7
+ description: 'RIT is the native staking and governance token of RITBIT, the network that powers the Rubin Trade decentralized exchange.',
8
+ denomUnits: [{
9
+ denom: 'urit',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'rit',
13
+ exponent: 18
14
+ }],
15
+ base: 'urit',
16
+ name: 'Rubin',
17
+ display: 'rit',
18
+ symbol: 'RIT',
19
+ logoURIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
21
+ },
22
+ images: [{
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
24
+ }],
25
+ typeAsset: 'sdk.coin'
26
+ }, {
27
+ description: 'USD Coin (USDC) used as collateral for trading on Rubin.',
28
+ denomUnits: [{
29
+ denom: 'uusdc',
30
+ exponent: 0
31
+ }, {
32
+ denom: 'usdc',
33
+ exponent: 6
34
+ }],
35
+ base: 'uusdc',
36
+ name: 'USD Coin',
37
+ display: 'usdc',
38
+ symbol: 'USDC',
39
+ traces: [{
40
+ type: 'bridge',
41
+ counterparty: {
42
+ chainName: 'ethereum',
43
+ baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
44
+ },
45
+ provider: 'Rubin'
46
+ }],
47
+ logoURIs: {
48
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
49
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
50
+ },
51
+ images: [{
52
+ imageSync: {
53
+ chainName: 'ethereum',
54
+ baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
55
+ },
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
58
+ }],
59
+ typeAsset: 'sdk.coin'
60
+ }]
61
+ };
62
+ 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,62 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'ritbit',
6
+ status: 'live',
7
+ website: 'https://rubin.trade/',
8
+ networkType: 'mainnet',
9
+ prettyName: 'RITBIT',
10
+ chainType: 'cosmos',
11
+ chainId: 'ritbit-mainnet',
12
+ bech32Prefix: 'rit',
13
+ slip44: 118,
14
+ fees: {
15
+ feeTokens: [{
16
+ denom: 'urit',
17
+ fixedMinGasPrice: 12500000000,
18
+ lowGasPrice: 12500000000,
19
+ averageGasPrice: 12500000000,
20
+ highGasPrice: 20000000000
21
+ }, {
22
+ denom: 'uusdc',
23
+ fixedMinGasPrice: 0.025,
24
+ lowGasPrice: 0.025,
25
+ averageGasPrice: 0.025,
26
+ highGasPrice: 0.03
27
+ }]
28
+ },
29
+ staking: {
30
+ stakingTokens: [{
31
+ denom: 'urit'
32
+ }]
33
+ },
34
+ logoURIs: {
35
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
36
+ },
37
+ description: 'RITBIT is the network that powers Rubin Trade — a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
38
+ apis: {
39
+ rpc: [{
40
+ address: 'https://rpc.mainnet.rubin.trade',
41
+ provider: 'Rubin'
42
+ }],
43
+ rest: [{
44
+ address: 'https://rest.mainnet.rubin.trade',
45
+ provider: 'Rubin'
46
+ }],
47
+ grpc: [{
48
+ address: 'grpc.mainnet.rubin.trade:443',
49
+ provider: 'Rubin'
50
+ }]
51
+ },
52
+ explorers: [{
53
+ kind: 'rubin',
54
+ url: 'https://explorer.rubin.trade/ritbit-mainnet',
55
+ txPage: 'https://explorer.rubin.trade/ritbit-mainnet/tx/${txHash}',
56
+ accountPage: 'https://explorer.rubin.trade/ritbit-mainnet/account/${accountAddress}'
57
+ }],
58
+ images: [{
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
60
+ }]
61
+ };
62
+ 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;
@@ -121,7 +121,6 @@ const info = {
121
121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
122
122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
123
123
  },
124
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2',
125
124
  images: [{
126
125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
127
126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
@@ -194,7 +193,6 @@ const info = {
194
193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
195
194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
196
195
  },
197
- coingeckoId: 'stkd-scrt',
198
196
  images: [{
199
197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
200
198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
@@ -88,7 +88,6 @@ const info = {
88
88
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
89
89
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
90
90
  },
91
- coingeckoId: 'stride-staked-stars',
92
91
  images: [{
93
92
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
94
93
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
@@ -29,7 +29,6 @@ const info = {
29
29
  website: 'https://unification.com',
30
30
  x: 'https://x.com/UnificationUND'
31
31
  },
32
- coingeckoId: 'unification',
33
32
  typeAsset: 'sdk.coin'
34
33
  }]
35
34
  };