chain-registry 2.0.183 → 2.0.184

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.
@@ -65,15 +65,21 @@ const info = {
65
65
  images: [{
66
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gnodi/images/gnod.png'
67
67
  }],
68
- description: 'The Gnodi Blockchain is a community-governed, decentralized infrastructure that empowers individuals to own their digital identity and data. Guided by principles of autonomy, transparency, and equity, it bridges todays internet with a fair, participatory digital future.',
68
+ description: 'The Gnodi Blockchain is a community-governed, decentralized infrastructure that empowers individuals to own their digital identity and data. Guided by principles of autonomy, transparency, and equity, it bridges today\'s internet with a fair, participatory digital future.',
69
69
  apis: {
70
70
  rpc: [{
71
71
  address: 'https://rpc.gnodi.zone:443',
72
72
  provider: 'Gnodi Team'
73
+ }, {
74
+ address: 'https://rpc-gnodi.vinjan-inc.com',
75
+ provider: 'Vinjan.Inc'
73
76
  }],
74
77
  rest: [{
75
78
  address: 'https://api.gnodi.zone:443',
76
79
  provider: 'Gnodi Team'
80
+ }, {
81
+ address: 'https://api-gnodi.vinjan-inc.com',
82
+ provider: 'Vinjan.Inc'
77
83
  }],
78
84
  grpc: [{
79
85
  address: 'grpc.gnodi.zone:443',
@@ -85,6 +91,11 @@ const info = {
85
91
  url: 'https://explore.gnodi.org/gnodi',
86
92
  txPage: 'https://explore.gnodi.org/gnodi/transactions',
87
93
  accountPage: 'https://explore.gnodi.org/gnodi/accounts/${accountAddress}'
94
+ }, {
95
+ kind: 'Vinjan.Inc Explorer',
96
+ url: 'https://explorer.vinjan-inc.com/gnodi',
97
+ txPage: 'https://explorer.vinjan-inc.com/gnodi/tx/${txHash}',
98
+ accountPage: 'https://explorer.vinjan-inc.com/gnodi/account/${accountAddress}'
88
99
  }]
89
100
  };
90
101
  export default info;
@@ -67,15 +67,21 @@ const info = {
67
67
  images: [{
68
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gnodi/images/gnod.png'
69
69
  }],
70
- description: 'The Gnodi Blockchain is a community-governed, decentralized infrastructure that empowers individuals to own their digital identity and data. Guided by principles of autonomy, transparency, and equity, it bridges todays internet with a fair, participatory digital future.',
70
+ description: 'The Gnodi Blockchain is a community-governed, decentralized infrastructure that empowers individuals to own their digital identity and data. Guided by principles of autonomy, transparency, and equity, it bridges today\'s internet with a fair, participatory digital future.',
71
71
  apis: {
72
72
  rpc: [{
73
73
  address: 'https://rpc.gnodi.zone:443',
74
74
  provider: 'Gnodi Team'
75
+ }, {
76
+ address: 'https://rpc-gnodi.vinjan-inc.com',
77
+ provider: 'Vinjan.Inc'
75
78
  }],
76
79
  rest: [{
77
80
  address: 'https://api.gnodi.zone:443',
78
81
  provider: 'Gnodi Team'
82
+ }, {
83
+ address: 'https://api-gnodi.vinjan-inc.com',
84
+ provider: 'Vinjan.Inc'
79
85
  }],
80
86
  grpc: [{
81
87
  address: 'grpc.gnodi.zone:443',
@@ -87,6 +93,11 @@ const info = {
87
93
  url: 'https://explore.gnodi.org/gnodi',
88
94
  txPage: 'https://explore.gnodi.org/gnodi/transactions',
89
95
  accountPage: 'https://explore.gnodi.org/gnodi/accounts/${accountAddress}'
96
+ }, {
97
+ kind: 'Vinjan.Inc Explorer',
98
+ url: 'https://explorer.vinjan-inc.com/gnodi',
99
+ txPage: 'https://explorer.vinjan-inc.com/gnodi/tx/${txHash}',
100
+ accountPage: 'https://explorer.vinjan-inc.com/gnodi/account/${accountAddress}'
90
101
  }]
91
102
  };
92
103
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.183",
3
+ "version": "2.0.184",
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.183"
32
+ "@chain-registry/types": "^2.0.184"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "9894cfcdbe60d9d4507a603bba0dfbe07634ecc2"
42
+ "gitHead": "06090c8077a1ce8299df9f78e4b2e4fedfc069e8"
43
43
  }