chain-registry 2.0.47 → 2.0.49
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/asset-lists.js +2 -0
- package/esm/mainnet/babylon/asset-list.js +31 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/chihuahua/chain.js +0 -8
- package/esm/mainnet/cosmoshub/ibc-data.js +43 -0
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/injective/asset-list.js +24 -0
- package/esm/mainnet/intento/asset-list.js +28 -0
- package/esm/mainnet/intento/chain.js +62 -0
- package/esm/mainnet/intento/ibc-data.js +72 -0
- package/esm/mainnet/intento/index.js +6 -0
- package/esm/mainnet/kichain/chain.js +0 -8
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/nolus/chain.js +0 -8
- package/esm/mainnet/osmosis/ibc-data.js +29 -0
- package/esm/mainnet/passage/chain.js +0 -8
- package/esm/mainnet/quicksilver/chain.js +0 -4
- package/esm/mainnet/rizon/chain.js +0 -8
- package/esm/mainnet/saga/ibc-data.js +29 -0
- package/esm/mainnet/sentinel/chain.js +0 -8
- package/esm/mainnet/sunrise/chain.js +46 -3
- package/esm/mainnet/teritori/chain.js +0 -8
- package/esm/mainnet/thorchain/asset-list.js +1 -0
- package/esm/mainnet/titan/chain.js +0 -8
- package/esm/noncosmos/binancesmartchain/asset-list.js +22 -0
- package/esm/testnet/xplatestnet/chain.js +7 -7
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/babylon/asset-list.js +31 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/chihuahua/chain.js +0 -8
- package/mainnet/cosmoshub/ibc-data.js +43 -0
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/injective/asset-list.js +24 -0
- package/mainnet/intento/asset-list.d.ts +3 -0
- package/mainnet/intento/asset-list.js +30 -0
- package/mainnet/intento/chain.d.ts +3 -0
- package/mainnet/intento/chain.js +64 -0
- package/mainnet/intento/ibc-data.d.ts +3 -0
- package/mainnet/intento/ibc-data.js +74 -0
- package/mainnet/intento/index.d.ts +3 -0
- package/mainnet/intento/index.js +12 -0
- package/mainnet/kichain/chain.js +0 -8
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/nolus/chain.js +0 -8
- package/mainnet/osmosis/ibc-data.js +29 -0
- package/mainnet/passage/chain.js +0 -8
- package/mainnet/quicksilver/chain.js +0 -4
- package/mainnet/rizon/chain.js +0 -8
- package/mainnet/saga/ibc-data.js +29 -0
- package/mainnet/sentinel/chain.js +0 -8
- package/mainnet/sunrise/chain.js +46 -3
- package/mainnet/teritori/chain.js +0 -8
- package/mainnet/thorchain/asset-list.js +1 -0
- package/mainnet/titan/chain.js +0 -8
- package/noncosmos/binancesmartchain/asset-list.js +22 -0
- package/package.json +3 -3
- package/testnet/xplatestnet/chain.js +7 -7
package/mainnet/rizon/chain.js
CHANGED
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://rpc.rizon.chaintools.tech/',
|
|
50
50
|
provider: 'ChainTools'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://rizon-rpc.ibs.team/',
|
|
54
|
-
provider: 'Inter Blockchain Services'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://rizon-rpc.publicnode.com:443',
|
|
58
54
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -67,10 +63,6 @@ const info = {
|
|
|
67
63
|
address: 'https://api.rizon.chaintools.tech/',
|
|
68
64
|
provider: 'ChainTools'
|
|
69
65
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://rizon-api.ibs.team/',
|
|
72
|
-
provider: 'Inter Blockchain Services'
|
|
73
|
-
},
|
|
74
66
|
{
|
|
75
67
|
address: 'https://rizon-rest.publicnode.com',
|
|
76
68
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/mainnet/saga/ibc-data.js
CHANGED
|
@@ -88,6 +88,35 @@ const info = [
|
|
|
88
88
|
}
|
|
89
89
|
}]
|
|
90
90
|
},
|
|
91
|
+
{
|
|
92
|
+
$schema: '../ibc_data.schema.json',
|
|
93
|
+
chain1: {
|
|
94
|
+
chainName: 'noble',
|
|
95
|
+
clientId: '07-tendermint-181',
|
|
96
|
+
connectionId: 'connection-175'
|
|
97
|
+
},
|
|
98
|
+
chain2: {
|
|
99
|
+
chainName: 'saga',
|
|
100
|
+
clientId: '07-tendermint-28',
|
|
101
|
+
connectionId: 'connection-23'
|
|
102
|
+
},
|
|
103
|
+
channels: [{
|
|
104
|
+
chain1: {
|
|
105
|
+
channelId: 'channel-169',
|
|
106
|
+
portId: 'transfer'
|
|
107
|
+
},
|
|
108
|
+
chain2: {
|
|
109
|
+
channelId: 'channel-37',
|
|
110
|
+
portId: 'transfer'
|
|
111
|
+
},
|
|
112
|
+
ordering: 'unordered',
|
|
113
|
+
version: 'ics20-1',
|
|
114
|
+
tags: {
|
|
115
|
+
status: 'live',
|
|
116
|
+
preferred: true
|
|
117
|
+
}
|
|
118
|
+
}]
|
|
119
|
+
},
|
|
91
120
|
{
|
|
92
121
|
$schema: '../ibc_data.schema.json',
|
|
93
122
|
chain1: {
|
|
@@ -114,10 +114,6 @@ const info = {
|
|
|
114
114
|
address: 'https://rpc-sentinel.chainvibes.com:443',
|
|
115
115
|
provider: 'chainvibes'
|
|
116
116
|
},
|
|
117
|
-
{
|
|
118
|
-
address: 'https://sentinel-rpc.ibs.team:443',
|
|
119
|
-
provider: 'Inter Blockchain Services'
|
|
120
|
-
},
|
|
121
117
|
{
|
|
122
118
|
address: 'https://sentinel.rpc.quasarstaking.ai:443',
|
|
123
119
|
provider: 'Quasar'
|
|
@@ -188,10 +184,6 @@ const info = {
|
|
|
188
184
|
address: 'https://api-sentinel.chainvibes.com:443',
|
|
189
185
|
provider: 'chainvibes'
|
|
190
186
|
},
|
|
191
|
-
{
|
|
192
|
-
address: 'https://sentinel-api.ibs.team:443',
|
|
193
|
-
provider: 'Inter Blockchain Services'
|
|
194
|
-
},
|
|
195
187
|
{
|
|
196
188
|
address: 'https://sentinel.api.quasarstaking.ai:443',
|
|
197
189
|
provider: 'Quasar'
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -72,6 +72,18 @@ const info = {
|
|
|
72
72
|
{
|
|
73
73
|
address: 'https://rpc.sunrise.tcnetwork.io',
|
|
74
74
|
provider: 'TC Network'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://rpc.sunrise.nodestake.org',
|
|
78
|
+
provider: 'NodeStake'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://sunrise-rpc.krews.xyz',
|
|
82
|
+
provider: 'Krews'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
86
|
+
provider: 'Krews'
|
|
75
87
|
}
|
|
76
88
|
],
|
|
77
89
|
rest: [
|
|
@@ -90,15 +102,34 @@ const info = {
|
|
|
90
102
|
{
|
|
91
103
|
address: 'https://rest.sunrise.tcnetwork.io',
|
|
92
104
|
provider: 'TC Network'
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
address: 'https://api.sunrise.nodestake.org',
|
|
108
|
+
provider: 'NodeStake'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://sunrise-api.krews.xyz',
|
|
112
|
+
provider: 'Krews'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://sunrise-api-2.krews.xyz',
|
|
116
|
+
provider: 'Krews'
|
|
93
117
|
}
|
|
94
118
|
],
|
|
95
|
-
grpc: [
|
|
119
|
+
grpc: [
|
|
120
|
+
{
|
|
96
121
|
address: 'https://a.consensus.sunrise-1.sunriselayer.io:9092',
|
|
97
122
|
provider: 'Sunrise Team'
|
|
98
|
-
},
|
|
123
|
+
},
|
|
124
|
+
{
|
|
99
125
|
address: 'https://grpc-sunrise.nodeist.net',
|
|
100
126
|
provider: 'Nodeist'
|
|
101
|
-
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
130
|
+
provider: 'NodeStake'
|
|
131
|
+
}
|
|
132
|
+
]
|
|
102
133
|
},
|
|
103
134
|
explorers: [
|
|
104
135
|
{
|
|
@@ -123,6 +154,18 @@ const info = {
|
|
|
123
154
|
url: 'https://explorer.ist/sunrise',
|
|
124
155
|
txPage: 'https://explorer.ist/sunrise/tx/${txHash}',
|
|
125
156
|
accountPage: 'https://explorer.ist/sunrise/account/${accountAddress}'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
kind: 'NodeStake explorer',
|
|
160
|
+
url: 'https://explorer.nodestake.org/sunrise',
|
|
161
|
+
txPage: 'https://explorer.nodestake.org/sunrise/tx/${txHash}',
|
|
162
|
+
accountPage: 'https://explorer.nodestake.org/sunrise/account/${accountAddress}'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
kind: 'Krews',
|
|
166
|
+
url: 'https://risescan.krews.xyz',
|
|
167
|
+
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
168
|
+
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
126
169
|
}
|
|
127
170
|
],
|
|
128
171
|
images: [{
|
|
@@ -69,10 +69,6 @@ const info = {
|
|
|
69
69
|
address: 'https://rpc.teritori.silentvalidator.com/',
|
|
70
70
|
provider: 'silent'
|
|
71
71
|
},
|
|
72
|
-
{
|
|
73
|
-
address: 'https://teritori-rpc.ibs.team',
|
|
74
|
-
provider: 'Inter Blockchain Services'
|
|
75
|
-
},
|
|
76
72
|
{
|
|
77
73
|
address: 'https://teritori.rpc.kjnodes.com',
|
|
78
74
|
provider: 'kjnodes'
|
|
@@ -131,10 +127,6 @@ const info = {
|
|
|
131
127
|
address: 'https://api.teritori.silentvalidator.com/',
|
|
132
128
|
provider: 'silent'
|
|
133
129
|
},
|
|
134
|
-
{
|
|
135
|
-
address: 'https://teritori-api.ibs.team',
|
|
136
|
-
provider: 'Inter Blockchain Services'
|
|
137
|
-
},
|
|
138
130
|
{
|
|
139
131
|
address: 'https://teritori.api.kjnodes.com',
|
|
140
132
|
provider: 'kjnodes'
|
package/mainnet/titan/chain.js
CHANGED
|
@@ -76,10 +76,6 @@ const info = {
|
|
|
76
76
|
{
|
|
77
77
|
address: 'https://titan-rpc-hongkong.titanlab.io:443',
|
|
78
78
|
provider: 'Titanlab.io'
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
address: 'https://titan-rpc.ibs.team',
|
|
82
|
-
provider: 'Inter Blockchain Services'
|
|
83
79
|
}
|
|
84
80
|
],
|
|
85
81
|
rest: [
|
|
@@ -98,10 +94,6 @@ const info = {
|
|
|
98
94
|
{
|
|
99
95
|
address: 'https://titan-lcd-hongkong.titanlab.io:443',
|
|
100
96
|
provider: 'Titanlab.io'
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://titan-api.ibs.team',
|
|
104
|
-
provider: 'Inter Blockchain Services'
|
|
105
97
|
}
|
|
106
98
|
],
|
|
107
99
|
grpc: [
|
|
@@ -207,6 +207,28 @@ const info = {
|
|
|
207
207
|
circle: true
|
|
208
208
|
}
|
|
209
209
|
}]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The first non-custodial Bitcoin product designed for DeFi',
|
|
213
|
+
denomUnits: [{
|
|
214
|
+
denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
215
|
+
exponent: 0
|
|
216
|
+
}, {
|
|
217
|
+
denom: 'CoBTC',
|
|
218
|
+
exponent: 8
|
|
219
|
+
}],
|
|
220
|
+
typeAsset: 'erc20',
|
|
221
|
+
address: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
222
|
+
base: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
|
|
223
|
+
name: 'Coffer Bitcoin',
|
|
224
|
+
display: 'CoBTC',
|
|
225
|
+
symbol: 'CoBTC',
|
|
226
|
+
logoURIs: {
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
228
|
+
},
|
|
229
|
+
images: [{
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
231
|
+
}]
|
|
210
232
|
}
|
|
211
233
|
]
|
|
212
234
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.49",
|
|
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.49"
|
|
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": "59c0da6f87e9e03e6c68325569ef0608c755e784"
|
|
43
43
|
}
|
|
@@ -30,11 +30,11 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/xpladev/xpla',
|
|
33
|
-
recommendedVersion: 'v1.
|
|
34
|
-
compatibleVersions: ['v1.
|
|
33
|
+
recommendedVersion: 'v1.8.0-rc2',
|
|
34
|
+
compatibleVersions: ['v1.8.0-rc2'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.38.
|
|
37
|
+
version: 'v0.38.17'
|
|
38
38
|
},
|
|
39
39
|
genesis: {
|
|
40
40
|
genesisUrl: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json'
|
|
@@ -42,15 +42,15 @@ const info = {
|
|
|
42
42
|
sdk: {
|
|
43
43
|
type: 'cosmos',
|
|
44
44
|
repo: 'https://github.com/xpladev/cosmos-sdk',
|
|
45
|
-
version: 'v0.
|
|
46
|
-
tag: 'v0.
|
|
45
|
+
version: 'v0.53.4',
|
|
46
|
+
tag: 'v0.53.4-xpla'
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: '
|
|
50
|
+
version: 'v10.3.0'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
|
-
version: 'v0.
|
|
53
|
+
version: 'v0.60.1'
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
logoURIs: {
|