chain-registry 1.29.0 → 1.29.1

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 (65) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/main/mainnet/agoric/assets.js +5 -1
  3. package/main/mainnet/aioz/chain.js +4 -4
  4. package/main/mainnet/akash/assets.js +5 -1
  5. package/main/mainnet/archway/assets.js +5 -1
  6. package/main/mainnet/archway/ibc.js +28 -0
  7. package/main/mainnet/archway/ibc_chain1.js +28 -0
  8. package/main/mainnet/assetmantle/assets.js +5 -1
  9. package/main/mainnet/axelar/assets.js +5 -1
  10. package/main/mainnet/bandchain/assets.js +5 -1
  11. package/main/mainnet/bitsong/assets.js +5 -1
  12. package/main/mainnet/celestia/assets.js +5 -1
  13. package/main/mainnet/chain4energy/assets.js +5 -1
  14. package/main/mainnet/chain4energy/chain.js +1 -1
  15. package/main/mainnet/cifer/chain.js +8 -2
  16. package/main/mainnet/composable/assets.js +4 -0
  17. package/main/mainnet/cosmoshub/assets.js +5 -1
  18. package/main/mainnet/cryptoorgchain/assets.js +5 -1
  19. package/main/mainnet/dydx/assets.js +5 -1
  20. package/main/mainnet/dymension/assets.js +5 -1
  21. package/main/mainnet/dymension/ibc.js +28 -0
  22. package/main/mainnet/evmos/assets.js +5 -1
  23. package/main/mainnet/gitopia/assets.js +5 -1
  24. package/main/mainnet/gravitybridge/assets.js +5 -1
  25. package/main/mainnet/humans/assets.js +5 -1
  26. package/main/mainnet/injective/assets.js +9 -1
  27. package/main/mainnet/juno/assets.js +5 -1
  28. package/main/mainnet/kava/assets.js +5 -1
  29. package/main/mainnet/kujira/assets.js +5 -1
  30. package/main/mainnet/kyve/assets.js +5 -1
  31. package/main/mainnet/mars/assets.js +5 -1
  32. package/main/mainnet/neutron/assets.js +5 -1
  33. package/main/mainnet/nibiru/chain.js +1 -1
  34. package/main/mainnet/nois/chain.js +9 -0
  35. package/main/mainnet/nolus/assets.js +5 -1
  36. package/main/mainnet/omniflixhub/assets.js +5 -1
  37. package/main/mainnet/osmosis/assets.js +31 -2
  38. package/main/mainnet/persistence/assets.js +5 -1
  39. package/main/mainnet/pylons/assets.js +5 -1
  40. package/main/mainnet/quasar/assets.js +5 -1
  41. package/main/mainnet/quicksilver/assets.js +5 -1
  42. package/main/mainnet/regen/assets.js +5 -1
  43. package/main/mainnet/secretnetwork/assets.js +5 -1
  44. package/main/mainnet/sei/assets.js +5 -1
  45. package/main/mainnet/sentinel/assets.js +5 -1
  46. package/main/mainnet/sommelier/assets.js +5 -1
  47. package/main/mainnet/stargaze/assets.js +5 -1
  48. package/main/mainnet/starname/assets.js +5 -1
  49. package/main/mainnet/stride/assets.js +5 -1
  50. package/main/mainnet/terra2/assets.js +10 -2
  51. package/main/noncosmos/avalanchetestnet/assets.js +34 -0
  52. package/main/noncosmos/ethereum/assets.js +1 -1
  53. package/main/noncosmos/solana/assets.js +6 -2
  54. package/main/testnet/assets.js +2 -1
  55. package/main/testnet/axelartestnet/ibc.js +8 -9
  56. package/main/testnet/axelartestnet/ibc_chain1.js +8 -9
  57. package/main/testnet/chains.js +2 -1
  58. package/main/testnet/index.js +3 -1
  59. package/main/testnet/lavatestnet2/ibc.js +16 -18
  60. package/main/testnet/lavatestnet2/ibc_chain1.js +8 -9
  61. package/main/testnet/osmosistestnet/ibc.js +8 -9
  62. package/main/testnet/wardenprotocoltestnet/assets.js +33 -0
  63. package/main/testnet/wardenprotocoltestnet/chain.js +62 -0
  64. package/main/testnet/wardenprotocoltestnet/index.js +11 -0
  65. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.29.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.29.0...chain-registry@1.29.1) (2024-03-10)
