chain-registry 1.69.218 → 1.69.220

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 (109) hide show
  1. package/esm/mainnet/aaronetwork/chain.js +28 -11
  2. package/esm/mainnet/akash/chain.js +0 -24
  3. package/esm/mainnet/arkeo/ibc.js +31 -0
  4. package/esm/mainnet/arkeo/index.js +2 -0
  5. package/esm/mainnet/atomone/chain.js +6 -6
  6. package/esm/mainnet/babylon/assets.js +97 -4
  7. package/esm/mainnet/babylon/chain.js +36 -3
  8. package/esm/mainnet/bitcanna/chain.js +0 -26
  9. package/esm/mainnet/coreum/chain.js +6 -6
  10. package/esm/mainnet/cosmoshub/ibc.js +15 -0
  11. package/esm/mainnet/decentr/chain.js +0 -8
  12. package/esm/mainnet/desmos/chain.js +0 -8
  13. package/esm/mainnet/dhealth/chain.js +12 -42
  14. package/esm/mainnet/ethereum/assets.js +78 -0
  15. package/esm/mainnet/furya/chain.js +4 -22
  16. package/esm/mainnet/gitopia/chain.js +0 -8
  17. package/esm/mainnet/gravitybridge/chain.js +0 -8
  18. package/esm/mainnet/ibc.js +2 -0
  19. package/esm/mainnet/juno/chain.js +5 -1
  20. package/esm/mainnet/kopi/chain.js +12 -0
  21. package/esm/mainnet/kopi/ibc.js +58 -0
  22. package/esm/mainnet/kyve/chain.js +10 -10
  23. package/esm/mainnet/lumnetwork/chain.js +0 -8
  24. package/esm/mainnet/noble/ibc.js +29 -0
  25. package/esm/mainnet/osmosis/assets.js +22 -0
  26. package/esm/mainnet/osmosis/ibc.js +30 -0
  27. package/esm/mainnet/planq/ibc.js +29 -0
  28. package/esm/mainnet/provenance/chain.js +6 -6
  29. package/esm/mainnet/quasar/chain.js +0 -8
  30. package/esm/mainnet/secretnetwork/ibc.js +15 -0
  31. package/esm/mainnet/seda/chain.js +6 -6
  32. package/esm/mainnet/shentu/chain.js +6 -6
  33. package/esm/mainnet/sidechain/chain.js +1 -1
  34. package/esm/mainnet/stargaze/assets.js +42 -0
  35. package/esm/mainnet/stride/chain.js +12 -0
  36. package/esm/mainnet/stride/ibc.js +29 -0
  37. package/esm/mainnet/synternet/chain.js +6 -6
  38. package/esm/mainnet/terra/ibc.js +29 -0
  39. package/esm/testnet/agoricdevnet/assets.js +63 -0
  40. package/esm/testnet/agoricdevnet/chain.js +84 -0
  41. package/esm/testnet/agoricdevnet/index.js +4 -0
  42. package/esm/testnet/assets.js +2 -0
  43. package/esm/testnet/chains.js +2 -0
  44. package/esm/testnet/junotestnet/chain.js +26 -6
  45. package/esm/testnet/named.js +1 -0
  46. package/esm/testnet/neutrontestnet/ibc.js +28 -0
  47. package/esm/testnet/nobletestnet/ibc.js +28 -0
  48. package/esm/testnet/sedatestnet/chain.js +9 -9
  49. package/esm/testnet/xplatestnet/chain.js +1 -1
  50. package/esm/testnet/zenrocktestnet/chain.js +1 -1
  51. package/esm/testnet/zigchaintestnet/chain.js +1 -1
  52. package/mainnet/aaronetwork/chain.js +28 -11
  53. package/mainnet/akash/chain.js +0 -24
  54. package/mainnet/arkeo/ibc.d.ts +3 -0
  55. package/mainnet/arkeo/ibc.js +33 -0
  56. package/mainnet/arkeo/index.d.ts +1 -0
  57. package/mainnet/arkeo/index.js +3 -1
  58. package/mainnet/atomone/chain.js +6 -6
  59. package/mainnet/babylon/assets.js +97 -4
  60. package/mainnet/babylon/chain.js +36 -3
  61. package/mainnet/bitcanna/chain.js +0 -26
  62. package/mainnet/coreum/chain.js +6 -6
  63. package/mainnet/cosmoshub/ibc.js +15 -0
  64. package/mainnet/decentr/chain.js +0 -8
  65. package/mainnet/desmos/chain.js +0 -8
  66. package/mainnet/dhealth/chain.js +12 -42
  67. package/mainnet/ethereum/assets.js +78 -0
  68. package/mainnet/furya/chain.js +4 -22
  69. package/mainnet/gitopia/chain.js +0 -8
  70. package/mainnet/gravitybridge/chain.js +0 -8
  71. package/mainnet/ibc.js +2 -0
  72. package/mainnet/juno/chain.js +5 -1
  73. package/mainnet/kopi/chain.js +12 -0
  74. package/mainnet/kopi/ibc.js +58 -0
  75. package/mainnet/kyve/chain.js +10 -10
  76. package/mainnet/lumnetwork/chain.js +0 -8
  77. package/mainnet/noble/ibc.js +29 -0
  78. package/mainnet/osmosis/assets.js +22 -0
  79. package/mainnet/osmosis/ibc.js +30 -0
  80. package/mainnet/planq/ibc.js +29 -0
  81. package/mainnet/provenance/chain.js +6 -6
  82. package/mainnet/quasar/chain.js +0 -8
  83. package/mainnet/secretnetwork/ibc.js +15 -0
  84. package/mainnet/seda/chain.js +6 -6
  85. package/mainnet/shentu/chain.js +6 -6
  86. package/mainnet/sidechain/chain.js +1 -1
  87. package/mainnet/stargaze/assets.js +42 -0
  88. package/mainnet/stride/chain.js +12 -0
  89. package/mainnet/stride/ibc.js +29 -0
  90. package/mainnet/synternet/chain.js +6 -6
  91. package/mainnet/terra/ibc.js +29 -0
  92. package/package.json +4 -4
  93. package/testnet/agoricdevnet/assets.d.ts +3 -0
  94. package/testnet/agoricdevnet/assets.js +65 -0
  95. package/testnet/agoricdevnet/chain.d.ts +3 -0
  96. package/testnet/agoricdevnet/chain.js +86 -0
  97. package/testnet/agoricdevnet/index.d.ts +2 -0
  98. package/testnet/agoricdevnet/index.js +10 -0
  99. package/testnet/assets.js +2 -0
  100. package/testnet/chains.js +2 -0
  101. package/testnet/junotestnet/chain.js +26 -6
  102. package/testnet/named.d.ts +1 -0
  103. package/testnet/named.js +4 -3
  104. package/testnet/neutrontestnet/ibc.js +28 -0
  105. package/testnet/nobletestnet/ibc.js +28 -0
  106. package/testnet/sedatestnet/chain.js +9 -9
  107. package/testnet/xplatestnet/chain.js +1 -1
  108. package/testnet/zenrocktestnet/chain.js +1 -1
  109. package/testnet/zigchaintestnet/chain.js +1 -1
