chain-registry 2.0.94 → 2.0.96

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 (67) hide show
  1. package/esm/mainnet/axelar/asset-list.js +2 -2
  2. package/esm/mainnet/bluzelle/chain.js +2 -1
  3. package/esm/mainnet/dungeon/chain.js +24 -4
  4. package/esm/mainnet/elys/asset-list.js +0 -1
  5. package/esm/mainnet/emoney/asset-list.js +10 -20
  6. package/esm/mainnet/ethereum/asset-list.js +2 -3
  7. package/esm/mainnet/humans/asset-list.js +0 -2
  8. package/esm/mainnet/humans/chain.js +0 -2
  9. package/esm/mainnet/int3face/asset-list.js +2 -4
  10. package/esm/mainnet/juno/asset-list.js +2 -6
  11. package/esm/mainnet/kujira/asset-list.js +2 -4
  12. package/esm/mainnet/neutron/asset-list.js +9 -17
  13. package/esm/mainnet/nolus/asset-list.js +2 -4
  14. package/esm/mainnet/oraichain/asset-list.js +8 -16
  15. package/esm/mainnet/osmosis/asset-list.js +13 -28
  16. package/esm/mainnet/osmosis/chain.js +2 -2
  17. package/esm/mainnet/pryzm/asset-list.js +24 -48
  18. package/esm/mainnet/secretnetwork/asset-list.js +2 -4
  19. package/esm/mainnet/secretnetwork/chain.js +2 -4
  20. package/esm/mainnet/sentinel/chain.js +2 -6
  21. package/esm/mainnet/teritori/asset-list.js +2 -4
  22. package/esm/mainnet/terra/asset-list.js +2 -2
  23. package/esm/mainnet/wardenprotocol/chain.js +2 -1
  24. package/esm/mainnet/xion/asset-list.js +0 -1
  25. package/esm/mainnet/zigchain/asset-list.js +2 -4
  26. package/esm/testnet/elystestnet/asset-list.js +0 -1
  27. package/esm/testnet/int3facetestnet/asset-list.js +4 -8
  28. package/esm/testnet/kiiorotestnet/chain.js +2 -1
  29. package/esm/testnet/neutrontestnet/asset-list.js +0 -2
  30. package/esm/testnet/osmosistestnet/asset-list.js +5 -11
  31. package/esm/testnet/secretnetworktestnet/asset-list.js +2 -4
  32. package/esm/testnet/terratestnet/chain.js +26 -1
  33. package/esm/testnet/zigchaintestnet/asset-list.js +2 -4
  34. package/mainnet/axelar/asset-list.js +2 -2
  35. package/mainnet/bluzelle/chain.js +2 -1
  36. package/mainnet/dungeon/chain.js +24 -4
  37. package/mainnet/elys/asset-list.js +0 -1
  38. package/mainnet/emoney/asset-list.js +10 -20
  39. package/mainnet/ethereum/asset-list.js +2 -3
  40. package/mainnet/humans/asset-list.js +0 -2
  41. package/mainnet/humans/chain.js +0 -2
  42. package/mainnet/int3face/asset-list.js +2 -4
  43. package/mainnet/juno/asset-list.js +2 -6
  44. package/mainnet/kujira/asset-list.js +2 -4
  45. package/mainnet/neutron/asset-list.js +9 -17
  46. package/mainnet/nolus/asset-list.js +2 -4
  47. package/mainnet/oraichain/asset-list.js +8 -16
  48. package/mainnet/osmosis/asset-list.js +13 -28
  49. package/mainnet/osmosis/chain.js +2 -2
  50. package/mainnet/pryzm/asset-list.js +24 -48
  51. package/mainnet/secretnetwork/asset-list.js +2 -4
  52. package/mainnet/secretnetwork/chain.js +2 -4
  53. package/mainnet/sentinel/chain.js +2 -6
  54. package/mainnet/teritori/asset-list.js +2 -4
  55. package/mainnet/terra/asset-list.js +2 -2
  56. package/mainnet/wardenprotocol/chain.js +2 -1
  57. package/mainnet/xion/asset-list.js +0 -1
  58. package/mainnet/zigchain/asset-list.js +2 -4
  59. package/package.json +3 -3
  60. package/testnet/elystestnet/asset-list.js +0 -1
  61. package/testnet/int3facetestnet/asset-list.js +4 -8
  62. package/testnet/kiiorotestnet/chain.js +2 -1
  63. package/testnet/neutrontestnet/asset-list.js +0 -2
  64. package/testnet/osmosistestnet/asset-list.js +5 -11
  65. package/testnet/secretnetworktestnet/asset-list.js +2 -4
  66. package/testnet/terratestnet/chain.js +26 -1
  67. package/testnet/zigchaintestnet/asset-list.js +2 -4