7
+
8
+ **Note:** Version bump only for package chain-registry
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.29.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.28.7...chain-registry@1.29.0) (2024-03-08)
7
15
 
8
16
  **Note:** Version bump only for package chain-registry
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://agoric.com/',
34
+ twitter: 'https://twitter.com/agoric'
35
+ }
32
36
  }, {
33
37
  description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
34
38
  denom_units: [{
@@ -21,10 +21,10 @@ var info = {
21
21
  fees: {
22
22
  fee_tokens: [{
23
23
  denom: 'attoaioz',
24
- fixed_min_gas_price: 1000000000,
25
- low_gas_price: 1000000000,
26
- average_gas_price: 1000000000,
27
- high_gas_price: 1500000000
24
+ fixed_min_gas_price: 7000000000,
25
+ low_gas_price: 7000000000,
26
+ average_gas_price: 7000000000,
27
+ high_gas_price: 10000000000
28
28
  }]
29
29
  },
30
30
  staking: {
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://akash.network/',
34
+ twitter: 'https://twitter.com/akashnet_'
35
+ }
32
36
  }, {
33
37
  description: 'Tether USDt on Akash',
34
38
  denom_units: [{
@@ -31,7 +31,11 @@ var info = {
31
31
  images: [{
32
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
33
33
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
34
- }]
34
+ }],
35
+ socials: {
36
+ webiste: 'https://archway.io/',
37
+ twitter: 'https://twitter.com/archwayHQ'
38
+ }
35
39
  }, {
36
40
  description: 'ERIS liquid staked ARCH',
37
41
  type_asset: 'cw20',
@@ -222,6 +222,34 @@ var info = [{
222
222
  dex: 'osmosis'
223
223
  }
224
224
  }]
225
+ }, {
226
+ $schema: '../ibc_data.schema.json',
227
+ chain_1: {
228
+ chain_name: 'archway',
229
+ client_id: '07-tendermint-91',
230
+ connection_id: 'connection-89'
231
+ },
232
+ chain_2: {
233
+ chain_name: 'dymension',
234
+ client_id: '07-tendermint-39',
235
+ connection_id: 'connection-30'
236
+ },
237
+ channels: [{
238
+ chain_1: {
239
+ channel_id: 'channel-123',
240
+ port_id: 'transfer'
241
+ },
242
+ chain_2: {
243
+ channel_id: 'channel-45',
244
+ port_id: 'transfer'
245
+ },
246
+ ordering: 'unordered',
247
+ version: 'ics20-1',
248
+ tags: {
249
+ status: 'live',
250
+ preferred: true
251
+ }
252
+ }]
225
253
  }, {
226
254
  $schema: '../ibc_data.schema.json',
227
255
  chain_1: {
@@ -142,6 +142,34 @@ var info = [{
142
142
  dex: 'osmosis'
143
143
  }
144
144
  }]
145
+ }, {
146
+ $schema: '../ibc_data.schema.json',
147
+ chain_1: {
148
+ chain_name: 'archway',
149
+ client_id: '07-tendermint-91',
150
+ connection_id: 'connection-89'
151
+ },
152
+ chain_2: {
153
+ chain_name: 'dymension',
154
+ client_id: '07-tendermint-39',
155
+ connection_id: 'connection-30'
156
+ },
157
+ channels: [{
158
+ chain_1: {
159
+ channel_id: 'channel-123',
160
+ port_id: 'transfer'
161
+ },
162
+ chain_2: {
163
+ channel_id: 'channel-45',
164
+ port_id: 'transfer'
165
+ },
166
+ ordering: 'unordered',
167
+ version: 'ics20-1',
168
+ tags: {
169
+ status: 'live',
170
+ preferred: true
171
+ }
172
+ }]
145
173
  }, {
146
174
  $schema: '../ibc_data.schema.json',
147
175
  chain_1: {
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://www.assetmantle.one/',
34
+ twitter: 'https://twitter.com/AssetMantle'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://axelar.network/',
34
+ twitter: 'https://twitter.com/axelarnetwork'
35
+ }
32
36
  }, {
33
37
  description: "Circle's stablecoin on Axelar",
34
38
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://www.bandprotocol.com/',
34
+ twitter: 'https://twitter.com/BandProtocol'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -29,7 +29,11 @@ var info = {
29
29
  images: [{
30
30
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png',
31
31
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg'
32
- }]
32
+ }],
33
+ socials: {
34
+ webiste: 'https://bitsong.io/',
35
+ twitter: 'https://twitter.com/BitSongOfficial'
36
+ }
33
37
  }, {
34
38
  description: 'Adam Clay a BitSong Music FanToken',
35
39
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
30
30
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://celestia.org/',
34
+ twitter: 'https://twitter.com/CelestiaOrg'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -26,7 +26,11 @@ var info = {
26
26
  coingecko_id: '',
27
27
  images: [{
28
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
29
- }]
29
+ }],
30
+ socials: {
31
+ webiste: 'https://c4e.io/',
32
+ twitter: 'https://twitter.com/Chain4Energy'
33
+ }
30
34
  }]
