chain-registry 1.63.25 → 1.63.27

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 (53) hide show
  1. package/esm/mainnet/archway/chain.js +4 -4
  2. package/esm/mainnet/aura/chain.js +0 -4
  3. package/esm/mainnet/cifer/assets.js +1 -1
  4. package/esm/mainnet/cifer/chain.js +2 -2
  5. package/esm/mainnet/cosmoshub/chain.js +2 -2
  6. package/esm/mainnet/empowerchain/assets.js +13 -1
  7. package/esm/mainnet/firmachain/ibc.js +31 -0
  8. package/esm/mainnet/firmachain/index.js +2 -0
  9. package/esm/mainnet/gateway/assets.js +39 -0
  10. package/esm/mainnet/gateway/chain.js +12 -5
  11. package/esm/mainnet/ibc.js +2 -0
  12. package/esm/mainnet/injective/assets.js +23 -0
  13. package/esm/mainnet/meme/assets.js +39 -0
  14. package/esm/mainnet/neutaro/chain.js +2 -8
  15. package/esm/mainnet/neutron/assets.js +3 -1
  16. package/esm/mainnet/neutron/chain.js +15 -5
  17. package/esm/mainnet/noble/ibc.js +6 -6
  18. package/esm/mainnet/osmosis/ibc.js +30 -0
  19. package/esm/mainnet/planq/assets.js +45 -3
  20. package/esm/mainnet/shentu/chain.js +0 -4
  21. package/esm/mainnet/shido/ibc.js +6 -6
  22. package/esm/mainnet/stargaze/assets.js +1 -1
  23. package/esm/mainnet/stargaze/chain.js +1 -1
  24. package/esm/mainnet/umee/chain.js +2 -2
  25. package/esm/testnet/blockxtestnet/chain.js +1 -1
  26. package/mainnet/archway/chain.js +4 -4
  27. package/mainnet/aura/chain.js +0 -4
  28. package/mainnet/cifer/assets.js +1 -1
  29. package/mainnet/cifer/chain.js +2 -2
  30. package/mainnet/cosmoshub/chain.js +2 -2
  31. package/mainnet/empowerchain/assets.js +13 -1
  32. package/mainnet/firmachain/ibc.d.ts +3 -0
  33. package/mainnet/firmachain/ibc.js +33 -0
  34. package/mainnet/firmachain/index.d.ts +1 -0
  35. package/mainnet/firmachain/index.js +3 -1
  36. package/mainnet/gateway/assets.js +39 -0
  37. package/mainnet/gateway/chain.js +12 -5
  38. package/mainnet/ibc.js +2 -0
  39. package/mainnet/injective/assets.js +23 -0
  40. package/mainnet/meme/assets.js +39 -0
  41. package/mainnet/neutaro/chain.js +2 -8
  42. package/mainnet/neutron/assets.js +3 -1
  43. package/mainnet/neutron/chain.js +15 -5
  44. package/mainnet/noble/ibc.js +6 -6
  45. package/mainnet/osmosis/ibc.js +30 -0
  46. package/mainnet/planq/assets.js +45 -3
  47. package/mainnet/shentu/chain.js +0 -4
  48. package/mainnet/shido/ibc.js +6 -6
  49. package/mainnet/stargaze/assets.js +1 -1
  50. package/mainnet/stargaze/chain.js +1 -1
  51. package/mainnet/umee/chain.js +2 -2
  52. package/package.json +4 -4
  53. package/testnet/blockxtestnet/chain.js +1 -1
@@ -136,10 +136,6 @@ const info = {
136
136
  address: 'https://archway.api.trivium.network:26657',
137
137
  provider: 'TriviumX | Architech'
138
138
  },
