chain-registry 1.63.83 → 1.63.85

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.
@@ -1,4 +1,32 @@
1
1
  const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'bostrom',
5
+ client_id: '07-tendermint-15',
6
+ connection_id: 'connection-10'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'cosmoshub',
10
+ client_id: '07-tendermint-764',
11
+ connection_id: 'connection-553'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-8',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-341',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }, {
2
30
  $schema: '../ibc_data.schema.json',
3
31
  chain_1: {
4
32
  chain_name: 'bostrom',
@@ -256,6 +256,35 @@ const info = [
256
256
  }
257
257
  }]
258
258
  },
259
+ {
260
+ $schema: '../ibc_data.schema.json',
261
+ chain_1: {
262
+ chain_name: 'bostrom',
263
+ client_id: '07-tendermint-15',
264
+ connection_id: 'connection-10'
265
+ },
266
+ chain_2: {
267
+ chain_name: 'cosmoshub',
268
+ client_id: '07-tendermint-764',
269
+ connection_id: 'connection-553'
270
+ },
271
+ channels: [{
272
+ chain_1: {
273
+ channel_id: 'channel-8',
274
+ port_id: 'transfer'
275
+ },
276
+ chain_2: {
277
+ channel_id: 'channel-341',
278
+ port_id: 'transfer'
279
+ },
280
+ ordering: 'unordered',
281
+ version: 'ics20-1',
282
+ tags: {
283
+ status: 'live',
284
+ preferred: true
285
+ }
286
+ }]
287
+ },
259
288
  {
260
289
  $schema: '../ibc_data.schema.json',
261
290
  chain_1: {
@@ -819,6 +819,7 @@ const info = {
819
819
  },
820
820
  {
821
821
  description: 'nRide Token',
822
+ extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
822
823
  type_asset: 'cw20',
823
824
  address: 'juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
824
825
  denom_units: [{
@@ -842,7 +843,11 @@ const info = {
842
843
  theme: {
843
844
  primary_color_hex: '#050505'
844
845
  }
845
- }]
846
+ }],
847
+ socials: {
848
+ website: 'https://www.nride.com',
849
+ twitter: 'https://twitter.com/nRide12'
850
+ }
846
851
  },
847
852
  {
848
853
  description: 'Signal Art and Gaming on Juno',
@@ -70,6 +70,10 @@ const info = {
70
70
  address: 'https://rpc.lava-mainnet-1.lava.aviaone.com:443',
71
71
  provider: 'AVIAONE 🟢'
72
72
  },
73
+ {
74
+ address: 'https://rpc-lava.r93axnodes.cloud:443',
75
+ provider: 'r93AX Nodes'
76
+ },
73
77
  {
74
78
  address: 'https://lava-rpc.publicnode.com:443',
75
79
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -124,6 +128,10 @@ const info = {
124
128
  address: 'https://api.lava-mainnet-1.lava.aviaone.com',
125
129
  provider: 'AVIAONE 🟢'
126
130
  },
131
+ {
132
+ address: 'https://api-lava.r93axnodes.cloud:443',
133
+ provider: 'r93AX Nodes'
134
+ },
127
135
  {
128
136
  address: 'https://lava-rest.publicnode.com',
129
137
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -190,6 +198,10 @@ const info = {
190
198
  address: 'lava.grpc.stakevillage.net:443',
191
199
  provider: 'Stake Village'
192
200
  },
201
+ {
202
+ address: 'grpc-lava.r93axnodes.cloud:443',
203
+ provider: 'r93AX Nodes'
204
+ },
193
205
  {
194
206
  address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
195
207
  provider: 'AVIAONE 🟢'
@@ -50,7 +50,7 @@ const info = {
50
50
  apis: {
51
51
  rpc: [
52
52
  {
53
- address: 'https://public-rpc-testnet2.lavanet.xyz:443/rpc/',
53
+ address: 'https://lav1.tendermintrpc.lava.build:443',
54
54
  provider: 'Lava'
55
55
  },
56
56
  {
@@ -68,7 +68,7 @@ const info = {
68
68
  ],
69
69
  rest: [
70
70
  {
71
- address: 'https://public-rpc-testnet2.lavanet.xyz:443/rest/',
71
+ address: 'https://lav1.lava.build/',
72
72
  provider: 'Lava'
73
73
  },
74
74
  {
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'symphonytestnet',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native token of Symphony',
6
7
  denom_units: [{
7
8
  denom: 'note',
@@ -18,11 +19,81 @@ const info = {
18
19
  display: 'mld',
19
20
  symbol: 'MLD',
20
21
  logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
22
23
  },
23
24
  images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
25
26
  }]
26
- }]
27
+ },
28
+ {
29
+ description: 'Harmonized USD',
30
+ denom_units: [{
31
+ denom: 'uusd',
32
+ exponent: 0,
33
+ aliases: []
34
+ }, {
35
+ denom: 'husd',
36
+ exponent: 6,
37
+ aliases: ['harmony USD']
38
+ }],
39
+ type_asset: 'sdk.coin',
40
+ base: 'uusd',
41
+ name: 'Harmony USD',
42
+ display: 'husd',
43
+ symbol: 'HUSD',
44
+ logo_URIs: {
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
46
+ },
47
+ images: [{
48
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
49
+ }]
50
+ },
51
+ {
52
+ description: 'Harmonized HKD',
53
+ denom_units: [{
54
+ denom: 'ukhd',
55
+ exponent: 0,
56
+ aliases: []
57
+ }, {
58
+ denom: 'hkhd',
59
+ exponent: 6,
60
+ aliases: ['harmony HKD']
61
+ }],
62
+ type_asset: 'sdk.coin',
63
+ base: 'ukhd',
64
+ name: 'Harmony HKD',
65
+ display: 'hkhd',
66
+ symbol: 'HKHD',
67
+ logo_URIs: {
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
69
+ },
70
+ images: [{
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
72
+ }]
73
+ },
74
+ {
75
+ description: 'Harmonized VND',
76
+ denom_units: [{
77
+ denom: 'uvnd',
78
+ exponent: 0,
79
+ aliases: []
80
+ }, {
81
+ denom: 'hvnd',
82
+ exponent: 6,
83
+ aliases: ['harmony VND']
84
+ }],
85
+ type_asset: 'sdk.coin',
86
+ base: 'uvnd',
87
+ name: 'Harmony VND',
88
+ display: 'hvnd',
89
+ symbol: 'HVND',
90
+ logo_URIs: {
91
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
92
+ },
93
+ images: [{
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
95
+ }]
96
+ }
97
+ ]
27
98
  };
28
99
  export default info;
@@ -1,6 +1,34 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'bostrom',
7
+ client_id: '07-tendermint-15',
8
+ connection_id: 'connection-10'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'cosmoshub',
12
+ client_id: '07-tendermint-764',
13
+ connection_id: 'connection-553'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-8',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-341',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }, {
4
32
  $schema: '../ibc_data.schema.json',
5
33
  chain_1: {
6
34
  chain_name: 'bostrom',
@@ -258,6 +258,35 @@ const info = [
258
258
  }
259
259
  }]
260
260
  },
261
+ {
262
+ $schema: '../ibc_data.schema.json',
263
+ chain_1: {
264
+ chain_name: 'bostrom',
265
+ client_id: '07-tendermint-15',
266
+ connection_id: 'connection-10'
267
+ },
268
+ chain_2: {
269
+ chain_name: 'cosmoshub',
270
+ client_id: '07-tendermint-764',
271
+ connection_id: 'connection-553'
272
+ },
273
+ channels: [{
274
+ chain_1: {
275
+ channel_id: 'channel-8',
276
+ port_id: 'transfer'
277
+ },
278
+ chain_2: {
279
+ channel_id: 'channel-341',
280
+ port_id: 'transfer'
281
+ },
282
+ ordering: 'unordered',
283
+ version: 'ics20-1',
284
+ tags: {
285
+ status: 'live',
286
+ preferred: true
287
+ }
288
+ }]
289
+ },
261
290
  {
262
291
  $schema: '../ibc_data.schema.json',
263
292
  chain_1: {
@@ -821,6 +821,7 @@ const info = {
821
821
  },
822
822
  {
823
823
  description: 'nRide Token',
824
+ extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
824
825
  type_asset: 'cw20',
825
826
  address: 'juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
826
827
  denom_units: [{
@@ -844,7 +845,11 @@ const info = {
844
845
  theme: {
845
846
  primary_color_hex: '#050505'
846
847
  }
847
- }]
848
+ }],
849
+ socials: {
850
+ website: 'https://www.nride.com',
851
+ twitter: 'https://twitter.com/nRide12'
852
+ }
848
853
  },
849
854
  {
850
855
  description: 'Signal Art and Gaming on Juno',
@@ -72,6 +72,10 @@ const info = {
72
72
  address: 'https://rpc.lava-mainnet-1.lava.aviaone.com:443',
73
73
  provider: 'AVIAONE 🟢'
74
74
  },
75
+ {
76
+ address: 'https://rpc-lava.r93axnodes.cloud:443',
77
+ provider: 'r93AX Nodes'
78
+ },
75
79
  {
76
80
  address: 'https://lava-rpc.publicnode.com:443',
77
81
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -126,6 +130,10 @@ const info = {
126
130
  address: 'https://api.lava-mainnet-1.lava.aviaone.com',
127
131
  provider: 'AVIAONE 🟢'
128
132
  },
133
+ {
134
+ address: 'https://api-lava.r93axnodes.cloud:443',
135
+ provider: 'r93AX Nodes'
136
+ },
129
137
  {
130
138
  address: 'https://lava-rest.publicnode.com',
131
139
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -192,6 +200,10 @@ const info = {
192
200
  address: 'lava.grpc.stakevillage.net:443',
193
201
  provider: 'Stake Village'
194
202
  },
203
+ {
204
+ address: 'grpc-lava.r93axnodes.cloud:443',
205
+ provider: 'r93AX Nodes'
206
+ },
195
207
  {
196
208
  address: 'grpc.lava-mainnet-1.lava.aviaone.com:9104/',
197
209
  provider: 'AVIAONE 🟢'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.63.83",
3
+ "version": "1.63.85",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.46.66",
32
+ "@chain-registry/utils": "^1.46.68",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.66"
36
+ "@chain-registry/types": "^0.45.68"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "ea482d1c2653bfbaf75c2a55ca17579c306caecf"
46
+ "gitHead": "f5fed8253c0b7c00e6b34b9fe40eca53d329aa9c"
47
47
  }
@@ -52,7 +52,7 @@ const info = {
52
52
  apis: {
53
53
  rpc: [
54
54
  {
55
- address: 'https://public-rpc-testnet2.lavanet.xyz:443/rpc/',
55
+ address: 'https://lav1.tendermintrpc.lava.build:443',
56
56
  provider: 'Lava'
57
57
  },
58
58
  {
@@ -70,7 +70,7 @@ const info = {
70
70
  ],
71
71
  rest: [
72
72
  {
73
- address: 'https://public-rpc-testnet2.lavanet.xyz:443/rest/',
73
+ address: 'https://lav1.lava.build/',
74
74
  provider: 'Lava'
75
75
  },
76
76
  {
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chain_name: 'symphonytestnet',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The native token of Symphony',
8
9
  denom_units: [{
9
10
  denom: 'note',
@@ -20,11 +21,81 @@ const info = {
20
21
  display: 'mld',
21
22
  symbol: 'MLD',
22
23
  logo_URIs: {
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
24
25
  },
25
26
  images: [{
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
27
28
  }]
28
- }]
29
+ },
30
+ {
31
+ description: 'Harmonized USD',
32
+ denom_units: [{
33
+ denom: 'uusd',
34
+ exponent: 0,
35
+ aliases: []
36
+ }, {
37
+ denom: 'husd',
38
+ exponent: 6,
39
+ aliases: ['harmony USD']
40
+ }],
41
+ type_asset: 'sdk.coin',
42
+ base: 'uusd',
43
+ name: 'Harmony USD',
44
+ display: 'husd',
45
+ symbol: 'HUSD',
46
+ logo_URIs: {
47
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
48
+ },
49
+ images: [{
50
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
51
+ }]
52
+ },
53
+ {
54
+ description: 'Harmonized HKD',
55
+ denom_units: [{
56
+ denom: 'ukhd',
57
+ exponent: 0,
58
+ aliases: []
59
+ }, {
60
+ denom: 'hkhd',
61
+ exponent: 6,
62
+ aliases: ['harmony HKD']
63
+ }],
64
+ type_asset: 'sdk.coin',
65
+ base: 'ukhd',
66
+ name: 'Harmony HKD',
67
+ display: 'hkhd',
68
+ symbol: 'HKHD',
69
+ logo_URIs: {
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
71
+ },
72
+ images: [{
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
74
+ }]
75
+ },
76
+ {
77
+ description: 'Harmonized VND',
78
+ denom_units: [{
79
+ denom: 'uvnd',
80
+ exponent: 0,
81
+ aliases: []
82
+ }, {
83
+ denom: 'hvnd',
84
+ exponent: 6,
85
+ aliases: ['harmony VND']
86
+ }],
87
+ type_asset: 'sdk.coin',
88
+ base: 'uvnd',
89
+ name: 'Harmony VND',
90
+ display: 'hvnd',
91
+ symbol: 'HVND',
92
+ logo_URIs: {
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
94
+ },
95
+ images: [{
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
97
+ }]
98
+ }
99
+ ]
29
100
  };
30
101
  exports.default = info;