@@ -1179,10 +1179,10 @@ const info = {
1179
1179
  chainName: 'ethereum',
1180
1180
  baseDenom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f'
1181
1181
  },
1182
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
1182
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
1183
1183
  }],
1184
1184
  logoURIs: {
1185
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
1185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
1186
1186
  },
1187
1187
  typeAsset: 'sdk.coin'
1188
1188
  },
@@ -50,7 +50,8 @@ const info = {
50
50
  ibc: {
51
51
  type: 'go',
52
52
  version: 'v7'
53
- }
53
+ },
54
+ tag: 'v11.0'
54
55
  },
55
56
  logoURIs: {
56
57
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
@@ -31,6 +31,10 @@ const info = {
31
31
  {
32
32
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
33
33
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
34
+ },
35
+ {
36
+ address: 'https://rpc.dungeon.chaintools.tech',
37
+ provider: 'ChainTools'
34
38
  }
35
39
  ],
36
40
  rest: [
@@ -49,24 +53,40 @@ const info = {
49
53
  {
50
54
  address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
51
55
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
56
+ },
57
+ {
58
+ address: 'https://api.dungeon.chaintools.tech',
59
+ provider: 'ChainTools'
52
60
  }
53
61
  ],
54
62
  grpc: [{
55
- address: 'dungeon.grpc.quasarstaking.ai',
63
+ address: 'dungeon.grpc.quasarstaking.ai:80',
56
64
  provider: 'Quasar'
65
+ }, {
66
+ address: 'grpc.dungeon.chaintools.tech:443',
67
+ provider: 'ChainTools'
57
68
  }]
58
69
  },
59
- explorers: [{
70
+ explorers: [
71
+ {
60
72
  kind: 'Ping.Pub',
61
73
  url: 'https://ping.pub/Dungeonchain',
62
74
  txPage: 'https://ping.pub/Dungeonchain/tx/${txHash}',
63
75
  accountPage: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
64
- }, {
76
+ },
77
+ {
65
78
  kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
66
79
  url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
67
80
  txPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
68
81
  accountPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/account/${accountAddress}'
69
- }],
82
+ },
83
+ {
84
+ kind: 'ChainTools',
85
+ url: 'https://explorer.chaintools.tech/Dungeon',
86
+ txPage: 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}',
87
+ accountPage: 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
88
+ }
89
+ ],
70
90
  logoURIs: {
71
91
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
72
92
  },