139
- {
140
- address: 'https://archway-rpc.tienthuattoan.ventures',
141
- provider: 'TienThuatToan'
142
- },
143
139
  {
144
140
  address: 'https://archway-rpc.stakeandrelax.net',
145
141
  provider: 'Stake&Relax 🦥'
@@ -148,6 +144,10 @@ const info = {
148
144
  address: 'https://rpc.archway.bronbro.io:443',
149
145
  provider: 'Bro_n_Bro'
150
146
  },
147
+ {
148
+ address: 'https://rpc-archway.luckyfriday.io/',
149
+ provider: 'GlobalStake'
150
+ },
151
151
  {
152
152
  address: 'https://archway-rpc.noders.services',
153
153
  provider: '[NODERS]TEAM'
@@ -64,10 +64,6 @@ const info = {
64
64
  address: 'https://mainnet-aura-rpc.konsortech.xyz',
65
65
  provider: 'KonsorTech'
66
66
  },
67
- {
68
- address: 'https://aura-rpc.tienthuattoan.ventures',
69
- provider: 'TienThuatToan'
70
- },
71
67
  {
72
68
  address: 'https://aura-rpc.lavenderfive.com',
73
69
  provider: 'Lavender.Five Nodes 🐝'
@@ -2,7 +2,7 @@ const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'cifer',
4
4
  assets: [{
5
- description: 'Decentralized Machine Learning',
5
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
6
6
  denom_units: [{
7
7
  denom: 'ucif',
8
8
  exponent: 0
@@ -31,7 +31,7 @@ const info = {
31
31
  },
32
32
  apis: {
33
33
  rpc: [{
34
- address: 'https://cif_node.cifer.ai/',
34
+ address: 'http://34.128.114.243:26657',
35
35
  provider: 'Cifer'
36
36
  }],
37
37
  rest: [{
@@ -39,7 +39,7 @@ const info = {
39
39
  provider: 'Cifer'
40
40
  }],
41
41
  grpc: [{
42
- address: 'http://grpc.cifer.ai',
42
+ address: 'http://34.128.114.243:9090',
43
43
  provider: 'Cifer'
44
44
  }]
45
45
  },
@@ -140,8 +140,8 @@ const info = {
140
140
  provider: 'MMS'
141
141
  },
142
142
  {
143
- address: 'https://cosmos-rpc.tienthuattoan.ventures',
144
- provider: 'TienThuatToan'
143
+ address: 'https://cosmos-rpc.tienthuattoan.com',
144
+ provider: 'TTT 🇻🇳'
145
145
  },
146
146
  {
147
147
  address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
@@ -18,7 +18,19 @@ const info = {
18
18
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
19
19
  },
20
20
  images: [{
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
22
+ theme: {
23
+ primary_color_hex: '#00e33a',
24
+ background_color_hex: '#00e33a',
25
+ circle: true
26
+ }
27
+ }, {
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
29
+ theme: {
30
+ primary_color_hex: '#00e33a',
31
+ background_color_hex: '#00e33a',
32
+ circle: false
33
+ }
22
34
  }]
23
35
  }]
24
36
  };
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'firmachain',
5
+ client_id: '07-tendermint-1',
6
+ connection_id: 'connection-1'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'osmosis',
10
+ client_id: '07-tendermint-3236',
11
+ connection_id: 'connection-2723'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-1',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-79241',
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;
@@ -585,6 +585,45 @@ const info = {
585
585
  primary_color_hex: '#040404'
586
586
  }
587
587
  }]
588
+ },
589
+ {
590
+ description: 'Pepe Bruce Jenner',
591
+ extended_description: '$PBJ is the culture coin for Solana, eat dis!',
592
+ denom_units: [{
593
+ denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP',
594
+ exponent: 0,
595
+ aliases: ['ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU', 'wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP']
596
+ }, {
597
+ denom: 'wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6',
598
+ exponent: 6,
599
+ aliases: ['pbj', 'PBJ']
600
+ }],
601
+ base: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP',
602
+ display: 'wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6',
603
+ name: 'Pepe Bruce Jenner',
604
+ symbol: 'PBJ',
605
+ traces: [{
606
+ type: 'bridge',
607
+ counterparty: {
608
+ chain_name: 'solana',
609
+ base_denom: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU'
610
+ },
611
+ provider: 'Wormhole'
612
+ }],
613
+ images: [{
614
+ image_sync: {
615
+ chain_name: 'solana',
616
+ base_denom: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU'
617
+ },
618
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png',
619
+ theme: {
620
+ primary_color_hex: '#488000',
621
+ background_color_hex: '#ee0000'
622
+ }
623
+ }],
624
+ logo_URIs: {
625
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png'
626
+ }
588
627
  }
589
628
  ]
590
629
  };
@@ -31,16 +31,23 @@ const info = {
31
31
  cosmwasm_version: 'github.com/wormhole-foundation/wasmd@v0.30.0-wormchain-2'
32
32
  },
33
33
  images: [{
34
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/gateway_logo.png',
34
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg',
35
35
  theme: {
36
- primary_color_hex: '#0F0C48'
36
+ background_color_hex: '#231b3b',
37
+ primary_color_hex: '#231b3b',
38
+ circle: false
37
39
  }
38
40
  }, {
39
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/gateway_logo.png',
40
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_logo.svg'
41
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.svg',
42
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.png',
43
+ theme: {
44
+ background_color_hex: '#231b3b',
45
+ primary_color_hex: '#231b3b',
46
+ circle: true
47
+ }
41
48
  }],
42
49
  logo_URIs: {
43
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/gateway_logo.png'
50
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg'
44
51
  },
45
52
  apis: {
46
53
  rpc: [{
@@ -45,6 +45,7 @@ import * as _emoney from './emoney';
45
45
  import * as _empowerchain from './empowerchain';
46
46
  import * as _evmos from './evmos';
47
47
  import * as _fetchhub from './fetchhub';
48
+ import * as _firmachain from './firmachain';
48
49
  import * as _furya from './furya';
49
50
  import * as _fxcore from './fxcore';
50
51
  import * as _galaxy from './galaxy';
@@ -183,6 +184,7 @@ const ibc = [
183
184
  ..._empowerchain.ibc,
184
185
  ..._evmos.ibc,
185
186
  ..._fetchhub.ibc,
187
+ ..._firmachain.ibc,
186
188
  ..._furya.ibc,
187
189
  ..._fxcore.ibc,
188
190
  ..._galaxy.ibc,
@@ -124,6 +124,29 @@ const info = {
124
124
  }
125
125
  }]
126
126
  },
127
+ {
128
+ description: 'BackBone Labs Liquid Staked Injective',
129
+ denom_units: [{
130
+ denom: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
131
+ exponent: 0
132
+ }, {
133
+ denom: 'bINJ',
134
+ exponent: 18
135
+ }],
136
+ base: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
137
+ name: 'BackBone Labs Liquid Staked Injective',
138
+ display: 'bINJ',
139
+ symbol: 'bINJ',
140
+ logo_URIs: {
141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png'
142
+ },
143
+ images: [{
144
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png',
145
+ theme: {
146
+ primary_color_hex: '#04a2fc'
147
+ }
148
+ }]
149
+ },
127
150
  {
128
151
  description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
129
152
  extended_description: '$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it\'s not. And the dog, he has nunchucks.',
@@ -26,6 +26,45 @@ const info = {
26
26
  primary_color_hex: '#b7dcd8'
27
27
  }
28
28
  }]
29
+ }, {
30
+ description: 'The native EVM, governance and staking token of the Planq Network',
31
+ extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
32
+ denom_units: [{
33
+ denom: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
34
+ exponent: 0
35
+ }, {
36
+ denom: 'planq',
37
+ exponent: 18
38
+ }],
39
+ name: 'Planq',
40
+ display: 'planq',
41
+ symbol: 'PLQ',
42
+ type_asset: 'ics20',
43
+ base: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
44
+ logo_URIs: {
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
46
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
47
+ },
48
+ traces: [{
49
+ type: 'ibc',
50
+ counterparty: {
51
+ chain_name: 'planq',
52
+ base_denom: 'aplanq',
53
+ channel_id: 'channel-64'
54
+ },
55
+ chain: {
56
+ channel_id: 'channel-11',
57
+ path: 'transfer/channel-11/aplanq'
58
+ }
59
+ }],
60
+ images: [{
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
63
+ image_sync: {
64
+ chain_name: 'planq',
65
+ base_denom: 'aplanq'
66
+ }
67
+ }]
29
68
  }]
