chain-registry 2.0.68 → 2.0.70

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 (103) hide show
  1. package/devnet/prysmdevnet/asset-list.js +0 -1
  2. package/devnet/prysmdevnet/chain.js +0 -2
  3. package/esm/devnet/prysmdevnet/asset-list.js +0 -1
  4. package/esm/devnet/prysmdevnet/chain.js +0 -2
  5. package/esm/mainnet/arkh/asset-list.js +2 -4
  6. package/esm/mainnet/arkh/chain.js +2 -4
  7. package/esm/mainnet/axelar/asset-list.js +6 -6
  8. package/esm/mainnet/babylon/asset-list.js +41 -5
  9. package/esm/mainnet/bostrom/asset-list.js +4 -8
  10. package/esm/mainnet/conscious/asset-list.js +2 -4
  11. package/esm/mainnet/conscious/chain.js +2 -4
  12. package/esm/mainnet/cosmoshub/asset-list.js +2 -4
  13. package/esm/mainnet/coss/asset-list.js +6 -12
  14. package/esm/mainnet/coss/chain.js +2 -4
  15. package/esm/mainnet/dydx/chain.js +7 -7
  16. package/esm/mainnet/ethereum/asset-list.js +6 -7
  17. package/esm/mainnet/gravitybridge/asset-list.js +2 -4
  18. package/esm/mainnet/gravitybridge/chain.js +2 -4
  19. package/esm/mainnet/injective/asset-list.js +2 -4
  20. package/esm/mainnet/juno/asset-list.js +8 -16
  21. package/esm/mainnet/kujira/asset-list.js +2 -2
  22. package/esm/mainnet/mayachain/asset-list.js +4 -4
  23. package/esm/mainnet/medasdigital/asset-list.js +2 -4
  24. package/esm/mainnet/medasdigital/chain.js +2 -4
  25. package/esm/mainnet/neutron/asset-list.js +4 -6
  26. package/esm/mainnet/noble/asset-list.js +2 -4
  27. package/esm/mainnet/odin/asset-list.js +2 -4
  28. package/esm/mainnet/odin/chain.js +6 -4
  29. package/esm/mainnet/oraichain/asset-list.js +1 -3
  30. package/esm/mainnet/osmosis/asset-list.js +39 -75
  31. package/esm/mainnet/secretnetwork/asset-list.js +2 -4
  32. package/esm/mainnet/seda/asset-list.js +2 -4
  33. package/esm/mainnet/seda/chain.js +2 -4
  34. package/esm/mainnet/sei/asset-list.js +2 -4
  35. package/esm/mainnet/shido/asset-list.js +2 -4
  36. package/esm/mainnet/shido/chain.js +2 -4
  37. package/esm/mainnet/stargaze/asset-list.js +10 -20
  38. package/esm/mainnet/terra2/asset-list.js +3 -6
  39. package/esm/mainnet/ton/asset-list.js +0 -1
  40. package/esm/mainnet/tron/asset-list.js +0 -1
  41. package/esm/mainnet/union/chain.js +1 -1
  42. package/esm/mainnet/ununifi/asset-list.js +2 -4
  43. package/esm/mainnet/ununifi/chain.js +6 -4
  44. package/esm/noncosmos/ethereumtestnet/asset-list.js +0 -1
  45. package/esm/noncosmos/optimism/asset-list.js +0 -1
  46. package/esm/testnet/desmostestnet/asset-list.js +9 -1
  47. package/esm/testnet/junotestnet/asset-list.js +6 -0
  48. package/esm/testnet/lumenxtestnet/asset-list.js +16 -4
  49. package/esm/testnet/osmosistestnet/asset-list.js +2 -4
  50. package/esm/testnet/permtestnet/asset-list.js +2 -4
  51. package/esm/testnet/sedatestnet/asset-list.js +14 -4
  52. package/esm/testnet/sedatestnet/chain.js +4 -3
  53. package/esm/testnet/zigchaintestnet/asset-list.js +2 -4
  54. package/mainnet/arkh/asset-list.js +2 -4
  55. package/mainnet/arkh/chain.js +2 -4
  56. package/mainnet/axelar/asset-list.js +6 -6
  57. package/mainnet/babylon/asset-list.js +41 -5
  58. package/mainnet/bostrom/asset-list.js +4 -8
  59. package/mainnet/conscious/asset-list.js +2 -4
  60. package/mainnet/conscious/chain.js +2 -4
  61. package/mainnet/cosmoshub/asset-list.js +2 -4
  62. package/mainnet/coss/asset-list.js +6 -12
  63. package/mainnet/coss/chain.js +2 -4
  64. package/mainnet/dydx/chain.js +7 -7
  65. package/mainnet/ethereum/asset-list.js +6 -7
  66. package/mainnet/gravitybridge/asset-list.js +2 -4
  67. package/mainnet/gravitybridge/chain.js +2 -4
  68. package/mainnet/injective/asset-list.js +2 -4
  69. package/mainnet/juno/asset-list.js +8 -16
  70. package/mainnet/kujira/asset-list.js +2 -2
  71. package/mainnet/mayachain/asset-list.js +4 -4
  72. package/mainnet/medasdigital/asset-list.js +2 -4
  73. package/mainnet/medasdigital/chain.js +2 -4
  74. package/mainnet/neutron/asset-list.js +4 -6
  75. package/mainnet/noble/asset-list.js +2 -4
  76. package/mainnet/odin/asset-list.js +2 -4
  77. package/mainnet/odin/chain.js +6 -4
  78. package/mainnet/oraichain/asset-list.js +1 -3
  79. package/mainnet/osmosis/asset-list.js +39 -75
  80. package/mainnet/secretnetwork/asset-list.js +2 -4
  81. package/mainnet/seda/asset-list.js +2 -4
  82. package/mainnet/seda/chain.js +2 -4
  83. package/mainnet/sei/asset-list.js +2 -4
  84. package/mainnet/shido/asset-list.js +2 -4
  85. package/mainnet/shido/chain.js +2 -4
  86. package/mainnet/stargaze/asset-list.js +10 -20
  87. package/mainnet/terra2/asset-list.js +3 -6
  88. package/mainnet/ton/asset-list.js +0 -1
  89. package/mainnet/tron/asset-list.js +0 -1
  90. package/mainnet/union/chain.js +1 -1
  91. package/mainnet/ununifi/asset-list.js +2 -4
  92. package/mainnet/ununifi/chain.js +6 -4
  93. package/noncosmos/ethereumtestnet/asset-list.js +0 -1
  94. package/noncosmos/optimism/asset-list.js +0 -1
  95. package/package.json +3 -3
  96. package/testnet/desmostestnet/asset-list.js +9 -1
  97. package/testnet/junotestnet/asset-list.js +6 -0
  98. package/testnet/lumenxtestnet/asset-list.js +16 -4
  99. package/testnet/osmosistestnet/asset-list.js +2 -4
  100. package/testnet/permtestnet/asset-list.js +2 -4
  101. package/testnet/sedatestnet/asset-list.js +14 -4
  102. package/testnet/sedatestnet/chain.js +4 -3
  103. package/testnet/zigchaintestnet/asset-list.js +2 -4