31
35
  };
32
36
  var _default = exports["default"] = info;
@@ -46,7 +46,7 @@ var info = {
46
46
  address: 'https://chain4energy-mainnet-rpc.autostake.com:443',
47
47
  provider: 'AutoStake 🛡️ Slash Protected'
48
48
  }, {
49
- address: 'http://c4e.rpc.m.stavr.tech:17097',
49
+ address: 'https://c4e.rpc.m.stavr.tech:443',
50
50
  provider: '🔥STAVR🔥'
51
51
  }, {
52
52
  address: 'https://rpc-c4e.takeshi.team',
@@ -35,8 +35,14 @@ var info = {
35
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
36
36
  },
37
37
  apis: {
38
- rpc: [],
39
- rest: []
38
+ rpc: [{
39
+ address: 'https://cif_node.cifer.ai/',
40
+ provider: 'Cifer'
41
+ }],
42
+ rest: [{
43
+ address: 'https://api.cifer.ai',
44
+ provider: 'Cifer'
45
+ }]
40
46
  },
41
47
  explorers: [{
42
48
  kind: 'bigdipper',
@@ -38,6 +38,10 @@ var info = {
38
38
  }],
39
39
  logo_URIs: {
40
40
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
41
+ },
42
+ socials: {
43
+ webiste: 'https://www.composable.finance/',
44
+ twitter: 'https://twitter.com/ComposableFin'
41
45
  }
42
46
  }, {
43
47
  description: 'The native staking and governance token of Kusama Relay Chain.',
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://cosmos.network',
34
+ twitter: 'https://twitter.com/cosmoshub'
35
+ }
32
36
  }, {
33
37
  description: 'Tether USDt on the Cosmos Hub',
34
38
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
29
29
  }, {
30
30
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://cronos.org/',
34
+ twitter: 'https://twitter.com/cronos_chain'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -33,7 +33,11 @@ var info = {
33
33
  theme: {
34
34
  circle: true
35
35
  }
36
- }]
36
+ }],
37
+ socials: {
38
+ webiste: 'https://dydx.trade/',
39
+ twitter: 'https://twitter.com/dYdX'
40
+ }
37
41
  }, {
38
42
  description: 'Noble USDC on dYdX Protocol.',
39
43
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://portal.dymension.xyz',
34
+ twitter: 'https://twitter.com/dymension'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -5,6 +5,34 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var info = [{
8
+ $schema: '../ibc_data.schema.json',
9
+ chain_1: {
10
+ chain_name: 'archway',
11
+ client_id: '07-tendermint-91',
12
+ connection_id: 'connection-89'
13
+ },
14
+ chain_2: {
15
+ chain_name: 'dymension',
16
+ client_id: '07-tendermint-39',
17
+ connection_id: 'connection-30'
18
+ },
19
+ channels: [{
20
+ chain_1: {
21
+ channel_id: 'channel-123',
22
+ port_id: 'transfer'
23
+ },
24
+ chain_2: {
25
+ channel_id: 'channel-45',
26
+ port_id: 'transfer'
27
+ },
28
+ ordering: 'unordered',
29
+ version: 'ics20-1',
30
+ tags: {
31
+ status: 'live',
32
+ preferred: true
33
+ }
34
+ }]
35
+ }, {
8
36
  $schema: '../ibc_data.schema.json',
9
37
  chain_1: {
10
38
  chain_name: 'axelar',
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://evmos.org/',
34
+ twitter: 'https://twitter.com/EvmosOrg'
35
+ }
32
36
  }, {
33
37
  description: 'Tether USDt on Evmos',
34
38
  denom_units: [{
@@ -30,7 +30,11 @@ var info = {
30
30
  }, {
31
31
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png'
32
32
  }],
33
- coingecko_id: 'gitopia'
33
+ coingecko_id: 'gitopia',
34
+ socials: {
35
+ webiste: 'https://gitopia.com/',
36
+ twitter: 'https://twitter.com/gitopiaDAO'
37
+ }
34
38
  }]
35
39
  };
36
40
  var _default = exports["default"] = info;
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://www.gravitybridge.net/',
34
+ twitter: 'https://twitter.com/gravity_bridge'
35
+ }
32
36
  }, {
33
37
  description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
34
38
  denom_units: [{
@@ -37,7 +37,11 @@ var info = {
37
37
  theme: {
38
38
  dark_mode: true
39
39
  }
40
- }]
40
+ }],
41
+ socials: {
42
+ webiste: 'https://humans.ai/',
43
+ twitter: 'https://twitter.com/humansdotai'
44
+ }
41
45
  }]
