chain-registry 2.0.51 → 2.0.52
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.
- package/esm/mainnet/bitsong/ibc-data.js +29 -0
- package/esm/mainnet/cosmoshub/asset-list.js +20 -0
- package/esm/mainnet/neutron/ibc-data.js +29 -0
- package/esm/mainnet/sunrise/chain.js +18 -0
- package/mainnet/bitsong/ibc-data.js +29 -0
- package/mainnet/cosmoshub/asset-list.js +20 -0
- package/mainnet/neutron/ibc-data.js +29 -0
- package/mainnet/sunrise/chain.js +18 -0
- package/package.json +3 -3
|
@@ -143,6 +143,35 @@ const info = [
|
|
|
143
143
|
}
|
|
144
144
|
}]
|
|
145
145
|
},
|
|
146
|
+
{
|
|
147
|
+
$schema: '../ibc_data.schema.json',
|
|
148
|
+
chain1: {
|
|
149
|
+
chainName: 'bitsong',
|
|
150
|
+
clientId: '07-tendermint-83',
|
|
151
|
+
connectionId: 'connection-58'
|
|
152
|
+
},
|
|
153
|
+
chain2: {
|
|
154
|
+
chainName: 'neutron',
|
|
155
|
+
clientId: '07-tendermint-182',
|
|
156
|
+
connectionId: 'connection-136'
|
|
157
|
+
},
|
|
158
|
+
channels: [{
|
|
159
|
+
chain1: {
|
|
160
|
+
channelId: 'channel-39',
|
|
161
|
+
portId: 'transfer'
|
|
162
|
+
},
|
|
163
|
+
chain2: {
|
|
164
|
+
channelId: 'channel-7232',
|
|
165
|
+
portId: 'transfer'
|
|
166
|
+
},
|
|
167
|
+
ordering: 'unordered',
|
|
168
|
+
version: 'ics20-1',
|
|
169
|
+
tags: {
|
|
170
|
+
status: 'live',
|
|
171
|
+
preferred: true
|
|
172
|
+
}
|
|
173
|
+
}]
|
|
174
|
+
},
|
|
146
175
|
{
|
|
147
176
|
$schema: '../ibc_data.schema.json',
|
|
148
177
|
chain1: {
|
|
@@ -733,6 +733,26 @@ const info = {
|
|
|
733
733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
734
734
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
735
735
|
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
description: 'Quark ($QUARK) is the first permissionless CosmWasm token launched on the Cosmos Hub.',
|
|
739
|
+
denomUnits: [{
|
|
740
|
+
denom: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
741
|
+
exponent: 0
|
|
742
|
+
}, {
|
|
743
|
+
denom: 'quark',
|
|
744
|
+
exponent: 6
|
|
745
|
+
}],
|
|
746
|
+
typeAsset: 'sdk.coin',
|
|
747
|
+
base: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
748
|
+
name: 'Quark',
|
|
749
|
+
display: 'quark',
|
|
750
|
+
symbol: 'QUARK',
|
|
751
|
+
logoURIs: {
|
|
752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.png',
|
|
753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.svg'
|
|
754
|
+
},
|
|
755
|
+
keywords: ['memecoin']
|
|
736
756
|
}
|
|
737
757
|
]
|
|
738
758
|
};
|
|
@@ -115,6 +115,35 @@ const info = [
|
|
|
115
115
|
}
|
|
116
116
|
}]
|
|
117
117
|
},
|
|
118
|
+
{
|
|
119
|
+
$schema: '../ibc_data.schema.json',
|
|
120
|
+
chain1: {
|
|
121
|
+
chainName: 'bitsong',
|
|
122
|
+
clientId: '07-tendermint-83',
|
|
123
|
+
connectionId: 'connection-58'
|
|
124
|
+
},
|
|
125
|
+
chain2: {
|
|
126
|
+
chainName: 'neutron',
|
|
127
|
+
clientId: '07-tendermint-182',
|
|
128
|
+
connectionId: 'connection-136'
|
|
129
|
+
},
|
|
130
|
+
channels: [{
|
|
131
|
+
chain1: {
|
|
132
|
+
channelId: 'channel-39',
|
|
133
|
+
portId: 'transfer'
|
|
134
|
+
},
|
|
135
|
+
chain2: {
|
|
136
|
+
channelId: 'channel-7232',
|
|
137
|
+
portId: 'transfer'
|
|
138
|
+
},
|
|
139
|
+
ordering: 'unordered',
|
|
140
|
+
version: 'ics20-1',
|
|
141
|
+
tags: {
|
|
142
|
+
status: 'live',
|
|
143
|
+
preferred: true
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
118
147
|
{
|
|
119
148
|
$schema: '../ibc_data.schema.json',
|
|
120
149
|
chain1: {
|
|
@@ -87,6 +87,10 @@ const info = {
|
|
|
87
87
|
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
88
88
|
provider: 'Krews'
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
|
|
92
|
+
provider: 'deNodes'
|
|
93
|
+
},
|
|
90
94
|
{
|
|
91
95
|
address: 'http://sunrise.rpc.decentrio.ventures',
|
|
92
96
|
provider: 'Decentrio'
|
|
@@ -137,6 +141,10 @@ const info = {
|
|
|
137
141
|
address: 'https://sunrise-api-2.krews.xyz',
|
|
138
142
|
provider: 'Krews'
|
|
139
143
|
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
|
|
146
|
+
provider: 'deNodes'
|
|
147
|
+
},
|
|
140
148
|
{
|
|
141
149
|
address: 'https://sunrise.api.decentrio.ventures',
|
|
142
150
|
provider: 'Decentrio'
|
|
@@ -171,6 +179,10 @@ const info = {
|
|
|
171
179
|
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
172
180
|
provider: 'NodeStake'
|
|
173
181
|
},
|
|
182
|
+
{
|
|
183
|
+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
|
|
184
|
+
provider: 'deNodes'
|
|
185
|
+
},
|
|
174
186
|
{
|
|
175
187
|
address: 'https://sunrise.grpc.decentrio.ventures:443',
|
|
176
188
|
provider: 'Decentrio'
|
|
@@ -225,6 +237,12 @@ const info = {
|
|
|
225
237
|
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
226
238
|
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
227
239
|
},
|
|
240
|
+
{
|
|
241
|
+
kind: 'deNodes',
|
|
242
|
+
url: 'https://risescan.denodes.app/',
|
|
243
|
+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
|
|
244
|
+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
|
|
245
|
+
},
|
|
228
246
|
{
|
|
229
247
|
kind: 'Synergy Nodes Explorer',
|
|
230
248
|
url: 'https://cosmosrun.info/sunrise',
|
|
@@ -145,6 +145,35 @@ const info = [
|
|
|
145
145
|
}
|
|
146
146
|
}]
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
$schema: '../ibc_data.schema.json',
|
|
150
|
+
chain1: {
|
|
151
|
+
chainName: 'bitsong',
|
|
152
|
+
clientId: '07-tendermint-83',
|
|
153
|
+
connectionId: 'connection-58'
|
|
154
|
+
},
|
|
155
|
+
chain2: {
|
|
156
|
+
chainName: 'neutron',
|
|
157
|
+
clientId: '07-tendermint-182',
|
|
158
|
+
connectionId: 'connection-136'
|
|
159
|
+
},
|
|
160
|
+
channels: [{
|
|
161
|
+
chain1: {
|
|
162
|
+
channelId: 'channel-39',
|
|
163
|
+
portId: 'transfer'
|
|
164
|
+
},
|
|
165
|
+
chain2: {
|
|
166
|
+
channelId: 'channel-7232',
|
|
167
|
+
portId: 'transfer'
|
|
168
|
+
},
|
|
169
|
+
ordering: 'unordered',
|
|
170
|
+
version: 'ics20-1',
|
|
171
|
+
tags: {
|
|
172
|
+
status: 'live',
|
|
173
|
+
preferred: true
|
|
174
|
+
}
|
|
175
|
+
}]
|
|
176
|
+
},
|
|
148
177
|
{
|
|
149
178
|
$schema: '../ibc_data.schema.json',
|
|
150
179
|
chain1: {
|
|
@@ -735,6 +735,26 @@ const info = {
|
|
|
735
735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
736
736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
737
737
|
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
description: 'Quark ($QUARK) is the first permissionless CosmWasm token launched on the Cosmos Hub.',
|
|
741
|
+
denomUnits: [{
|
|
742
|
+
denom: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
743
|
+
exponent: 0
|
|
744
|
+
}, {
|
|
745
|
+
denom: 'quark',
|
|
746
|
+
exponent: 6
|
|
747
|
+
}],
|
|
748
|
+
typeAsset: 'sdk.coin',
|
|
749
|
+
base: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
|
|
750
|
+
name: 'Quark',
|
|
751
|
+
display: 'quark',
|
|
752
|
+
symbol: 'QUARK',
|
|
753
|
+
logoURIs: {
|
|
754
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.png',
|
|
755
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.svg'
|
|
756
|
+
},
|
|
757
|
+
keywords: ['memecoin']
|
|
738
758
|
}
|
|
739
759
|
]
|
|
740
760
|
};
|
|
@@ -117,6 +117,35 @@ const info = [
|
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
$schema: '../ibc_data.schema.json',
|
|
122
|
+
chain1: {
|
|
123
|
+
chainName: 'bitsong',
|
|
124
|
+
clientId: '07-tendermint-83',
|
|
125
|
+
connectionId: 'connection-58'
|
|
126
|
+
},
|
|
127
|
+
chain2: {
|
|
128
|
+
chainName: 'neutron',
|
|
129
|
+
clientId: '07-tendermint-182',
|
|
130
|
+
connectionId: 'connection-136'
|
|
131
|
+
},
|
|
132
|
+
channels: [{
|
|
133
|
+
chain1: {
|
|
134
|
+
channelId: 'channel-39',
|
|
135
|
+
portId: 'transfer'
|
|
136
|
+
},
|
|
137
|
+
chain2: {
|
|
138
|
+
channelId: 'channel-7232',
|
|
139
|
+
portId: 'transfer'
|
|
140
|
+
},
|
|
141
|
+
ordering: 'unordered',
|
|
142
|
+
version: 'ics20-1',
|
|
143
|
+
tags: {
|
|
144
|
+
status: 'live',
|
|
145
|
+
preferred: true
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
120
149
|
{
|
|
121
150
|
$schema: '../ibc_data.schema.json',
|
|
122
151
|
chain1: {
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -89,6 +89,10 @@ const info = {
|
|
|
89
89
|
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
90
90
|
provider: 'Krews'
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
|
|
94
|
+
provider: 'deNodes'
|
|
95
|
+
},
|
|
92
96
|
{
|
|
93
97
|
address: 'http://sunrise.rpc.decentrio.ventures',
|
|
94
98
|
provider: 'Decentrio'
|
|
@@ -139,6 +143,10 @@ const info = {
|
|
|
139
143
|
address: 'https://sunrise-api-2.krews.xyz',
|
|
140
144
|
provider: 'Krews'
|
|
141
145
|
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
|
|
148
|
+
provider: 'deNodes'
|
|
149
|
+
},
|
|
142
150
|
{
|
|
143
151
|
address: 'https://sunrise.api.decentrio.ventures',
|
|
144
152
|
provider: 'Decentrio'
|
|
@@ -173,6 +181,10 @@ const info = {
|
|
|
173
181
|
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
174
182
|
provider: 'NodeStake'
|
|
175
183
|
},
|
|
184
|
+
{
|
|
185
|
+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
|
|
186
|
+
provider: 'deNodes'
|
|
187
|
+
},
|
|
176
188
|
{
|
|
177
189
|
address: 'https://sunrise.grpc.decentrio.ventures:443',
|
|
178
190
|
provider: 'Decentrio'
|
|
@@ -227,6 +239,12 @@ const info = {
|
|
|
227
239
|
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
228
240
|
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
229
241
|
},
|
|
242
|
+
{
|
|
243
|
+
kind: 'deNodes',
|
|
244
|
+
url: 'https://risescan.denodes.app/',
|
|
245
|
+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
|
|
246
|
+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
|
|
247
|
+
},
|
|
230
248
|
{
|
|
231
249
|
kind: 'Synergy Nodes Explorer',
|
|
232
250
|
url: 'https://cosmosrun.info/sunrise',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.52",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^2.0.52"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b8ebb4365cb658b15ca687b0335386d1c624efc3"
|
|
43
43
|
}
|