chain-registry 2.0.180 → 2.0.181

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.
@@ -238,6 +238,33 @@ const info = {
238
238
  x: 'https://x.com/Cor3_Community'
239
239
  },
240
240
  typeAsset: 'sdk.coin'
241
+ },
242
+ {
243
+ description: '$COREZ is the chillest coin on Coreum, built for stakers who believe slow and steady wins the race.',
244
+ denomUnits: [{
245
+ denom: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
246
+ exponent: 0
247
+ }, {
248
+ denom: 'COREZ',
249
+ exponent: 6
250
+ }],
251
+ base: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
252
+ name: 'COREZ',
253
+ display: 'COREZ',
254
+ symbol: 'COREZ',
255
+ logoURIs: {
256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
258
+ },
259
+ images: [{
260
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
261
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
262
+ }],
263
+ socials: {
264
+ website: 'https://coreezy.xyz',
265
+ x: 'https://x.com/CoreezyVibes'
266
+ },
267
+ typeAsset: 'sdk.coin'
241
268
  }
242
269
  ]
243
270
  };
@@ -73,36 +73,91 @@ const info = {
73
73
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
74
74
  }],
75
75
  apis: {
76
- rpc: [{
76
+ rpc: [
77
+ {
77
78
  address: 'https://public-zigchain-rpc.numia.xyz/',
78
79
  provider: 'Numia'
79
- }, {
80
+ },
81
+ {
80
82
  address: 'https://rpc.zigchain.com',
81
83
  provider: 'ZIGCHAIN'
82
- }],
83
- rest: [{
84
+ },
85
+ {
86
+ address: 'https://zigchain-rpc.polkachu.com:443',
87
+ provider: 'Polkachu'
88
+ },
89
+ {
90
+ address: 'https://rpc.zigchain.nodestake.org:443',
91
+ provider: 'NodeStake'
92
+ },
93
+ {
94
+ address: 'https://zigchain-rpc.stakeandrelax.net',
95
+ provider: 'Stake and Relax'
96
+ }
97
+ ],
98
+ rest: [
99
+ {
84
100
  address: 'https://public-zigchain-lcd.numia.xyz/',
85
101
  provider: 'Numia'
86
- }, {
102
+ },
103
+ {
87
104
  address: 'https://api.zigchain.com',
88
105
  provider: 'ZIGCHAIN'
89
- }],
90
- grpc: [{
106
+ },
107
+ {
108
+ address: 'https://zigchain-api.polkachu.com',
109
+ provider: 'Polkachu'
110
+ },
111
+ {
112
+ address: 'https://api.zigchain.nodestake.org',
113
+ provider: 'NodeStake'
114
+ },
115
+ {
116
+ address: 'https://zigchain-api.stakeandrelax.net',
117
+ provider: 'Stake and Relax'
118
+ }
119
+ ],
120
+ grpc: [
121
+ {
91
122
  address: 'grpc.zigchain.com:9090',
92
123
  provider: 'ZIGCHAIN'
93
- }]
124
+ },
125
+ {
126
+ address: 'zigchain-grpc.polkachu.com:32890',
127
+ provider: 'Polkachu'
128
+ },
129
+ {
130
+ address: 'grpc.zigchain.nodestake.org:443',
131
+ provider: 'NodeStake'
132
+ }
133
+ ]
94
134
  },
95
- explorers: [{
135
+ explorers: [
136
+ {
96
137
  kind: 'range',
97
138
  url: 'https://app.range.org/address/zigchain/zigchain',
98
139
  txPage: 'https://app.range.org/tx/zigchain/${txHash}',
99
140
  accountPage: 'https://app.range.org/address/zigchain/${accountAddress}'
100
- }, {
141
+ },
142
+ {
101
143
  kind: 'zigscan',
102
- url: 'https://zigscan.org',
103
- txPage: 'https://zigscan.org/tx/${txHash}',
104
- accountPage: 'https://zigscan.org/address/${accountAddress}'
105
- }],
144
+ url: 'https://www.zigscan.org/',
145
+ txPage: 'https://www.zigscan.org/tx/${txHash}',
146
+ accountPage: 'https://www.zigscan.org/address/${accountAddress}'
147
+ },
148
+ {
149
+ kind: 'nodestake',
150
+ url: 'https://explorer.nodestake.org/zigchain',
151
+ txPage: 'https://explorer.nodestake.org/zigchain/tx/${txHash}',
152
+ accountPage: 'https://explorer.nodestake.org/zigchain/account/${accountAddress}'
153
+ },
154
+ {
155
+ kind: 'stakeandrelax',
156
+ url: 'https://explorer.stakeandrelax.net/zigchain',
157
+ txPage: 'https://explorer.stakeandrelax.net/zigchain/tx/${txHash}',
158
+ accountPage: 'https://explorer.stakeandrelax.net/zigchain/account/${accountAddress}'
159
+ }
160
+ ],
106
161
  keywords: [
107
162
  'zigchain',
108
163
  'rwa',
@@ -35,24 +35,56 @@ const info = {
35
35
  }
36
36
  },