42
46
  };
43
47
  var _default = exports["default"] = info;
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://injective.com/',
34
+ twitter: 'https://twitter.com/Injective_'
35
+ }
32
36
  }, {
33
37
  description: 'Tether USDt on Injective',
34
38
  denom_units: [{
@@ -211,6 +215,10 @@ var info = {
211
215
  logo_URIs: {
212
216
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
213
217
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
218
+ },
219
+ socials: {
220
+ webiste: 'https://gelotto.io/',
221
+ twitter: 'https://twitter.com/Gelotto2'
214
222
  }
215
223
  }, {
216
224
  description: 'Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://junonetwork.io/',
34
+ twitter: 'https://twitter.com/JunoNetwork'
35
+ }
32
36
  }, {
33
37
  denom_units: [{
34
38
  denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://www.kava.io/',
34
+ twitter: 'https://twitter.com/KAVA_CHAIN'
35
+ }
32
36
  }, {
33
37
  description: 'Governance token of Kava Lend Protocol',
34
38
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://kujira.network/',
34
+ twitter: 'https://twitter.com/TeamKujira'
35
+ }
32
36
  }, {
33
37
  description: 'The native over-collateralized stablecoin from the Kujira chain.',
34
38
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://www.kyve.network/',
34
+ twitter: 'https://twitter.com/KYVENetwork'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://www.marsprotocol.io/',
34
+ twitter: 'https://twitter.com/mars_protocol'
35
+ }
32
36
  }]
33
37
  };