@@ -56,8 +56,7 @@ const info = {
56
56
  tag: 'v2.0.0'
57
57
  },
58
58
  logoURIs: {
59
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
60
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
61
60
  },
62
61
  description: 'Developers use Shido as the Ethereum and Wasm Chain to deploy applications of the future. Get all the functionalities of Ethereum and Wasm with the power of IBC and Interchain composability.',
63
62
  apis: {
@@ -221,8 +220,7 @@ const info = {
221
220
  }
222
221
  ],
223
222
  images: [{
224
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
225
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
226
224
  }]
227
225
  };
228
226
  export default info;
@@ -45,12 +45,10 @@ const info = {
45
45
  display: 'strdst',
46
46
  symbol: 'STRDST',
47
47
  logoURIs: {
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png',
49
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
48
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
50
49
  },
51
50
  images: [{
52
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png',
53
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
51
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
54
52
  }],
55
53
  typeAsset: 'sdk.coin'
56
54
  },
@@ -68,12 +66,10 @@ const info = {
68
66
  display: 'GAZE',
69
67
  symbol: 'GAZE',
70
68
  logoURIs: {
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png',
72
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
73
70
  },
74
71
  images: [{
75
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png',
76
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
77
73
  }],
78
74
  typeAsset: 'sdk.coin'
79
75
  },
@@ -91,12 +87,10 @@ const info = {
91
87
  display: 'BRNCH',
92
88
  symbol: 'BRNCH',
93
89
  logoURIs: {
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png',
95
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
90
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
96
91
  },
97
92
  images: [{
98
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png',
99
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
100
94
  }],
101
95
  typeAsset: 'sdk.coin'
102
96
  },