37
37
  apis: {
38
- rest: [{
38
+ rest: [
39
+ {
39
40
  address: 'https://testnet-api.zigchain.com',
40
41
  provider: 'ZIGCHAIN'
41
- }, {
42
+ },
43
+ {
42
44
  address: 'https://public-zigchain-testnet-lcd.numia.xyz/',
43
45
  provider: 'Numia'
44
- }],
45
- rpc: [{
46
+ },
47
+ {
48
+ address: 'https://zigchain-testnet-api.polkachu.com',
49
+ provider: 'Polkachu'
50
+ },
51
+ {
52
+ address: 'https://api-t.zigchain.nodestake.org',
53
+ provider: 'NodeStake'
54
+ }
55
+ ],
56
+ rpc: [
57
+ {
46
58
  address: 'https://testnet-rpc.zigchain.com',
47
59
  provider: 'ZIGCHAIN'
48
- }, {
60
+ },
61
+ {
49
62
  address: 'https://public-zigchain-testnet-rpc.numia.xyz/',
50
63
  provider: 'Numia'
51
- }],
52
- grpc: [{
64
+ },
65
+ {
66
+ address: 'https://zigchain-testnet-rpc.polkachu.com:443',
67
+ provider: 'Polkachu'
68
+ },
69
+ {
70
+ address: 'https://rpc-t.zigchain.nodestake.org:443',
71
+ provider: 'NodeStake'
72
+ }
73
+ ],
74
+ grpc: [
75
+ {
53
76
  address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090',
54
77
  provider: 'Numia'
55
- }]
78
+ },
79
+ {
80
+ address: 'zigchain-testnet-grpc.polkachu.com:32890',
81
+ provider: 'Polkachu'
82
+ },
83
+ {
84
+ address: 'grpc-t.zigchain.nodestake.org:443',
85
+ provider: 'NodeStake'
86
+ }
87
+ ]
56
88
  },
57
89
  codebase: {
58
90
  gitRepo: 'https://github.com/ZIGChain/zigchain',
@@ -88,17 +120,26 @@ const info = {
88
120
  version: '1.25.4'
89
121
  }
90
122
  },
91
- explorers: [{
123
+ explorers: [
124
+ {
92
125
  kind: 'range',
93
126
  url: 'https://app.range.org/address/zigchain-testnet/zigchain',
94
127
  txPage: 'https://app.range.org/tx/zig-test-2/${txHash}',
95
128
  accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}'
96
- }, {
129
+ },
130
+ {
97
131
  kind: 'zigscan',
98
132
  url: 'https://testnet.zigscan.org',
99
133
  txPage: 'https://testnet.zigscan.org/tx/${txHash}',
100
134
  accountPage: 'https://testnet.zigscan.org/address/${accountAddress}'
101
- }],
135
+ },
136
+ {
137
+ kind: 'nodestake',
138
+ url: 'https://explorer.nodestake.org/zigchain-testnet',
139
+ txPage: 'https://explorer.nodestake.org/zigchain-testnet/tx/${txHash}',
140
+ accountPage: 'https://explorer.nodestake.org/zigchain-testnet/account/${accountAddress}'
141
+ }
142
+ ],
102
143
  keywords: [
103
144
  'wealth generation',
104
145
  'rwa',
@@ -240,6 +240,33 @@ const info = {
240
240
  x: 'https://x.com/Cor3_Community'
241
241
  },
242
242
  typeAsset: 'sdk.coin'
243
+ },
244
+ {
245
+ description: '$COREZ is the chillest coin on Coreum, built for stakers who believe slow and steady wins the race.',
246
+ denomUnits: [{
247
+ denom: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
248
+ exponent: 0
249
+ }, {
250
+ denom: 'COREZ',
251
+ exponent: 6
252
+ }],
253
+ base: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
254
+ name: 'COREZ',
255
+ display: 'COREZ',
256
+ symbol: 'COREZ',
257
+ logoURIs: {
258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
259
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
260
+ },
261
+ images: [{
262
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
264
+ }],
265
+ socials: {
266
+ website: 'https://coreezy.xyz',
267
+ x: 'https://x.com/CoreezyVibes'
268
+ },
269
+ typeAsset: 'sdk.coin'
243
270
  }
