chain-registry 1.69.165 → 1.69.166

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.
@@ -48,28 +48,67 @@ const info = {
48
48
  }
49
49
  },
50
50
  apis: {
51
- rpc: [{
51
+ rpc: [
52
+ {
52
53
  address: 'https://nillion-rpc.lavenderfive.com',
53
54
  provider: 'lavenderfive'
54
- }],
55
- rest: [{
55
+ },
56
+ {
57
+ address: 'https://rpc.nillion.nodestake.org',
58
+ provider: 'NodeStake'
59
+ },
60
+ {
61
+ address: 'https://nillion-mainnet-rpc.autostake.com:443',
62
+ provider: 'AutoStake 🛡️ Slash Protected'
63
+ }
64
+ ],
65
+ rest: [
66
+ {
56
67
  address: 'https://nillion-api.lavenderfive.com',
57
68
  provider: 'lavenderfive'
58
- }],
59
- grpc: [{
69
+ },
70
+ {
71
+ address: 'https://api.nillion.nodestake.org',
72
+ provider: 'NodeStake'
73
+ },
74
+ {
75
+ address: 'https://nillion-mainnet-lcd.autostake.com:443',
76
+ provider: 'AutoStake 🛡️ Slash Protected'
77
+ }
78
+ ],
79
+ grpc: [
80
+ {
60
81
  address: 'https://nillion-grpc.lavenderfive.com',
61
82
  provider: 'lavenderfive'
62
- }]
83
+ },
84
+ {
85
+ address: 'https://grpc.nillion.nodestake.org',
86
+ provider: 'NodeStake'
87
+ },
88
+ {
89
+ address: 'nillion-mainnet-grpc.autostake.com:443',
90
+ provider: 'AutoStake 🛡️ Slash Protected'
91
+ }
92
+ ]
63
93
  },
64
- explorers: [{
94
+ explorers: [
95
+ {
65
96
  url: 'https://nillion.explorers.guru',
66
97
  tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
67
98
  account_page: 'https://nillion.explorers.guru/account/${accountAddress}'
68
- }, {
99
+ },
100
+ {
69
101
  url: 'https://www.mintscan.io/nillion',
70
102
  tx_page: 'https://www.mintscan.io/nillion/tx/${txHash}',
71
103
  account_page: 'https://www.mintscan.io/nillion/address/${accountAddress}'
72
- }],
104
+ },
105
+ {
106
+ kind: 'NodeStake',
107
+ url: 'https://explorer.nodestake.org/nillion/',
108
+ tx_page: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
109
+ account_page: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
110
+ }
111
+ ],
73
112
  images: [{
74
113
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg',
75
114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png'
@@ -50,28 +50,67 @@ const info = {
50
50
  }
51
51
  },
52
52
  apis: {
53
- rpc: [{
53
+ rpc: [
54
+ {
54
55
  address: 'https://nillion-rpc.lavenderfive.com',
55
56
  provider: 'lavenderfive'
56
- }],
57
- rest: [{
57
+ },
58
+ {
59
+ address: 'https://rpc.nillion.nodestake.org',
60
+ provider: 'NodeStake'
61
+ },
62
+ {
63
+ address: 'https://nillion-mainnet-rpc.autostake.com:443',
64
+ provider: 'AutoStake 🛡️ Slash Protected'
65
+ }
66
+ ],
67
+ rest: [
68
+ {
58
69
  address: 'https://nillion-api.lavenderfive.com',
59
70
  provider: 'lavenderfive'
60
- }],
61
- grpc: [{
71
+ },
72
+ {
73
+ address: 'https://api.nillion.nodestake.org',
74
+ provider: 'NodeStake'
75
+ },
76
+ {
77
+ address: 'https://nillion-mainnet-lcd.autostake.com:443',
78
+ provider: 'AutoStake 🛡️ Slash Protected'
79
+ }
80
+ ],
81
+ grpc: [
82
+ {
62
83
  address: 'https://nillion-grpc.lavenderfive.com',
63
84
  provider: 'lavenderfive'
64
- }]
85
+ },
86
+ {
87
+ address: 'https://grpc.nillion.nodestake.org',
88
+ provider: 'NodeStake'
89
+ },
90
+ {
91
+ address: 'nillion-mainnet-grpc.autostake.com:443',
92
+ provider: 'AutoStake 🛡️ Slash Protected'
93
+ }
94
+ ]
65
95
  },
66
- explorers: [{
96
+ explorers: [
97
+ {
67
98
  url: 'https://nillion.explorers.guru',
68
99
  tx_page: 'https://nillion.explorers.guru/transaction/${txHash}',
69
100
  account_page: 'https://nillion.explorers.guru/account/${accountAddress}'
70
- }, {
101
+ },
102
+ {
71
103
  url: 'https://www.mintscan.io/nillion',
72
104
  tx_page: 'https://www.mintscan.io/nillion/tx/${txHash}',
73
105
  account_page: 'https://www.mintscan.io/nillion/address/${accountAddress}'
74
- }],
106
+ },
107
+ {
108
+ kind: 'NodeStake',
109
+ url: 'https://explorer.nodestake.org/nillion/',
110
+ tx_page: 'https://explorer.nodestake.org/nillion/txs/${txHash}',
111
+ account_page: 'https://explorer.nodestake.org/nillion/account/${accountAddress}'
112
+ }
113
+ ],
75
114
  images: [{
76
115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg',
77
116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.165",
3
+ "version": "1.69.166",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.101",
32
+ "@chain-registry/utils": "^1.51.102",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.101"
36
+ "@chain-registry/types": "^0.50.102"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "8e5ace99b26fa6a521ea35d57af77fa03a0032e8"
46
+ "gitHead": "656def0d516e84b6a09cdd25ebe88a730a4b7ad9"
47
47
  }