@@ -114,12 +108,10 @@ const info = {
114
108
  display: 'OHH',
115
109
  symbol: 'OHH',
116
110
  logoURIs: {
117
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png',
118
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
119
112
  },
120
113
  images: [{
121
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png',
122
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
123
115
  }],
124
116
  typeAsset: 'sdk.coin'
125
117
  },
@@ -283,16 +275,14 @@ const info = {
283
275
  }
284
276
  }],
285
277
  logoURIs: {
286
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
287
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
288
279
  },
289
280
  images: [{
290
281
  imageSync: {
291
282
  chainName: 'neutron',
292
283
  baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
293
284
  },
294
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
295
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
296
286
  }],
297
287
  coingeckoId: 'astroport-fi'
298
288
  },
@@ -63,8 +63,7 @@ const info = {
63
63
  chainName: 'neutron',
64
64
  baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
65
65
  },
66
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
67
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
68
67
  }],
69
68
  socials: {
70
69
  website: 'https://astroport.fi/',
@@ -104,12 +103,10 @@ const info = {
104
103
  chainName: 'neutron',
105
104
  baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
106
105
  },
107
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
108
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
109
107
  }],
110
108
  logoURIs: {
111
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
112
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
109
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
113
110
  },
114
111
  coingeckoId: 'astroport-fi'
115
112
  },
@@ -47,7 +47,6 @@ const info = {
47
47
  symbol: 'HMSTR',
48
48
  coingeckoId: 'hamster-kombat',
49
49
  images: [{
50
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.svg',
51
50
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png',
52
51
  theme: {
53
52
  circle: true
@@ -64,7 +64,6 @@ const info = {
64
64
  }
65
65
  }, {
66
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
67
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
68
67
  theme: {
69
68
  circle: false
70
69
  }
@@ -35,7 +35,7 @@ const info = {
35
35
  "linux/arm64": 'https://github.com/unionlabs/union/releases/download/uniond%2Fv1.2.2/uniond-release-aarch64-linux'
36
36
  },
37
37
  consensus: {
38
- type: 'cometbft',
38
+ type: 'cometbls',
39
39
  version: 'v1.0.1',
40
40
  repo: 'https://github.com/unionlabs/cometbls',
41
41
  tag: 'v1.0.1-cometbls'
@@ -15,8 +15,7 @@ const info = {
15
15
  display: 'guu',
16
16
  symbol: 'GUU',
17
17
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
20
19
  },
21
20
  keywords: [
22
21
  'staking',
@@ -25,8 +24,7 @@ const info = {
25
24
  'nft'
26
25
  ],
27
26
  images: [{
28
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png',
29
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
30
28
  }],
31
29
  typeAsset: 'sdk.coin'
32
30
  }]
@@ -61,8 +61,7 @@ const info = {
61
61
  }
62
62
  },
63
63
  logoURIs: {
64
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png',
65
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
66
65
  },
67
66
  apis: {
68
67
  rpc: [
@@ -158,8 +157,11 @@ const info = {
158
157
  'nft'
159
158
  ],
160
159
  images: [{
161
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png',
162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
160
+ imageSync: {
161
+ chainName: 'ununify',
162
+ baseDenom: 'uguu'
163
+ },
164
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
163
165
  }]
164
166
  };
165
167
  export default info;
@@ -152,7 +152,6 @@ const info = {
152
152
  }
153
153
  }, {
154
154
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
155
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
156
155
  theme: {
157
156
  circle: false
158
157
  }
@@ -202,7 +202,6 @@ const info = {
202
202
  }
203
203
  }, {
204
204
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
205
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
206
205
  theme: {
207
206
  circle: false
208
207
  }
@@ -23,7 +23,15 @@ const info = {
23
23
  provider: 'Desmos'
24
24
  }],
25
25
  coingeckoId: 'desmos',
26
- typeAsset: 'sdk.coin'
26
+ typeAsset: 'sdk.coin',
27
+ images: [{
28
+ imageSync: {
29
+ chainName: 'desmos',
30
+ baseDenom: 'udsm'
31
+ },
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
34
+ }]
27
35
  }]
28
36
  };
29
37
  export default info;
@@ -77,6 +77,12 @@ const info = {
77
77
  baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
78
78
  },
79
79
  provider: 'Arena DAO'
80
+ }],
81
+ images: [{
82
+ imageSync: {
83
+ chainName: 'juno',
84
+ baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
85
+ }
80
86
  }]
81
87
  }
82
88
  ]