@@ -28,7 +28,6 @@ const info = {
28
28
  logoURIs: {
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
30
30
  },
31
- coingeckoId: 'elys-network',
32
31
  images: [{
33
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
34
33
  }],
@@ -40,13 +40,11 @@ const info = {
40
40
  display: 'eur',
41
41
  symbol: 'EEUR',
42
42
  logoURIs: {
43
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
44
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
43
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
45
44
  },
46
45
  coingeckoId: 'e-money-eur',
47
46
  images: [{
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
49
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
47
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
50
48
  }],
51
49
  typeAsset: 'sdk.coin'
52
50
  },
@@ -64,12 +62,10 @@ const info = {
64
62
  display: 'chf',
65
63
  symbol: 'ECHF',
66
64
  logoURIs: {
67
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
68
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
65
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
69
66
  },
70
67
  images: [{
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
72
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
73
69
  }],
74
70
  typeAsset: 'sdk.coin'
75
71
  },
@@ -87,12 +83,10 @@ const info = {
87
83
  display: 'nok',
88
84
  symbol: 'ENOK',
89
85
  logoURIs: {
90
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
91
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
86
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
92
87
  },
93
88
  images: [{
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
95
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
96
90
  }],
97
91
  typeAsset: 'sdk.coin'
98
92
  },
@@ -110,12 +104,10 @@ const info = {
110
104
  display: 'dkk',
111
105
  symbol: 'EDKK',
112
106
  logoURIs: {
113
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
114
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
115
108
  },
116
109
  images: [{
117
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
118
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
119
111
  }],
120
112
  typeAsset: 'sdk.coin'
121
113
  },
@@ -133,12 +125,10 @@ const info = {
133
125
  display: 'sek',
134
126
  symbol: 'ESEK',
135
127
  logoURIs: {
136
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
137
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
138
129
  },
139
130
  images: [{
140
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
141
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
142
132
  }],
143
133
  typeAsset: 'sdk.coin'
144
134
  }
@@ -792,7 +792,6 @@ const info = {
792
792
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
793
793
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
794
794
  },
795
- coingeckoId: 'yieldeth-sommelier',
796
795
  images: [{
797
796
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png',
798
797
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg'
@@ -957,10 +956,10 @@ const info = {
957
956
  display: 'ox',
958
957
  symbol: 'OX',
959
958
  logoURIs: {
960
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
961
960
  },
962
961
  images: [{
963
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
964
963
  }]
965
964
  },
966
965
  {
@@ -15,12 +15,10 @@ const info = {
15
15
  display: 'heart',
16
16
  symbol: 'HEART',
17
17
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
19
18
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
20
19
  },
21
20
  coingeckoId: 'humans-ai',
22
21
  images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
24
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
25
23
  theme: {
26
24
  darkMode: true
@@ -44,7 +44,6 @@ const info = {
44
44
  }
45
45
  },
46
46
  logoURIs: {
47
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
48
47
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
49
48
  },
50
49
  apis: {
@@ -286,7 +285,6 @@ const info = {
286
285
  }
287
286
  ],
288
287
  images: [{
289
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
290
288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
291
289
  }]
292
290
  };
@@ -111,12 +111,10 @@ const info = {
111
111
  provider: 'Int3face'
112
112
  }],
113
113
  logoURIs: {
114
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
115
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
116
115
  },
117
116
  images: [{
118
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
119
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
120
118
  }],
121
119
  typeAsset: 'sdk.coin'
122
120
  },
@@ -209,12 +209,10 @@ const info = {
209
209
  display: 'dhk',
210
210
  symbol: 'DHK',
211
211
  logoURIs: {
212
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
213
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
214
213
  },
215
214
  images: [{
216
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
217
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
218
216
  }]
219
217
  },
220
218
  {
@@ -475,11 +473,9 @@ const info = {
475
473
  display: 'solar',
476
474
  symbol: 'SOLAR',
477
475
  logoURIs: {
478
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
479
476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
480
477
  },
481
478
  images: [{
482
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
483
479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
484
480
  }]
485
481
  },
@@ -956,12 +956,10 @@ const info = {
956
956
  chainName: 'secretnetwork',
957
957
  baseDenom: 'uscrt'
958
958
  },
959
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
960
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
961
960
  }],
962
961
  logoURIs: {
963
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
964
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
965
963
  },
966
964
  coingeckoId: 'secret'
967
965
  },
@@ -193,8 +193,7 @@ const info = {
193
193
  }],
194
194
  logoURIs: {
195
195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
196
- },
197
- coingeckoId: 'elys-network'
196
+ }
198
197
  },