244
271
  ]
245
272
  };
@@ -75,36 +75,91 @@ const info = {
75
75
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
76
76
  }],
77
77
  apis: {
78
- rpc: [{
78
+ rpc: [
79
+ {
79
80
  address: 'https://public-zigchain-rpc.numia.xyz/',
80
81
  provider: 'Numia'
81
- }, {
82
+ },
83
+ {
82
84
  address: 'https://rpc.zigchain.com',
83
85
  provider: 'ZIGCHAIN'
84
- }],
85
- rest: [{
86
+ },
87
+ {
88
+ address: 'https://zigchain-rpc.polkachu.com:443',
89
+ provider: 'Polkachu'
90
+ },
91
+ {
92
+ address: 'https://rpc.zigchain.nodestake.org:443',
93
+ provider: 'NodeStake'
94
+ },
95
+ {
96
+ address: 'https://zigchain-rpc.stakeandrelax.net',
97
+ provider: 'Stake and Relax'
98
+ }
99
+ ],
100
+ rest: [
101
+ {
86
102
  address: 'https://public-zigchain-lcd.numia.xyz/',
87
103
  provider: 'Numia'
88
- }, {
104
+ },
105
+ {
89
106
  address: 'https://api.zigchain.com',
90
107
  provider: 'ZIGCHAIN'
91
- }],
92
- grpc: [{
108
+ },
109
+ {
110
+ address: 'https://zigchain-api.polkachu.com',
111
+ provider: 'Polkachu'
112
+ },
113
+ {
114
+ address: 'https://api.zigchain.nodestake.org',
115
+ provider: 'NodeStake'
116
+ },
117
+ {
118
+ address: 'https://zigchain-api.stakeandrelax.net',
119
+ provider: 'Stake and Relax'
120
+ }
121
+ ],
122
+ grpc: [
123
+ {
93
124
  address: 'grpc.zigchain.com:9090',
94
125
  provider: 'ZIGCHAIN'
95
- }]
126
+ },
127
+ {
128
+ address: 'zigchain-grpc.polkachu.com:32890',
129
+ provider: 'Polkachu'
130
+ },
131
+ {
132
+ address: 'grpc.zigchain.nodestake.org:443',
133
+ provider: 'NodeStake'
134
+ }
135
+ ]
96
136
  },
97
- explorers: [{
137
+ explorers: [
138
+ {
98
139
  kind: 'range',
99
140
  url: 'https://app.range.org/address/zigchain/zigchain',
100
141
  txPage: 'https://app.range.org/tx/zigchain/${txHash}',
101
142
  accountPage: 'https://app.range.org/address/zigchain/${accountAddress}'
102
- }, {
143
+ },
144
+ {
103
145
  kind: 'zigscan',
104
- url: 'https://zigscan.org',
105
- txPage: 'https://zigscan.org/tx/${txHash}',
106
- accountPage: 'https://zigscan.org/address/${accountAddress}'
107
- }],
146
+ url: 'https://www.zigscan.org/',
147
+ txPage: 'https://www.zigscan.org/tx/${txHash}',
148
+ accountPage: 'https://www.zigscan.org/address/${accountAddress}'
149
+ },
150
+ {
151
+ kind: 'nodestake',
152
+ url: 'https://explorer.nodestake.org/zigchain',
153
+ txPage: 'https://explorer.nodestake.org/zigchain/tx/${txHash}',
154
+ accountPage: 'https://explorer.nodestake.org/zigchain/account/${accountAddress}'
155
+ },
156
+ {
157
+ kind: 'stakeandrelax',
158
+ url: 'https://explorer.stakeandrelax.net/zigchain',
159
+ txPage: 'https://explorer.stakeandrelax.net/zigchain/tx/${txHash}',
160
+ accountPage: 'https://explorer.stakeandrelax.net/zigchain/account/${accountAddress}'
161
+ }
162
+ ],
108
163
  keywords: [
109
164
  'zigchain',
110
165
  'rwa',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.180",
3
+ "version": "2.0.181",
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.180"
32
+ "@chain-registry/types": "^2.0.181"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "456153aef499e547cc26f64ae4db23244310d069"
42
+ "gitHead": "b3a9906911610c486a44bc2376c0545cc1f3d766"
43
43
  }
