chain-registry 2.0.78 → 2.0.79

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.
@@ -122,6 +122,10 @@ const info = {
122
122
  {
123
123
  address: 'https://rpc-sunrise.blockval.io/',
124
124
  provider: 'Blockval'
125
+ },
126
+ {
127
+ address: 'https://rpc-sunrice-mainnet.catsmile.space',
128
+ provider: 'catsmile'
125
129
  }
126
130
  ],
127
131
  rest: [
@@ -188,6 +192,10 @@ const info = {
188
192
  {
189
193
  address: 'https://api-sunrise.blockval.io',
190
194
  provider: 'Blockval'
195
+ },
196
+ {
197
+ address: 'https://api-sunrice-mainnet.catsmile.space',
198
+ provider: 'catsmile'
191
199
  }
192
200
  ],
193
201
  grpc: [
@@ -238,6 +246,10 @@ const info = {
238
246
  {
239
247
  address: 'grpc-sunrise.blockval.io:443',
240
248
  provider: 'Blockval'
249
+ },
250
+ {
251
+ address: 'grpc-sunrice-mainnet.catsmile.space:443',
252
+ provider: 'catsmile'
241
253
  }
242
254
  ]
243
255
  },
@@ -312,6 +324,12 @@ const info = {
312
324
  url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
313
325
  txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
314
326
  accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
327
+ },
328
+ {
329
+ kind: 'catsmile explorer',
330
+ url: 'https://explorer.catsmile.cloud/sunrice-mainnet',
331
+ txPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/tx/${txHash}',
332
+ accountPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/account/${accountAddress}'
315
333
  }
316
334
  ],
317
335
  images: [{
@@ -124,6 +124,10 @@ const info = {
124
124
  {
125
125
  address: 'https://rpc-sunrise.blockval.io/',
126
126
  provider: 'Blockval'
127
+ },
128
+ {
129
+ address: 'https://rpc-sunrice-mainnet.catsmile.space',
130
+ provider: 'catsmile'
127
131
  }
128
132
  ],
129
133
  rest: [
@@ -190,6 +194,10 @@ const info = {
190
194
  {
191
195
  address: 'https://api-sunrise.blockval.io',
192
196
  provider: 'Blockval'
197
+ },
198
+ {
199
+ address: 'https://api-sunrice-mainnet.catsmile.space',
200
+ provider: 'catsmile'
193
201
  }
194
202
  ],
195
203
  grpc: [
@@ -240,6 +248,10 @@ const info = {
240
248
  {
241
249
  address: 'grpc-sunrise.blockval.io:443',
242
250
  provider: 'Blockval'
251
+ },
252
+ {
253
+ address: 'grpc-sunrice-mainnet.catsmile.space:443',
254
+ provider: 'catsmile'
243
255
  }
244
256
  ]
245
257
  },
@@ -314,6 +326,12 @@ const info = {
314
326
  url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
315
327
  txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
316
328
  accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
329
+ },
330
+ {
331
+ kind: 'catsmile explorer',
332
+ url: 'https://explorer.catsmile.cloud/sunrice-mainnet',
333
+ txPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/tx/${txHash}',
334
+ accountPage: 'https://explorer.catsmile.cloud/sunrice-mainnet/account/${accountAddress}'
317
335
  }
318
336
  ],
319
337
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.78",
3
+ "version": "2.0.79",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.78"
32
+ "@chain-registry/types": "^2.0.79"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "4919fe5da1a8363846fb9776769f7977368b08aa"
42
+ "gitHead": "99adcfaa779b0e9b21585a93f97dc3b988a7f7db"
43
43
  }