199
198
  {
200
199
  description: 'Astropepe meme coin',
@@ -626,10 +625,10 @@ const info = {
626
625
  display: 'apollo',
627
626
  symbol: 'APOLLO',
628
627
  logoURIs: {
629
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
630
629
  },
631
630
  images: [{
632
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
633
632
  }],
634
633
  socials: {
635
634
  website: 'https://apollo.farm/',
@@ -674,10 +673,10 @@ const info = {
674
673
  display: 'retro',
675
674
  symbol: 'RETRO',
676
675
  logoURIs: {
677
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
678
677
  },
679
678
  images: [{
680
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg'
679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.png'
681
680
  }],
682
681
  typeAsset: 'sdk.coin'
683
682
  },
@@ -696,10 +695,10 @@ const info = {
696
695
  display: 'goddard',
697
696
  symbol: 'GODDARD',
698
697
  logoURIs: {
699
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg'
698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
700
699
  },
701
700
  images: [{
702
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg'
701
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.png'
703
702
  }],
704
703
  typeAsset: 'sdk.coin'
705
704
  },
@@ -1315,11 +1314,9 @@ const info = {
1315
1314
  provider: 'Amulet'
1316
1315
  }],
1317
1316
  logoURIs: {
1318
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1319
1317
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1320
1318
  },
1321
1319
  images: [{
1322
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1323
1320
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1324
1321
  }],
1325
1322
  typeAsset: 'sdk.coin'
@@ -1505,19 +1502,14 @@ const info = {
1505
1502
  }
1506
1503
  }],
1507
1504
  logoURIs: {
1508
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1509
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1505
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1510
1506
  },
1511
1507
  images: [{
1512
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
1513
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1514
- }, {
1515
1508
  imageSync: {
1516
1509
  chainName: 'int3face',
1517
1510
  baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1518
1511
  },
1519
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1520
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1512
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1521
1513
  }]
1522
1514
  },
1523
1515
  {
@@ -640,12 +640,10 @@ const info = {
640
640
  chainName: 'osmosis',
641
641
  baseDenom: 'ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A'
642
642
  },
643
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
644
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
643
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
645
644
  }],
646
645
  logoURIs: {
647
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
648
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
649
647
  },
650
648
  coingeckoId: 'secret'
651
649
  },
@@ -293,12 +293,10 @@ const info = {
293
293
  display: 'kwt',
294
294
  symbol: 'KWT',
295
295
  images: [{
296
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png',
297
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
296
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
298
297
  }],
299
298
  logoURIs: {
300
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png',
301
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
302
300
  }
303
301
  },
304
302
  {
@@ -317,12 +315,10 @@ const info = {
317
315
  display: 'milky',
318
316
  symbol: 'MILKY',
319
317
  images: [{
320
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png',
321
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
322
319
  }],
323
320
  logoURIs: {
324
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png',
325
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
326
322
  }
327
323
  },
328
324
  {
@@ -429,12 +425,10 @@ const info = {
429
425
  display: 'xoch',
430
426
  symbol: 'xOCH',
431
427
  images: [{
432
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
433
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
434
429
  }],
435
430
  logoURIs: {
436
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
437
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
438
432
  }
439
433
  },
440
434
  {
@@ -529,12 +523,10 @@ const info = {
529
523
  symbol: 'OCH',
530
524
  coingeckoId: 'och',
531
525
  images: [{
532
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
533
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
526
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
534
527
  }],
535
528
  logoURIs: {
536
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png',
537
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
529
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
538
530
  }
539
531
  },
540
532
  {
@@ -798,16 +798,14 @@ const info = {
798
798
  }
799
799
  }],
800
800
  logoURIs: {
801
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
802
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
803
802
  },
804
803
  images: [{
805
804
  imageSync: {
806
805
  chainName: 'secretnetwork',
807
806
  baseDenom: 'uscrt'
808
807
  },
809
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
810
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
808
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
811
809
  }],
812
810
  coingeckoId: 'secret'
813
811
  },
@@ -1304,16 +1302,14 @@ const info = {
1304
1302
  }
1305
1303
  }],
1306
1304
  logoURIs: {
1307
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
1308
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
1305
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1309
1306
  },
1310
1307
  images: [{
1311
1308
  imageSync: {
1312
1309
  chainName: 'emoney',
1313
1310
  baseDenom: 'eeur'
1314
1311
  },
1315
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
1316
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
1312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1317
1313
  }],