@@ -45,8 +45,16 @@ const info = {
45
45
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
46
46
  },
47
47
  {
48
- address: 'https://aaron.rpc.nodeshub.online',
49
- provider: 'NodesHub'
48
+ address: 'https://rpc-aaronetwork.sychonix.com/',
49
+ provider: 'sychonix'
50
+ },
51
+ {
52
+ address: 'https://rpc-aaronetwork.vinjan.xyz/',
53
+ provider: 'Vinjan.Inc'
54
+ },
55
+ {
56
+ address: 'https://rpc.aaronetwork.indonode.net',
57
+ provider: 'Indonode'
50
58
  }
51
59
  ],
52
60
  rest: [
@@ -59,10 +67,25 @@ const info = {
59
67
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
60
68
  },
61
69
  {
62
- address: 'https://aaron.api.nodeshub.online',
63
- provider: 'NodesHub'
70
+ address: 'https://api-aaronetwork.sychonix.com/',
71
+ provider: 'sychonix'
72
+ },
73
+ {
74
+ address: 'https://api-aaronetwork.vinjan.xyz',
75
+ provider: 'Vinjan.Inc'
76
+ },
77
+ {
78
+ address: 'https://api.aaronetwork.indonode.net',
79
+ provider: 'Indonode'
64
80
  }
65
- ]
81
+ ],
82
+ grpc: [{
83
+ address: 'grpc.aaronetwork.indonode.net:29090',
84
+ provider: 'Indonode'
85
+ }, {
86
+ address: '63.250.41.78:9090',
87
+ provider: 'Aaron Network'
88
+ }]
66
89
  },