@@ -14,13 +14,25 @@ const info = {
14
14
  name: 'LUMEN',
15
15
  display: 'lumen',
16
16
  symbol: 'LUMEN',
17
+ traces: [{
18
+ type: 'test-mintage',
19
+ counterparty: {
20
+ chainName: 'lumenx',
21
+ baseDenom: 'ulumen'
22
+ },
23
+ provider: 'LumenX'
24
+ }],
17
25
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg'
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
20
28
  },
21
29
  images: [{
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lumenxtestnet/images/lumen.svg'
30
+ imageSync: {
31
+ chainName: 'lumenx',
32
+ baseDenom: 'ulumen'
33
+ },
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
35
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
24
36
  }],
25
37
  typeAsset: 'sdk.coin'
26
38
  }]
@@ -658,13 +658,11 @@ const info = {
658
658
  display: 'willyz',
659
659
  symbol: 'WILLYZ',
660
660
  logoURIs: {
661
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png',
662
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
661
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png'
663
662
  },
664
663
  keywords: ['memecoin'],
665
664
  images: [{
666
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png',
667
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
665
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png'
668
666
  }],
669
667
  typeAsset: 'sdk.coin'
670
668
  },
@@ -15,12 +15,10 @@ const info = {
15
15
  display: 'perm',
16
16
  symbol: 'PERM',
17
17
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg'
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png'
20
19
  },
21
20
  images: [{
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg'
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png'
24
22
  }],
25
23
  typeAsset: 'sdk.coin'
26
24
  }]
@@ -15,13 +15,23 @@ const info = {
15
15
  name: 'Seda',
16
16
  display: 'seda',
17
17
  symbol: 'SEDA',
18
+ traces: [{
19
+ type: 'test-mintage',
20
+ counterparty: {
21
+ chainName: 'seda',
22
+ baseDenom: 'aseda'
23
+ },
24
+ provider: 'Seda'
25
+ }],
18
26
  logoURIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
21
28
  },
22
29
  images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
24
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
30
+ imageSync: {
31
+ chainName: 'seda',
32
+ baseDenom: 'aseda'
33
+ },
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
25
35
  }],
26
36
  socials: {
27
37
  website: 'https://www.seda.xyz/',
@@ -61,8 +61,7 @@ const info = {
61
61
  tag: 'v1.0.0-rc.6'
62
62
  },
63
63
  logoURIs: {
64
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
65
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
66
65
  },
67
66
  description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
68
67
  apis: {
@@ -111,7 +110,9 @@ const info = {
111
110
  }],
112
111
  images: [{
113
112
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
114
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
113
+ imageSync: {
114
+ chainName: 'seda'
115
+ }
115
116
  }]
116
117
  };
117
118
  export default info;
@@ -64,12 +64,10 @@ const info = {
64
64
  display: 'stzig',
65
65
  symbol: 'STZIG',
66
66
  logoURIs: {
67
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
68
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
69
68
  },
70
69
  images: [{
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
72
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
73
71
  }],
74
72
  typeAsset: 'sdk.coin',
75
73
  socials: {
@@ -17,12 +17,10 @@ const info = {
17
17
  display: 'ARKH',
18
18
  symbol: 'ARKH',
19
19
  logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
22
21
  },
23
22
  images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
26
24
  }],
27
25
  socials: {
28
26
  website: 'https://arkhadian.io/',
@@ -41,8 +41,7 @@ const info = {
41
41
  }
42
42
  },
43
43
  logoURIs: {
44
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
45
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
44
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
46
45
  },
47
46
  apis: {
48
47
  rpc: [{
@@ -67,8 +66,7 @@ const info = {
67
66
  txPage: 'https://explorer.bonynode.online/arkhadian/tx/${txHash}'
68
67
  }],
69
68
  images: [{
70
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
71
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
72
70
  }]
73
71
  };
74
72
  exports.default = info;
@@ -301,14 +301,14 @@ const info = {
301
301
  provider: 'Axelar'
302
302
  }],
303
303
  logoURIs: {
304
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
305
305
  },
306
306
  images: [{
307
307
  imageSync: {
308
308
  chainName: 'ethereum',
309
309
  baseDenom: '0x4d224452801aced8b2f0aebe155379bb5d594381'
310
310
  },
311
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
312
312
  }],
313
313
  typeAsset: 'sdk.coin'
314
314
  },
@@ -435,14 +435,14 @@ const info = {
435
435
  provider: 'Axelar'
436
436
  }],
437
437
  logoURIs: {
438
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
438
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
439
439
  },