1318
1314
  coingeckoId: 'e-money-eur'
1319
1315
  },
@@ -3036,16 +3032,14 @@ const info = {
3036
3032
  }
3037
3033
  }],
3038
3034
  logoURIs: {
3039
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
3040
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
3035
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
3041
3036
  },
3042
3037
  images: [{
3043
3038
  imageSync: {
3044
3039
  chainName: 'juno',
3045
3040
  baseDenom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49'
3046
3041
  },
3047
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
3048
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
3042
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
3049
3043
  }]
3050
3044
  },
3051
3045
  {
@@ -4595,7 +4589,6 @@ const info = {
4595
4589
  }
4596
4590
  }],
4597
4591
  logoURIs: {
4598
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
4599
4592
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
4600
4593
  },
4601
4594
  images: [{
@@ -4603,7 +4596,6 @@ const info = {
4603
4596
  chainName: 'juno',
4604
4597
  baseDenom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse'
4605
4598
  },
4606
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
4607
4599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
4608
4600
  }]
4609
4601
  },
@@ -11427,14 +11419,14 @@ const info = {
11427
11419
  }
11428
11420
  }],
11429
11421
  logoURIs: {
11430
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
11422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
11431
11423
  },
11432
11424
  images: [{
11433
11425
  imageSync: {
11434
11426
  chainName: 'neutron',
11435
11427
  baseDenom: 'factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO'
11436
11428
  },
11437
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg'
11429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.png'
11438
11430
  }]
11439
11431
  },
11440
11432
  {
@@ -11841,7 +11833,6 @@ const info = {
11841
11833
  }
11842
11834
  }],
11843
11835
  logoURIs: {
11844
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
11845
11836
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg'
11846
11837
  },
11847
11838
  images: [{
@@ -11849,7 +11840,6 @@ const info = {
11849
11840
  chainName: 'humans',
11850
11841
  baseDenom: 'aheart'
11851
11842
  },
11852
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png',
11853
11843
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg',
11854
11844
  theme: {
11855
11845
  darkMode: true
@@ -17230,16 +17220,14 @@ const info = {
17230
17220
  }
17231
17221
  }],
17232
17222
  logoURIs: {
17233
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
17234
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
17223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
17235
17224
  },
17236
17225
  images: [{
17237
17226
  imageSync: {
17238
17227
  chainName: 'int3face',
17239
17228
  baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
17240
17229
  },
17241
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
17242
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
17230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
17243
17231
  }]
17244
17232
  },
17245
17233
  {
@@ -18268,7 +18256,6 @@ const info = {
18268
18256
  }
18269
18257
  }],
18270
18258
  logoURIs: {
18271
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
18272
18259
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
18273
18260
  },
18274
18261
  images: [{
@@ -18276,7 +18263,6 @@ const info = {
18276
18263
  chainName: 'neutron',
18277
18264
  baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
18278
18265
  },
18279
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
18280
18266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
18281
18267
  }]
18282
18268
  },
@@ -18559,8 +18545,7 @@ const info = {
18559
18545
  baseDenom: 'uelys'
18560
18546
  },
18561
18547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
18562
- }],
18563
- coingeckoId: 'elys-network'
18548
+ }]
18564
18549
  },
18565
18550
  {
18566
18551
  description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
@@ -22100,10 +22085,10 @@ const info = {
22100
22085
  display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
22101
22086
  symbol: 'BRNZ',
22102
22087
  logoURIs: {
22103
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
22104
22089
  },
22105
22090
  images: [{
22106
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
22091
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.png'
22107
22092
  }]
22108
22093
  },
22109
22094
  {
@@ -16,8 +16,8 @@ const info = {
16
16
  feeTokens: [
17
17
  {
18
18
  denom: 'uosmo',
19
- fixedMinGasPrice: 0.01,
20
- lowGasPrice: 0.01,
19
+ fixedMinGasPrice: 0.03,
20
+ lowGasPrice: 0.03,
21
21
  averageGasPrice: 0.1,
22
22
  highGasPrice: 0.16
23
23
  },