@@ -37,24 +37,56 @@ const info = {
37
37
  }
38
38
  },
39
39
  apis: {
40
- rest: [{
40
+ rest: [
41
+ {
41
42
  address: 'https://testnet-api.zigchain.com',
42
43
  provider: 'ZIGCHAIN'
43
- }, {
44
+ },
45
+ {
44
46
  address: 'https://public-zigchain-testnet-lcd.numia.xyz/',
45
47
  provider: 'Numia'
46
- }],
47
- rpc: [{
48
+ },
49
+ {
50
+ address: 'https://zigchain-testnet-api.polkachu.com',
51
+ provider: 'Polkachu'
52
+ },
53
+ {
54
+ address: 'https://api-t.zigchain.nodestake.org',
55
+ provider: 'NodeStake'
56
+ }
57
+ ],
58
+ rpc: [
59
+ {
48
60
  address: 'https://testnet-rpc.zigchain.com',
49
61
  provider: 'ZIGCHAIN'
50
- }, {
62
+ },
63
+ {
51
64
  address: 'https://public-zigchain-testnet-rpc.numia.xyz/',
52
65
  provider: 'Numia'
53
- }],
54
- grpc: [{
66
+ },
67
+ {
68
+ address: 'https://zigchain-testnet-rpc.polkachu.com:443',
69
+ provider: 'Polkachu'
70
+ },
71
+ {
72
+ address: 'https://rpc-t.zigchain.nodestake.org:443',
73
+ provider: 'NodeStake'
74
+ }
75
+ ],
76
+ grpc: [
77
+ {
55
78
  address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090',
56
79
  provider: 'Numia'
57
- }]
80
+ },
81
+ {
82
+ address: 'zigchain-testnet-grpc.polkachu.com:32890',
83
+ provider: 'Polkachu'
84
+ },
85
+ {
86
+ address: 'grpc-t.zigchain.nodestake.org:443',
87
+ provider: 'NodeStake'
88
+ }
89
+ ]
58
90
  },
59
91
  codebase: {
60
92
  gitRepo: 'https://github.com/ZIGChain/zigchain',
@@ -90,17 +122,26 @@ const info = {
90
122
  version: '1.25.4'
91
123
  }
92
124
  },
93
- explorers: [{
125
+ explorers: [
126
+ {
94
127
  kind: 'range',
95
128
  url: 'https://app.range.org/address/zigchain-testnet/zigchain',
96
129
  txPage: 'https://app.range.org/tx/zig-test-2/${txHash}',
97
130
  accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}'
98
- }, {
131
+ },
132
+ {
99
133
  kind: 'zigscan',
100
134
  url: 'https://testnet.zigscan.org',
101
135
  txPage: 'https://testnet.zigscan.org/tx/${txHash}',
102
136
  accountPage: 'https://testnet.zigscan.org/address/${accountAddress}'
103
- }],
137
+ },
138
+ {
139
+ kind: 'nodestake',
140
+ url: 'https://explorer.nodestake.org/zigchain-testnet',
141
+ txPage: 'https://explorer.nodestake.org/zigchain-testnet/tx/${txHash}',
142
+ accountPage: 'https://explorer.nodestake.org/zigchain-testnet/account/${accountAddress}'
143
+ }
144
+ ],
104
145
  keywords: [
105
146
  'wealth generation',
106
147
  'rwa',