30
69
  };
31
70
  export default info;
@@ -36,22 +36,16 @@ const info = {
36
36
  address: 'https://rpc2.neutaro.tech:443',
37
37
  provider: 'Neutaro'
38
38
  }, {
39
- address: 'https://rpc-neutaro.blockval.io',
40
- provider: 'Blockval'
39
+ address: 'https://rpc3.neutaro.tech:26657',
40
+ provider: 'Neutaro'
41
41
  }],
42
42
  rest: [{
43
43
  address: 'https://api2.neutaro.tech:443',
44
44
  provider: 'Neutaro'
45
- }, {
46
- address: 'https://api-neutaro.blockval.io',
47
- provider: 'Blockval'
48
45
  }],
49
46
  grpc: [{
50
47
  address: 'https://grpc2.neutaro.tech:443',
51
48
  provider: 'Neutaro'
52
- }, {
53
- address: 'https://grpc-neutaro.blockval.io',
54
- provider: 'Blockval'
55
49
  }]
56
50
  },
57
51
  explorers: [{
@@ -25,7 +25,9 @@ const info = {
25
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
26
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
27
27
  theme: {
28
- primary_color_hex: '#040404'
28
+ primary_color_hex: '#040404',
29
+ background_color_hex: '#000000',
30
+ circle: true
29
31
  }
30
32
  }],
31
33
  socials: {
@@ -57,9 +57,9 @@ const info = {
57
57
  }]
58
58
  },