67
90
  explorers: [
68
91
  {
@@ -82,12 +105,6 @@ const info = {
82
105
  url: 'https://explorer.whenmoonwhenlambo.money/aaronetwork',
83
106
  tx_page: 'https://explorer.whenmoonwhenlambo.money/aaronetwork/tx/${txHash}',
84
107
  account_page: 'https://explorer.whenmoonwhenlambo.money/aaronetwork/account/${accountAddress}'
85
- },
86
- {
87
- kind: 'NodesHub',
88
- url: 'https://explorer.nodeshub.online/aaron',
89
- tx_page: 'https://explorer.nodeshub.online/aaron/tx/${txHash}',
90
- account_page: 'https://explorer.nodeshub.online/aaron/${accountAddress}'
91
108
  }
92
109
  ],
93
110
  keywords: [
@@ -62,18 +62,10 @@ const info = {
62
62
  address: 'https://rpc-akash.ecostake.com:443',
63
63
  provider: 'ecostake'
64
64
  },
65
- {
66
- address: 'https://rpc.lavenderfive.com:443/akash',
67
- provider: 'Lavender.Five Nodes'
68
- },
69
65
  {
70
66
  address: 'https://akash-rpc.polkachu.com',
71
67
  provider: 'Polkachu'
72
68
  },
73
- {
74
- address: 'https://akash.c29r3.xyz:80/rpc',
75
- provider: 'c29r3'
76
- },
77
69
  {
78
70
  address: 'https://akash-rpc.kleomedes.network',
79
71
  provider: 'Kleomedes'
@@ -90,10 +82,6 @@ const info = {
90
82
  address: 'https://akash-rpc.publicnode.com:443',
91
83
  provider: 'Allnodes ⚡️ Nodes & Staking'
92
84
  },
93
- {
94
- address: 'https://rpc.akash.bronbro.io:443',
95
- provider: 'Bro_n_Bro'
96
- },
97
85
  {
98
86
  address: 'https://akash.rpc.arcturian.tech/',
99
87
  provider: 'Arcturian Tech'
@@ -104,10 +92,6 @@ const info = {
104
92
  address: 'https://rest-akash.ecostake.com',
105
93
  provider: 'ecostake'
106
94
  },
107
- {
108
- address: 'https://rest.lavenderfive.com:443/akash',
109
- provider: 'Lavender.Five Nodes'
110
- },
111
95
  {
112
96
  address: 'https://akash-api.polkachu.com',
113
97
  provider: 'Polkachu'
@@ -116,10 +100,6 @@ const info = {
116
100
  address: 'https://akash.c29r3.xyz:443/api',
117
101
  provider: 'c29r3'
118
102
  },
119
- {
120
- address: 'https://akash-mainnet-lcd.autostake.com:443',
121
- provider: 'AutoStake 🛡️ Slash Protected'
122
- },
123
103
  {
124
104
  address: 'https://akash-api.kleomedes.network',
125
105
  provider: 'Kleomedes'
@@ -144,10 +124,6 @@ const info = {
144
124
  address: 'https://akash-api.validatornode.com',
145
125
  provider: 'ValidatorNode'
146
126
  },
147
- {
148
- address: 'https://lcd.akash.bronbro.io:443',
149
- provider: 'Bro_n_Bro'
150
- },
151
127
  {
152
128
  address: 'https://akash.api.arcturian.tech',
153
129
  provider: 'Arcturian Tech'
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'arkeo',
5
+ client_id: '07-tendermint-1',
6
+ connection_id: 'connection-2'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'osmosis',
10
+ client_id: '07-tendermint-3489',
11
+ connection_id: 'connection-10730'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-1',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-103074',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true,
27
+ dex: 'osmosis'
28
+ }
29
+ }]
30
+ }];
31
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -138,8 +138,8 @@ const info = {
138
138
  provider: 'BonyNode💚'
139
139
  },
140
140
  {
141
- address: 'https://atomone-mainnet-rpc.shazoe.xyz',
142
- provider: 'Shazoe'
141
+ address: 'https://atomone-mainnet-rpc.shazoes.xyz',
142
+ provider: 'Shazoes'
143
143
  }
144
144
  ],
145
145
  rest: [
@@ -224,8 +224,8 @@ const info = {
224
224
  provider: 'BonyNode💚'
225
225
  },
226
226
  {
227
- address: 'https://atomone-mainnet-api.shazoe.xyz',
228
- provider: 'Shazoe'
227
+ address: 'https://atomone-mainnet-api.shazoes.xyz',
228
+ provider: 'Shazoes'
229
229
  }
230
230
  ],
231
231
  grpc: [
@@ -282,8 +282,8 @@ const info = {
282
282
  provider: 'BonyNode💚'
283
283
  },
284
284
  {
285
- address: 'atomone-mainnet-grpc.shazoe.xyz:12090',
286
- provider: 'Shazoe'
285
+ address: 'atomone-mainnet-grpc.shazoes.xyz:12090',
286
+ provider: 'Shazoes'
287
287
  }
288
288
  ]
289
289
  },