440
440
  images: [{
441
441
  imageSync: {
442
442
  chainName: 'ethereum',
443
443
  baseDenom: '0x03ab458634910aad20ef5f1c8ee96f1d6ac54919'
444
444
  },
445
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
446
446
  }],
447
447
  typeAsset: 'sdk.coin'
448
448
  },
@@ -567,14 +567,14 @@ const info = {
567
567
  provider: 'Axelar'
568
568
  }],
569
569
  logoURIs: {
570
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
571
571
  },
572
572
  images: [{
573
573
  imageSync: {
574
574
  chainName: 'ethereum',
575
575
  baseDenom: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18'
576
576
  },
577
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
577
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
578
578
  }],
579
579
  typeAsset: 'sdk.coin'
580
580
  },
@@ -244,7 +244,17 @@ const info = {
244
244
  path: 'transfer/channel-0/transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
245
245
  }
246
246
  }],
247
- typeAsset: 'ics20'
247
+ typeAsset: 'ics20',
248
+ images: [{
249
+ imageSync: {
250
+ chainName: 'cosmoshub',
251
+ baseDenom: 'ibc/9EE1F80BA2AE01138A40D656BBB42D11B1720000D6F64FC5988E412B6EDB4F71'
252
+ },
253
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png',
254
+ theme: {
255
+ circle: false
256
+ }
257
+ }]
248
258
  },
249
259
  {
250
260
  denomUnits: [{
@@ -270,7 +280,14 @@ const info = {
270
280
  path: 'transfer/channel-0/transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
271
281
  }
272
282
  }],
273
- typeAsset: 'ics20'
283
+ typeAsset: 'ics20',
284
+ images: [{
285
+ imageSync: {
286
+ chainName: 'cosmoshub',
287
+ baseDenom: 'ibc/6583B66D1450B5A0E997C85A4048749ADCBD745562D62F3CC1CEE5D41B5814D1'
288
+ },
289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
290
+ }]
274
291
  },
275
292
  {
276
293
  denomUnits: [{
@@ -285,6 +302,7 @@ const info = {
285
302
  display: 'LBTC',
286
303
  symbol: 'LBTC',
287
304
  logoURIs: {
305
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
288
306
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
289
307
  },
290
308
  traces: [{
@@ -301,7 +319,15 @@ const info = {
301
319
  }],
302
320
  typeAsset: 'ics20',
303
321
  images: [{
304
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
322
+ imageSync: {
323
+ chainName: 'cosmoshub',
324
+ baseDenom: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957'
325
+ },
326
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
327
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
328
+ theme: {
329
+ circle: true
330
+ }
305
331
  }]
306
332
  },
307
333
  {
@@ -353,7 +379,8 @@ const info = {
353
379
  display: 'SolvBTC',
354
380
  symbol: 'SolvBTC',
355
381
  logoURIs: {
356
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
382
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
383
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
357
384
  },
358
385
  traces: [{
359
386
  type: 'ibc',
@@ -369,7 +396,12 @@ const info = {
369
396
  }],
370
397
  typeAsset: 'ics20',
371
398
  images: [{
372
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
399
+ imageSync: {
400
+ chainName: 'cosmoshub',
401
+ baseDenom: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E'
402
+ },
403
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
373
405
  }]
374
406
  },
375
407
  {
@@ -770,6 +802,10 @@ const info = {
770
802
  }
771
803
  }],
772
804
  images: [{
805
+ imageSync: {
806
+ chainName: 'ethereum',
807
+ baseDenom: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
808
+ },
773
809
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
774
810
  }]
775
811
  },
@@ -63,12 +63,10 @@ const info = {
63
63
  display: 'ampere',
64
64
  symbol: 'A',
65
65
  logoURIs: {
66
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
67
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
68
67
  },
69
68
  images: [{
70
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png',
71
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
72
70
  }],
73
71
  typeAsset: 'sdk.coin'
74
72
  },
@@ -88,12 +86,10 @@ const info = {
88
86
  display: 'volt',
89
87
  symbol: 'V',
90
88
  logoURIs: {
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
93
90
  },
94
91
  images: [{
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
92
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
97
93
  }],
98
94
  typeAsset: 'sdk.coin'
99
95
  },
@@ -18,12 +18,10 @@ const info = {
18
18
  display: 'cvnt',
19
19
  symbol: 'CVN',
20
20
  logoURIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
23
22
  },
24
23
  images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
27
25
  }],
28
26
  socials: {
29
27
  website: 'https://cvn.io',