59
59
  codebase: {
60
- cosmos_sdk_version: 'neutron-org/cosmos-sdk v0.47.10-neutron',
60
+ cosmos_sdk_version: 'neutron-org/cosmos-sdk v0.50.7-neutron',
61
61
  cosmwasm_enabled: true,
62
- cosmwasm_version: 'neutron-org/wasmd v0.45.0'
62
+ cosmwasm_version: 'neutron-org/wasmd v0.51.0'
63
63
  },
64
64
  logo_URIs: {
65
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png',
@@ -203,10 +203,20 @@ const info = {
203
203
  }
204
204
  ],
205
205
  images: [{
206
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png',
207
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg',
206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png',
207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg',
208
208
  theme: {
209
- primary_color_hex: '#040404'
209
+ primary_color_hex: '#000000',
210
+ background_color_hex: '#00000000',
211
+ circle: false
212
+ }
213
+ }, {
214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
215
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
216
+ theme: {
217
+ primary_color_hex: '#040404',
218
+ background_color_hex: '#000000',
219
+ circle: true
210
220
  }
211
221
  }]
212
222
  };
@@ -875,21 +875,21 @@ const info = [
875
875
  $schema: '../ibc_data.schema.json',
876
876
  chain_1: {
877
877
  chain_name: 'noble',
878
- client_id: '07-tendermint-105',
879
- connection_id: 'connection-97'
878
+ client_id: '07-tendermint-106',
879
+ connection_id: 'connection-99'
880
880
  },
881
881
  chain_2: {
882
882
  chain_name: 'shido',
883
- client_id: '07-tendermint-8',
884
- connection_id: 'connection-6'
883
+ client_id: '07-tendermint-9',
884
+ connection_id: 'connection-11'
885
885
  },
886
886
  channels: [{
887
887
  chain_1: {
888
- channel_id: 'channel-84',
888
+ channel_id: 'channel-87',
889
889
  port_id: 'transfer'
890
890
  },
891
891
  chain_2: {
892
- channel_id: 'channel-4',
892
+ channel_id: 'channel-5',
893
893
  port_id: 'transfer'
894
894
  },
895
895
  ordering: 'unordered',
@@ -1354,6 +1354,36 @@ const info = [
1354
1354
  }
1355
1355
  }]
1356
1356
  },