@@ -756,16 +756,16 @@ const info = {
756
756
  denom: 'cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
757
757
  exponent: 0
758
758
  }, {
759
- denom: 'satSolvBTC.e',
759
+ denom: 'satXSolvBTC.e',
760
760
  exponent: 18
761
761
  }],
762
762
  base: 'cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
763
763
  address: 'bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
764
764
  name: 'SatLayer xSatSolvBTC Bridged',
765
- display: 'satSolvBTC.e',
766
- symbol: 'satSolvBTC.e',
765
+ display: 'satXSolvBTC.e',
766
+ symbol: 'satXSolvBTC.e',
767
767
  logo_URIs: {
768
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
769
769
  },
770
770
  type_asset: 'cw20',
771
771
  traces: [{
@@ -843,6 +843,99 @@ const info = {
843
843
  path: '0'
844
844
  }
845
845
  }]
846
+ },
847
+ {
848
+ denom_units: [{
849
+ denom: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
850
+ exponent: 0
851
+ }, {
852
+ denom: 'satWBTC.e',
853
+ exponent: 8
854
+ }],
855
+ base: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
856
+ address: 'bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
857
+ name: 'SatLayer WBTC Bridged',
858
+ display: 'satWBTC.e',
859
+ symbol: 'satWBTC.e',
860
+ logo_URIs: {
861
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
862
+ },
863
+ type_asset: 'cw20',
864
+ traces: [{
865
+ type: 'ibc-bridge',
866
+ provider: 'Union',
867
+ counterparty: {
868
+ chain_name: 'ethereum',
869
+ base_denom: '0x69223B5B36a785Ec08e5f685fd7961399982C566',
870
+ channel_id: '1'
871
+ },
872
+ chain: {
873
+ channel_id: '3',
874
+ path: '0'
875
+ }
876
+ }]
877
+ },
878
+ {
879
+ denom_units: [{
880
+ denom: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
881
+ exponent: 0
882
+ }, {
883
+ denom: 'satPumpBTC.e',
884
+ exponent: 8
885
+ }],
886
+ base: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
887
+ address: 'bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
888
+ name: 'SatLayer pumpBTC Bridged',
889
+ display: 'satPumpBTC.e',
890
+ symbol: 'satPumpBTC.e',
891
+ logo_URIs: {
892
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
893
+ },
894
+ type_asset: 'cw20',
895
+ traces: [{
896
+ type: 'ibc-bridge',
897
+ provider: 'Union',
898
+ counterparty: {
899
+ chain_name: 'ethereum',
900
+ base_denom: '0x0c4dd69705D16d91bC9C0534Cc926966f23430c7',
901
+ channel_id: '1'
902
+ },
903
+ chain: {
904
+ channel_id: '3',
905
+ path: '0'
906
+ }
907
+ }]
908
+ },
909
+ {
910
+ denom_units: [{
911
+ denom: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
912
+ exponent: 0
913
+ }, {
914
+ denom: 'satStBTC.e',
915
+ exponent: 18
916
+ }],
917
+ base: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
918
+ address: 'bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
919
+ name: 'SatLayer stBTC Bridged',
920
+ display: 'satStBTC.e',
921
+ symbol: 'satStBTC.e',
922
+ logo_URIs: {
923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
924
+ },
925
+ type_asset: 'cw20',
926
+ traces: [{
927
+ type: 'ibc-bridge',
928
+ provider: 'Union',
929
+ counterparty: {
930
+ chain_name: 'ethereum',
931
+ base_denom: '0xFF2858Cc8227aA45a51c8961598Edc2d44B5ee5b',
932
+ channel_id: '1'
933
+ },
934
+ chain: {
935
+ channel_id: '3',
936
+ path: '0'
937
+ }
938
+ }]
846
939
  }