34
38
  var _default = exports["default"] = info;
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://neutron.org/',
34
+ twitter: 'https://twitter.com/Neutron_org'
35
+ }
32
36
  }, {
33
37
  description: 'IBC uatom through cosmoshub-4 transfer/channel-1',
34
38
  denom_units: [{
@@ -35,7 +35,7 @@ var info = {
35
35
  }
36
36
  },
37
37
  codebase: {
38
- cosmos_sdk_version: 'v0.47.7',
38
+ cosmos_sdk_version: 'v0.47.10',
39
39
  cosmwasm_enabled: true,
40
40
  cosmwasm_version: 'v0.44.0'
41
41
  },
@@ -100,6 +100,9 @@ var info = {
100
100
  }, {
101
101
  address: 'https://nois-rpc.stakeandrelax.net',
102
102
  provider: 'Stake&Relax 🦥'
103
+ }, {
104
+ address: 'https://rpc.nois.cumulo.org.es',
105
+ provider: 'Cumulo'
103
106
  }],
104
107
  grpc: [{
105
108
  address: 'https://nois-grpc.nysa.network',
@@ -152,6 +155,9 @@ var info = {
152
155
  }, {
153
156
  address: 'nois-grpc.stakeandrelax.net:17390',
154
157
  provider: 'Stake&Relax 🦥'
158
+ }, {
159
+ address: 'grpc.nois.cumulo.org.es:443',
160
+ provider: 'Cumulo'
155
161
  }],
156
162
  rest: [{
157
163
  address: 'https://m-nois.api.utsa.tech',
@@ -192,6 +198,9 @@ var info = {
192
198
  }, {
193
199
  address: 'https://nois-api.stakeandrelax.net',
194
200
  provider: 'Stake&Relax 🦥'
201
+ }, {
202
+ address: 'https://api.nois.cumulo.org.es',
203
+ provider: 'Cumulo'
195
204
  }]
196
205
  },
197
206
  explorers: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://nolus.io/',
34
+ twitter: 'https://twitter.com/NolusProtocol'
35
+ }
32
36
  }, {
33
37
  description: 'axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain',
34
38
  denom_units: [{
@@ -28,7 +28,11 @@ var info = {
28
28
  images: [{
29
29
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
31
- }]
31
+ }],
32
+ socials: {
33
+ webiste: 'https://omniflix.network/',
34
+ twitter: 'https://twitter.com/OmniFlixNetwork'
35
+ }
32
36
  }, {
33
37
  denom_units: [{
34
38
  denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
@@ -30,7 +30,11 @@ var info = {
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
31
31
  }],
32
32
  coingecko_id: 'osmosis',
33
- keywords: ['dex', 'staking']
33
+ keywords: ['dex', 'staking'],
34
+ socials: {
35
+ webiste: 'https://osmosis.zone',
36
+ twitter: 'https://twitter.com/osmosiszone'
37
+ }
34
38
  }, {
35
39
  denom_units: [{
36
40
  denom: 'uion',
@@ -53,7 +57,11 @@ var info = {
53
57
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
54
58
  }],
55
59
  coingecko_id: 'ion',
56
- keywords: ['memecoin']
60
+ keywords: ['memecoin', 'defi'],
61
+ socials: {
62
+ webiste: 'https://ion.wtf',
63
+ twitter: 'https://twitter.com/_IONDAO'
64
+ }
57
65
  }, {
58
66
  description: "Circle's stablecoin on Axelar",
59
67
  denom_units: [{
@@ -11026,6 +11034,27 @@ var info = {
11026
11034
  images: [{
11027
11035
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png'
11028
11036
  }]
11037
+ }, {
11038
+ description: 'The memecoin built for the Celestia community',
11039
+ denom_units: [{
11040
+ denom: 'factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro',
11041
+ exponent: 0
11042
+ }, {
11043
+ denom: 'toro',
11044
+ exponent: 6
11045
+ }],
11046
+ type_asset: 'sdk.coin',
11047
+ address: 'osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z',
11048
+ base: 'factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro',
11049
+ name: 'TORO',
11050
+ display: 'toro',
11051
+ symbol: 'TORO',
11052
+ logo_URIs: {
11053
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.png'
11054
+ },
11055
+ images: [{
11056
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.png'
11057
+ }]
11029
11058
  }]
11030
11059
  };
11031
11060
  var _default = exports["default"] = info;