1357
+ {
1358
+ $schema: '../ibc_data.schema.json',
1359
+ chain_1: {
1360
+ chain_name: 'firmachain',
1361
+ client_id: '07-tendermint-1',
1362
+ connection_id: 'connection-1'
1363
+ },
1364
+ chain_2: {
1365
+ chain_name: 'osmosis',
1366
+ client_id: '07-tendermint-3236',
1367
+ connection_id: 'connection-2723'
1368
+ },
1369
+ channels: [{
1370
+ chain_1: {
1371
+ channel_id: 'channel-1',
1372
+ port_id: 'transfer'
1373
+ },
1374
+ chain_2: {
1375
+ channel_id: 'channel-79241',
1376
+ port_id: 'transfer'
1377
+ },
1378
+ ordering: 'unordered',
1379
+ version: 'ics20-1',
1380
+ tags: {
1381
+ status: 'live',
1382
+ preferred: true,
1383
+ dex: 'osmosis'
1384
+ }
1385
+ }]
1386
+ },
1357
1387
  {
1358
1388
  $schema: '../ibc_data.schema.json',
1359
1389
  chain_1: {
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'planq',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native EVM, governance and staking token of the Planq Network',
6
7
  extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
7
8
  denom_units: [{
@@ -31,7 +32,8 @@ const info = {
31
32
  website: 'https://planq.network',
32
33
  twitter: 'https://twitter.com/planqfoundation'
33
34
  }
34
- }, {
35
+ },
36
+ {
35
37
  description: 'The token of Source Protocol bridged from BSC.',
36
38
  denom_units: [{
37
39
  denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
@@ -69,6 +71,46 @@ const info = {
69
71
  logo_URIs: {
70
72
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
71
73
  }
72
- }]
74
+ },
75
+ {
76
+ description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
77
+ denom_units: [{
78
+ denom: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
79
+ exponent: 0
80
+ }, {
81
+ denom: 'meme',
82
+ exponent: 6
83
+ }],
84
+ base: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
85
+ name: 'MEME',
86
+ display: 'meme',
87
+ symbol: 'MEME',
88
+ logo_URIs: {
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
90
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
91
+ },
92
+ type_asset: 'ics20',
93
+ traces: [{
94
+ type: 'ibc',
95
+ counterparty: {
96
+ chain_name: 'meme',
97
+ base_denom: 'umeme',
98
+ channel_id: 'channel-11'
99
+ },
100
+ chain: {
101
+ channel_id: 'channel-64',
102
+ path: 'transfer/channel-64/umeme'
103
+ }
104
+ }],
105
+ images: [{
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
107
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg',
108
+ image_sync: {
109
+ chain_name: 'meme',
110
+ base_denom: 'umeme'
111
+ }
112
+ }]
113
+ }
114
+ ]
73
115
  };
74
116
  export default info;
@@ -51,10 +51,6 @@ const info = {
51
51
  address: 'https://rpc-shentu-01.stakeflow.io',
52
52
  provider: 'Stakeflow'
53
53
  },
54
- {
55
- address: 'https://shentu-rpc.tienthuattoan.ventures',
56
- provider: 'TienThuatToan'
57
- },
58
54
  {
59
55
  address: 'https://shentu-rpc.publicnode.com:443',
60
56
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -32,21 +32,21 @@ const info = [
32
32
  $schema: '../ibc_data.schema.json',
33
33
  chain_1: {
34
34
  chain_name: 'noble',
35
- client_id: '07-tendermint-105',
36
- connection_id: 'connection-97'
35
+ client_id: '07-tendermint-106',
36
+ connection_id: 'connection-99'
37
37
  },
38
38
  chain_2: {
39
39
  chain_name: 'shido',
40
- client_id: '07-tendermint-8',
41
- connection_id: 'connection-6'
40
+ client_id: '07-tendermint-9',
41
+ connection_id: 'connection-11'
42
42
  },
43
43
  channels: [{
44
44
  chain_1: {
45
- channel_id: 'channel-84',
45
+ channel_id: 'channel-87',
46
46
  port_id: 'transfer'
47
47
  },
48
48
  chain_2: {
49
- channel_id: 'channel-4',
49
+ channel_id: 'channel-5',
50
50
  port_id: 'transfer'
51
51
  },
52
52
  ordering: 'unordered',
@@ -25,7 +25,7 @@ const info = {
25
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
26
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
27
27
  theme: {
28
- primary_color_hex: '#b7dfbd'
28
+ primary_color_hex: '#db2777'
29
29
  }
30
30
  }],
31
31
  socials: {
@@ -283,7 +283,7 @@ const info = {
283
283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
284
284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
285
285
  theme: {
286
- primary_color_hex: '#b7dfbd'
286
+ primary_color_hex: '#db2777'
287
287
  }
288
288
  }]
289
289
  };
@@ -60,8 +60,8 @@ const info = {
60
60
  provider: 'QuantNode'
61
61
  },
62
62
  {
63
- address: 'https://umee-rpc.tienthuattoan.ventures',
64
- provider: 'TienThuatToan'
63
+ address: 'https://umee-rpc.tienthuattoan.com',
64
+ provider: 'TTT 🇻🇳'
65
65
  },
66
66
  {
67
67
  address: 'https://rpc-umee-01.stakeflow.io',
@@ -1,7 +1,7 @@
1
1
  const info = {
2
2
  $schema: '../../chain.schema.json',
3
3
  chain_name: 'blockxtestnet',
4
- chain_id: 'blockx_190-1',
4
+ chain_id: 'blockx_19077-1',
5
5
  pretty_name: 'BlockX-Atlantis-Testnet',
6
6
  website: 'https://www.blockxnet.com/',
7
7
  status: 'live',
@@ -138,10 +138,6 @@ const info = {
138
138
  address: 'https://archway.api.trivium.network:26657',
139
139
  provider: 'TriviumX | Architech'
140
140
  },
141
- {
142
- address: 'https://archway-rpc.tienthuattoan.ventures',
143
- provider: 'TienThuatToan'
144
- },
145
141
  {
146
142
  address: 'https://archway-rpc.stakeandrelax.net',
147
143
  provider: 'Stake&Relax 🦥'
@@ -150,6 +146,10 @@ const info = {
150
146
  address: 'https://rpc.archway.bronbro.io:443',
151
147
  provider: 'Bro_n_Bro'
152
148
  },
149
+ {
150
+ address: 'https://rpc-archway.luckyfriday.io/',
151
+ provider: 'GlobalStake'
152
+ },
153
153
  {
154
154
  address: 'https://archway-rpc.noders.services',
155
155
  provider: '[NODERS]TEAM'
@@ -66,10 +66,6 @@ const info = {
66
66
  address: 'https://mainnet-aura-rpc.konsortech.xyz',
67
67
  provider: 'KonsorTech'
68
68
  },
69
- {
70
- address: 'https://aura-rpc.tienthuattoan.ventures',
71
- provider: 'TienThuatToan'
72
- },
73
69
  {
74
70
  address: 'https://aura-rpc.lavenderfive.com',
75
71
  provider: 'Lavender.Five Nodes 🐝'
@@ -4,7 +4,7 @@ const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chain_name: 'cifer',
6
6
  assets: [{
7
- description: 'Decentralized Machine Learning',
7
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
8
8
  denom_units: [{
9
9
  denom: 'ucif',
10
10
  exponent: 0