847
940
  ]
848
941
  };
@@ -98,6 +98,14 @@ const info = {
98
98
  {
99
99
  address: 'https://babylon-mainnet-rpc.shazoe.xyz',
100
100
  provider: 'Shazoe'
101
+ },
102
+ {
103
+ address: 'https://babylon.rpc.nodeshub.online:443',
104
+ provider: 'NodesHub'
105
+ },
106
+ {
107
+ address: 'https://babylon-mainnet-rpc.shazoes.xyz',
108
+ provider: 'Shazoes'
101
109
  }
102
110
  ],
103
111
  rest: [
@@ -132,6 +140,14 @@ const info = {
132
140
  {
133
141
  address: 'https://babylon-mainnet-api.shazoe.xyz',
134
142
  provider: 'Shazoe'
143
+ },
144
+ {
145
+ address: 'https://babylon.api.nodeshub.online',
146
+ provider: 'NodesHub'
147
+ },
148
+ {
149
+ address: 'https://babylon-mainnet-api.shazoes.xyz',
150
+ provider: 'Shazoes'
135
151
  }
136
152
  ],
137
153
  grpc: [
@@ -162,20 +178,37 @@ const info = {
162
178
  {
163
179
  address: 'babylon-mainnet-grpc.shazoe.xyz:30190',
164
180
  provider: 'Shazoe'
181
+ },
182
+ {
183
+ address: 'babylon.grpc.nodeshub.online',
184
+ provider: 'NodesHub'
185
+ },
186
+ {
187
+ address: 'babylon-mainnet-grpc.shazoes.xyz:30190',
188
+ provider: 'Shazoes'
165
189
  }
166
190
  ]
167
191
  },
168
- explorers: [{
192
+ explorers: [
193
+ {
169
194
  kind: 'mintscan',
170
195
  url: 'https://www.mintscan.io/babylon',
171
196
  tx_page: 'https://www.mintscan.io/babylon/transactions/${txHash}',
172
197
  account_page: 'https://www.mintscan.io/babylon/accounts/${accountAddress}'
173
- }, {
198
+ },
199
+ {
174
200
  kind: 'Nodes Guru',
175
201
  url: 'https://babylon.explorers.guru/',
176
202
  tx_page: 'https://babylon.explorers.guru/transaction/${txHash}',
177
203
  account_page: 'https://babylon.explorers.guru/account/${accountAddress}'
178
- }],
204
+ },
205
+ {
206
+ kind: 'NodesHub',
207
+ url: 'https://explorer.nodeshub.online/babylon/',
208
+ tx_page: 'https://explorer.nodeshub.online/babylon/tx/${txHash}',
209
+ account_page: 'https://explorer.nodeshub.online/babylon/accounts/${accountAddress}'
210
+ }
211
+ ],
179
212
  images: [{
180
213
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
181
214
  }],
@@ -65,10 +65,6 @@ const info = {
65
65
  address: 'https://rpc.bitcanna.io/',
66
66
  provider: 'bitcanna'
67
67
  },
68
- {
69
- address: 'https://bcna-rpc.ibs.team/',
70
- provider: 'Inter Blockchain Services'
71
- },
72
68
  {
73
69
  address: 'https://rpc.bitcanna.sgtstake.com/',
74
70
  provider: 'SGTstake'
@@ -157,10 +153,6 @@ const info = {
157
153
  address: 'https://bitcanna-rpc.kalia.network/',
158
154
  provider: 'Kalia Network'
159
155
  },
160
- {
161
- address: 'https://bitcanna.rpc.nodeshub.online:443',
162
- provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
163
- },
164
156
  {
165
157
  address: 'https://bitcanna_mainnet_rpc.chain.whenmoonwhenlambo.money',
166
158
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -234,10 +226,6 @@ const info = {
234
226
  {
235
227
  address: 'bitcanna-grpc.kalia.network:443',
236
228
  provider: 'Kalia Network'
237
- },
238
- {
239
- address: 'bitcanna.grpc.nodeshub.online:13090',
240
- provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
241
229
  }
242
230
  ],
243
231
  rest: [
@@ -253,10 +241,6 @@ const info = {
253
241
  address: 'https://bitcanna.api.m.stavr.tech',
254
242
  provider: '🔥STAVR🔥'
255
243
  },
256
- {
257
- address: 'https://bcna-api.ibs.team/',
258
- provider: 'Inter Blockchain Services'
259
- },
260
244
  {
261
245
  address: 'https://bitcanna.api.m.anode.team',
262
246
  provider: 'AlxVoy ⚡ ANODE.TEAM'
@@ -337,10 +321,6 @@ const info = {
337
321
  address: 'https://api.bitcanna.citizenweb3.com',
338
322
  provider: 'Citizen Web3'
339
323
  },
340
- {
341
- address: 'https://bitcanna.api.nodeshub.online',
342
- provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
343
- },
344
324
  {
345
325
  address: 'https://bitcanna_mainnet_api.chain.whenmoonwhenlambo.money',
346
326
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -445,12 +425,6 @@ const info = {
445
425
  tx_page: 'https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}',
446
426
  account_page: 'https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}'
447
427
  },
448
- {
449
- kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
450
- url: 'https://explorer.nodeshub.online/bitcanna/',
451
- tx_page: 'https://explorer.nodeshub.online/bitcanna/tx/${txHash}',
452
- account_page: 'https://explorer.nodeshub.online/bitcanna/accounts/${accountAddress}'
453
- },
454
428
  {
455
429
  kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
456
430
  url: 'https://explorer.whenmoonwhenlambo.money/bitcanna',
@@ -31,11 +31,11 @@ const info = {
31
31
  },
32
32
  codebase: {
33
33
  git_repo: 'https://github.com/CoreumFoundation/coreum',
34
- recommended_version: 'v4.1.2',
35
- compatible_versions: ['v4.1.2'],
34
+ recommended_version: 'v5.0.0',
35
+ compatible_versions: ['v5.0.0'],
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a',
38
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca'
37
+ "linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-amd64?checksum=sha256:bb32768a1114733dc9a90db70a32dd8cd25828a725a57fc9831301ceb648c0f9',
38
+ "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-arm64?checksum=sha256:8776d26dcd02694c927858da183e81a5cb51ec25aa6fa22d382d8b082ca57cc1'
39
39
  },
40
40
  consensus: {
41
41
  type: 'cometbft',
@@ -47,10 +47,10 @@ const info = {
47
47
  },
48
48
  sdk: {
49
49
  type: 'cosmos',
50
- version: '0.47'
50
+ version: '0.50'
51
51
  },
52
52
  cosmwasm: {
53
- version: '0.45',
53
+ version: '0.54',
54
54
  enabled: true
55
55
  }
56
56
  },
@@ -1607,6 +1607,21 @@ const info = [
1607
1607
  preferred: true,
1608
1608
  properties: 'privacy'
1609
1609
  }
1610
+ }, {
1611
+ chain_1: {
1612
+ channel_id: 'channel-1355',
1613
+ port_id: 'transfer'
1614
+ },
1615
+ chain_2: {
1616
+ channel_id: 'channel-187',
1617
+ port_id: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4'
1618
+ },
1619
+ ordering: 'unordered',
1620
+ version: 'ics20-1',
1621
+ tags: {
1622
+ status: 'live',
1623
+ properties: 'cw20'
1624
+ }
1610
1625
  }]
1611
1626
  },
1612
1627
  {
@@ -51,10 +51,6 @@ const info = {
51
51
  address: 'https://decentr.rpc.m.stavr.tech:443',
52
52
  provider: '🔥STAVR🔥'
53
53
  },
54
- {
55
- address: 'https://decentr-rpc.ibs.team/',
56
- provider: 'Inter Blockchain Services'
57
- },
58
54
  {
59
55
  address: 'https://rpc-dcntr.nodine.id/',
60
56
  provider: 'Nodine.ID'
@@ -76,10 +72,6 @@ const info = {
76
72
  {
77
73
  address: 'https://api.decentr.chaintools.tech/',
78
74
  provider: 'ChainTools'
79
- },
80
- {
81
- address: 'https://decentr-api.ibs.team/',
82
- provider: 'Inter Blockchain Services'
83
75
  }
84
76
  ],
85
77
  grpc: [
@@ -66,10 +66,6 @@ const info = {
66
66
  address: 'https://rpc.mainnet.desmos.network',
67
67
  provider: 'desmos'
68
68
  },
69
- {
70
- address: 'https://desmos-rpc.ibs.team/',
71
- provider: 'Inter Blockchain Services'
72
- },
73
69
  {
74
70
  address: 'https://desmos-rpc.staketab.org:443',
75
71
  provider: 'Staketab'
@@ -96,10 +92,6 @@ const info = {
96
92
  address: 'https://api.mainnet.desmos.network',
97
93
  provider: 'desmos'
98
94
  },
99
- {
100
- address: 'https://desmos-api.ibs.team/',
101
- provider: 'Inter Blockchain Services'
102
- },
103
95
  {
104
96
  address: 'https://desmos-rest.staketab.org',
105
97
  provider: 'Staketab'
@@ -60,69 +60,39 @@ const info = {
60
60
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
61
61
  },
62
62
  apis: {
63
- rpc: [
64
- {
63
+ rpc: [{
65
64
  address: 'https://rpc.dhealth.com',
66
65
  provider: 'dhealth'
67
- },
68
- {
66
+ }, {
69
67
  address: 'https://rpc.dhealth.nodestake.org',
70
68
  provider: 'NodeStake'
71
- },
72
- {
73
- address: 'https://dhealth.rpc.nodeshub.online:443',
74
- provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
75
- }
76
- ],
77
- rest: [
78
- {
69
+ }],
70
+ rest: [{
79
71
  address: 'https://lcd.dhealth.com',
80
72
  provider: 'dhealth'
81
- },
82
- {
73
+ }, {
83
74
  address: 'https://api.dhealth.nodestake.org',
84
75
  provider: 'NodeStake'
85
- },
86
- {
87
- address: 'https://dhealth.api.nodeshub.online',
88
- provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
89
- }
90
- ],
91
- grpc: [
92
- {
76
+ }],
77
+ grpc: [{
93
78
  address: 'https://grpc.dhealth.com:443',
94
79
  provider: 'dhealth'
95
- },
96
- {
80
+ }, {
97
81
  address: 'https://grpc.dhealth.nodestake.org:443',
98
82
  provider: 'NodeStake'
99
- },
100
- {
101
- address: 'dhealth.grpc.nodeshub.online',
102
- provider: 'Nodes Hub'
103
- }
104
- ]
83
+ }]
105
84
  },
106
- explorers: [
107
- {
85
+ explorers: [{
108
86
  kind: 'staking-explorer.com',
109
87
  url: 'https://staking-explorer.com/explorer/dhealth',
110
88
  tx_page: 'https://staking-explorer.com/transaction.php?chain=dhealth&tx=${txHash}',
111
89
  account_page: 'https://staking-explorer.com/account.php?chain=dhealth&addr=${accountAddress}'
112
- },
113
- {
90
+ }, {
114
91
  kind: 'nodestake',
115
92
  url: 'https://explorer.nodestake.org/dhealth',
116
93
  tx_page: 'https://explorer.nodestake.org/dhealth/tx/${txHash}',
117
94
  account_page: 'https://explorer.nodestake.org/dhealth/account/${accountAddress}'
118
- },
119
- {
120
- kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
121
- url: 'https://explorer.nodeshub.online/dhealth/',
122
- tx_page: 'https://explorer.nodeshub.online/dhealth/tx/${txHash}',
123
- account_page: 'https://explorer.nodeshub.online/dhealth/accounts/${accountAddress}'
124
- }
125
- ],
95
+ }],
126
96
  images: [{
127
97
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
128
98
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',