chain-registry 2.0.47 → 2.0.48
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/chihuahua/chain.js +0 -8
- 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/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 +24 -3
- package/esm/mainnet/teritori/chain.js +0 -8
- package/esm/mainnet/titan/chain.js +0 -8
- package/esm/testnet/xplatestnet/chain.js +7 -7
- package/mainnet/chihuahua/chain.js +0 -8
- package/mainnet/kichain/chain.js +0 -8
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/nolus/chain.js +0 -8
- 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 +24 -3
- package/mainnet/teritori/chain.js +0 -8
- package/mainnet/titan/chain.js +0 -8
- package/package.json +3 -3
- package/testnet/xplatestnet/chain.js +7 -7
|
@@ -105,10 +105,6 @@ const info = {
|
|
|
105
105
|
address: 'https://rpc.chihuahua.validatus.com',
|
|
106
106
|
provider: 'Validatus'
|
|
107
107
|
},
|
|
108
|
-
{
|
|
109
|
-
address: 'https://chihuahua-rpc.ibs.team',
|
|
110
|
-
provider: 'Inter Blockchain Services'
|
|
111
|
-
},
|
|
112
108
|
{
|
|
113
109
|
address: 'https://chihuahua.rpc.nodeshub.online:443',
|
|
114
110
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
@@ -163,10 +159,6 @@ const info = {
|
|
|
163
159
|
address: 'https://api.chihuahua.validatus.com',
|
|
164
160
|
provider: 'Validatus'
|
|
165
161
|
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://chihuahua-api.ibs.team',
|
|
168
|
-
provider: 'Inter Blockchain Services'
|
|
169
|
-
},
|
|
170
162
|
{
|
|
171
163
|
address: 'https://chihuahua.api.nodeshub.online:443',
|
|
172
164
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
@@ -68,10 +68,6 @@ const info = {
|
|
|
68
68
|
address: 'http://ki-chain.statesync.nodersteam.com:14657',
|
|
69
69
|
provider: '[NODERS]TEAM'
|
|
70
70
|
},
|
|
71
|
-
{
|
|
72
|
-
address: 'https://ki-rpc.ibs.team/',
|
|
73
|
-
provider: 'Inter Blockchain Services'
|
|
74
|
-
},
|
|
75
71
|
{
|
|
76
72
|
address: 'https://rpc.kichain-2.kichain.aviaone.com',
|
|
77
73
|
provider: 'AVIAONE 🟢'
|
|
@@ -110,10 +106,6 @@ const info = {
|
|
|
110
106
|
address: 'https://rest.lavenderfive.com:443/kichain',
|
|
111
107
|
provider: 'Lavender.Five Nodes 🐝'
|
|
112
108
|
},
|
|
113
|
-
{
|
|
114
|
-
address: 'https://ki-api.ibs.team/',
|
|
115
|
-
provider: 'Inter Blockchain Services'
|
|
116
|
-
},
|
|
117
109
|
{
|
|
118
110
|
address: 'https://api.kichain-2.kichain.aviaone.com',
|
|
119
111
|
provider: 'AVIAONE 🟢'
|
|
@@ -1212,6 +1212,35 @@ const info = [
|
|
|
1212
1212
|
}
|
|
1213
1213
|
}]
|
|
1214
1214
|
},
|
|
1215
|
+
{
|
|
1216
|
+
$schema: '../ibc_data.schema.json',
|
|
1217
|
+
chain1: {
|
|
1218
|
+
chainName: 'noble',
|
|
1219
|
+
clientId: '07-tendermint-182',
|
|
1220
|
+
connectionId: 'connection-176'
|
|
1221
|
+
},
|
|
1222
|
+
chain2: {
|
|
1223
|
+
chainName: 'saga',
|
|
1224
|
+
clientId: '07-tendermint-31',
|
|
1225
|
+
connectionId: 'connection-26'
|
|
1226
|
+
},
|
|
1227
|
+
channels: [{
|
|
1228
|
+
chain1: {
|
|
1229
|
+
channelId: 'channel-170',
|
|
1230
|
+
portId: 'transfer'
|
|
1231
|
+
},
|
|
1232
|
+
chain2: {
|
|
1233
|
+
channelId: 'channel-38',
|
|
1234
|
+
portId: 'transfer'
|
|
1235
|
+
},
|
|
1236
|
+
ordering: 'unordered',
|
|
1237
|
+
version: 'ics20-1',
|
|
1238
|
+
tags: {
|
|
1239
|
+
status: 'live',
|
|
1240
|
+
preferred: true
|
|
1241
|
+
}
|
|
1242
|
+
}]
|
|
1243
|
+
},
|
|
1215
1244
|
{
|
|
1216
1245
|
$schema: '../ibc_data.schema.json',
|
|
1217
1246
|
chain1: {
|
|
@@ -140,10 +140,6 @@ const info = {
|
|
|
140
140
|
{
|
|
141
141
|
address: 'https://nolus-rpc.publicnode.com:443',
|
|
142
142
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
address: 'https://nolus-rpc.ibs.team',
|
|
146
|
-
provider: 'Inter Blockchain Services'
|
|
147
143
|
}
|
|
148
144
|
],
|
|
149
145
|
rest: [
|
|
@@ -186,10 +182,6 @@ const info = {
|
|
|
186
182
|
{
|
|
187
183
|
address: 'https://nolus-rest.publicnode.com',
|
|
188
184
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
address: 'https://nolus-api.ibs.team',
|
|
192
|
-
provider: 'Inter Blockchain Services'
|
|
193
185
|
}
|
|
194
186
|
],
|
|
195
187
|
grpc: [
|
|
@@ -80,10 +80,6 @@ const info = {
|
|
|
80
80
|
address: 'https://passage-rpc.polkachu.com',
|
|
81
81
|
provider: 'Polkachu'
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
address: 'https://passage-rpc.ibs.team/',
|
|
85
|
-
provider: 'Inter Blockchain Services'
|
|
86
|
-
},
|
|
87
83
|
{
|
|
88
84
|
address: 'https://rpc-passage.d-stake.xyz',
|
|
89
85
|
provider: 'D-stake'
|
|
@@ -146,10 +142,6 @@ const info = {
|
|
|
146
142
|
address: 'https://passage-api.polkachu.com',
|
|
147
143
|
provider: 'Polkachu'
|
|
148
144
|
},
|
|
149
|
-
{
|
|
150
|
-
address: 'https://passage-api.ibs.team/',
|
|
151
|
-
provider: 'Inter Blockchain Services'
|
|
152
|
-
},
|
|
153
145
|
{
|
|
154
146
|
address: 'https://api-passage.d-stake.xyz',
|
|
155
147
|
provider: 'D-stake'
|
|
@@ -78,10 +78,6 @@ const info = {
|
|
|
78
78
|
address: 'http://quick.rpc.m.stavr.tech:21027',
|
|
79
79
|
provider: '🔥STAVR🔥'
|
|
80
80
|
},
|
|
81
|
-
{
|
|
82
|
-
address: 'https://quicksilver-rpc.ibs.team:443',
|
|
83
|
-
provider: 'Inter Blockchain Services'
|
|
84
|
-
},
|
|
85
81
|
{
|
|
86
82
|
address: 'https://quicksilver.rpc.kjnodes.com',
|
|
87
83
|
provider: 'kjnodes'
|
|
@@ -47,10 +47,6 @@ const info = {
|
|
|
47
47
|
address: 'https://rpc.rizon.chaintools.tech/',
|
|
48
48
|
provider: 'ChainTools'
|
|
49
49
|
},
|
|
50
|
-
{
|
|
51
|
-
address: 'https://rizon-rpc.ibs.team/',
|
|
52
|
-
provider: 'Inter Blockchain Services'
|
|
53
|
-
},
|
|
54
50
|
{
|
|
55
51
|
address: 'https://rizon-rpc.publicnode.com:443',
|
|
56
52
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -65,10 +61,6 @@ const info = {
|
|
|
65
61
|
address: 'https://api.rizon.chaintools.tech/',
|
|
66
62
|
provider: 'ChainTools'
|
|
67
63
|
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://rizon-api.ibs.team/',
|
|
70
|
-
provider: 'Inter Blockchain Services'
|
|
71
|
-
},
|
|
72
64
|
{
|
|
73
65
|
address: 'https://rizon-rest.publicnode.com',
|
|
74
66
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -86,6 +86,35 @@ const info = [
|
|
|
86
86
|
}
|
|
87
87
|
}]
|
|
88
88
|
},
|
|
89
|
+
{
|
|
90
|
+
$schema: '../ibc_data.schema.json',
|
|
91
|
+
chain1: {
|
|
92
|
+
chainName: 'noble',
|
|
93
|
+
clientId: '07-tendermint-182',
|
|
94
|
+
connectionId: 'connection-176'
|
|
95
|
+
},
|
|
96
|
+
chain2: {
|
|
97
|
+
chainName: 'saga',
|
|
98
|
+
clientId: '07-tendermint-31',
|
|
99
|
+
connectionId: 'connection-26'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain1: {
|
|
103
|
+
channelId: 'channel-170',
|
|
104
|
+
portId: 'transfer'
|
|
105
|
+
},
|
|
106
|
+
chain2: {
|
|
107
|
+
channelId: 'channel-38',
|
|
108
|
+
portId: 'transfer'
|
|
109
|
+
},
|
|
110
|
+
ordering: 'unordered',
|
|
111
|
+
version: 'ics20-1',
|
|
112
|
+
tags: {
|
|
113
|
+
status: 'live',
|
|
114
|
+
preferred: true
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
89
118
|
{
|
|
90
119
|
$schema: '../ibc_data.schema.json',
|
|
91
120
|
chain1: {
|
|
@@ -112,10 +112,6 @@ const info = {
|
|
|
112
112
|
address: 'https://rpc-sentinel.chainvibes.com:443',
|
|
113
113
|
provider: 'chainvibes'
|
|
114
114
|
},
|
|
115
|
-
{
|
|
116
|
-
address: 'https://sentinel-rpc.ibs.team:443',
|
|
117
|
-
provider: 'Inter Blockchain Services'
|
|
118
|
-
},
|
|
119
115
|
{
|
|
120
116
|
address: 'https://sentinel.rpc.quasarstaking.ai:443',
|
|
121
117
|
provider: 'Quasar'
|
|
@@ -186,10 +182,6 @@ const info = {
|
|
|
186
182
|
address: 'https://api-sentinel.chainvibes.com:443',
|
|
187
183
|
provider: 'chainvibes'
|
|
188
184
|
},
|
|
189
|
-
{
|
|
190
|
-
address: 'https://sentinel-api.ibs.team:443',
|
|
191
|
-
provider: 'Inter Blockchain Services'
|
|
192
|
-
},
|
|
193
185
|
{
|
|
194
186
|
address: 'https://sentinel.api.quasarstaking.ai:443',
|
|
195
187
|
provider: 'Quasar'
|
|
@@ -70,6 +70,10 @@ const info = {
|
|
|
70
70
|
{
|
|
71
71
|
address: 'https://rpc.sunrise.tcnetwork.io',
|
|
72
72
|
provider: 'TC Network'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://rpc.sunrise.nodestake.org',
|
|
76
|
+
provider: 'NodeStake'
|
|
73
77
|
}
|
|
74
78
|
],
|
|
75
79
|
rest: [
|
|
@@ -88,15 +92,26 @@ const info = {
|
|
|
88
92
|
{
|
|
89
93
|
address: 'https://rest.sunrise.tcnetwork.io',
|
|
90
94
|
provider: 'TC Network'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://api.sunrise.nodestake.org',
|
|
98
|
+
provider: 'NodeStake'
|
|
91
99
|
}
|
|
92
100
|
],
|
|
93
|
-
grpc: [
|
|
101
|
+
grpc: [
|
|
102
|
+
{
|
|
94
103
|
address: 'https://a.consensus.sunrise-1.sunriselayer.io:9092',
|
|
95
104
|
provider: 'Sunrise Team'
|
|
96
|
-
},
|
|
105
|
+
},
|
|
106
|
+
{
|
|
97
107
|
address: 'https://grpc-sunrise.nodeist.net',
|
|
98
108
|
provider: 'Nodeist'
|
|
99
|
-
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
112
|
+
provider: 'NodeStake'
|
|
113
|
+
}
|
|
114
|
+
]
|
|
100
115
|
},
|
|
101
116
|
explorers: [
|
|
102
117
|
{
|
|
@@ -121,6 +136,12 @@ const info = {
|
|
|
121
136
|
url: 'https://explorer.ist/sunrise',
|
|
122
137
|
txPage: 'https://explorer.ist/sunrise/tx/${txHash}',
|
|
123
138
|
accountPage: 'https://explorer.ist/sunrise/account/${accountAddress}'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
kind: 'NodeStake explorer',
|
|
142
|
+
url: 'https://explorer.nodestake.org/sunrise',
|
|
143
|
+
txPage: 'https://explorer.nodestake.org/sunrise/tx/${txHash}',
|
|
144
|
+
accountPage: 'https://explorer.nodestake.org/sunrise/account/${accountAddress}'
|
|
124
145
|
}
|
|
125
146
|
],
|
|
126
147
|
images: [{
|
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'https://rpc.teritori.silentvalidator.com/',
|
|
68
68
|
provider: 'silent'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://teritori-rpc.ibs.team',
|
|
72
|
-
provider: 'Inter Blockchain Services'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://teritori.rpc.kjnodes.com',
|
|
76
72
|
provider: 'kjnodes'
|
|
@@ -129,10 +125,6 @@ const info = {
|
|
|
129
125
|
address: 'https://api.teritori.silentvalidator.com/',
|
|
130
126
|
provider: 'silent'
|
|
131
127
|
},
|
|
132
|
-
{
|
|
133
|
-
address: 'https://teritori-api.ibs.team',
|
|
134
|
-
provider: 'Inter Blockchain Services'
|
|
135
|
-
},
|
|
136
128
|
{
|
|
137
129
|
address: 'https://teritori.api.kjnodes.com',
|
|
138
130
|
provider: 'kjnodes'
|
|
@@ -74,10 +74,6 @@ const info = {
|
|
|
74
74
|
{
|
|
75
75
|
address: 'https://titan-rpc-hongkong.titanlab.io:443',
|
|
76
76
|
provider: 'Titanlab.io'
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://titan-rpc.ibs.team',
|
|
80
|
-
provider: 'Inter Blockchain Services'
|
|
81
77
|
}
|
|
82
78
|
],
|
|
83
79
|
rest: [
|
|
@@ -96,10 +92,6 @@ const info = {
|
|
|
96
92
|
{
|
|
97
93
|
address: 'https://titan-lcd-hongkong.titanlab.io:443',
|
|
98
94
|
provider: 'Titanlab.io'
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
address: 'https://titan-api.ibs.team',
|
|
102
|
-
provider: 'Inter Blockchain Services'
|
|
103
95
|
}
|
|
104
96
|
],
|
|
105
97
|
grpc: [
|
|
@@ -28,11 +28,11 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/xpladev/xpla',
|
|
31
|
-
recommendedVersion: 'v1.
|
|
32
|
-
compatibleVersions: ['v1.
|
|
31
|
+
recommendedVersion: 'v1.8.0-rc2',
|
|
32
|
+
compatibleVersions: ['v1.8.0-rc2'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.38.
|
|
35
|
+
version: 'v0.38.17'
|
|
36
36
|
},
|
|
37
37
|
genesis: {
|
|
38
38
|
genesisUrl: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json'
|
|
@@ -40,15 +40,15 @@ const info = {
|
|
|
40
40
|
sdk: {
|
|
41
41
|
type: 'cosmos',
|
|
42
42
|
repo: 'https://github.com/xpladev/cosmos-sdk',
|
|
43
|
-
version: 'v0.
|
|
44
|
-
tag: 'v0.
|
|
43
|
+
version: 'v0.53.4',
|
|
44
|
+
tag: 'v0.53.4-xpla'
|
|
45
45
|
},
|
|
46
46
|
ibc: {
|
|
47
47
|
type: 'go',
|
|
48
|
-
version: '
|
|
48
|
+
version: 'v10.3.0'
|
|
49
49
|
},
|
|
50
50
|
cosmwasm: {
|
|
51
|
-
version: 'v0.
|
|
51
|
+
version: 'v0.60.1'
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
logoURIs: {
|
|
@@ -107,10 +107,6 @@ const info = {
|
|
|
107
107
|
address: 'https://rpc.chihuahua.validatus.com',
|
|
108
108
|
provider: 'Validatus'
|
|
109
109
|
},
|
|
110
|
-
{
|
|
111
|
-
address: 'https://chihuahua-rpc.ibs.team',
|
|
112
|
-
provider: 'Inter Blockchain Services'
|
|
113
|
-
},
|
|
114
110
|
{
|
|
115
111
|
address: 'https://chihuahua.rpc.nodeshub.online:443',
|
|
116
112
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
@@ -165,10 +161,6 @@ const info = {
|
|
|
165
161
|
address: 'https://api.chihuahua.validatus.com',
|
|
166
162
|
provider: 'Validatus'
|
|
167
163
|
},
|
|
168
|
-
{
|
|
169
|
-
address: 'https://chihuahua-api.ibs.team',
|
|
170
|
-
provider: 'Inter Blockchain Services'
|
|
171
|
-
},
|
|
172
164
|
{
|
|
173
165
|
address: 'https://chihuahua.api.nodeshub.online:443',
|
|
174
166
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
package/mainnet/kichain/chain.js
CHANGED
|
@@ -70,10 +70,6 @@ const info = {
|
|
|
70
70
|
address: 'http://ki-chain.statesync.nodersteam.com:14657',
|
|
71
71
|
provider: '[NODERS]TEAM'
|
|
72
72
|
},
|
|
73
|
-
{
|
|
74
|
-
address: 'https://ki-rpc.ibs.team/',
|
|
75
|
-
provider: 'Inter Blockchain Services'
|
|
76
|
-
},
|
|
77
73
|
{
|
|
78
74
|
address: 'https://rpc.kichain-2.kichain.aviaone.com',
|
|
79
75
|
provider: 'AVIAONE 🟢'
|
|
@@ -112,10 +108,6 @@ const info = {
|
|
|
112
108
|
address: 'https://rest.lavenderfive.com:443/kichain',
|
|
113
109
|
provider: 'Lavender.Five Nodes 🐝'
|
|
114
110
|
},
|
|
115
|
-
{
|
|
116
|
-
address: 'https://ki-api.ibs.team/',
|
|
117
|
-
provider: 'Inter Blockchain Services'
|
|
118
|
-
},
|
|
119
111
|
{
|
|
120
112
|
address: 'https://api.kichain-2.kichain.aviaone.com',
|
|
121
113
|
provider: 'AVIAONE 🟢'
|
|
@@ -1214,6 +1214,35 @@ const info = [
|
|
|
1214
1214
|
}
|
|
1215
1215
|
}]
|
|
1216
1216
|
},
|
|
1217
|
+
{
|
|
1218
|
+
$schema: '../ibc_data.schema.json',
|
|
1219
|
+
chain1: {
|
|
1220
|
+
chainName: 'noble',
|
|
1221
|
+
clientId: '07-tendermint-182',
|
|
1222
|
+
connectionId: 'connection-176'
|
|
1223
|
+
},
|
|
1224
|
+
chain2: {
|
|
1225
|
+
chainName: 'saga',
|
|
1226
|
+
clientId: '07-tendermint-31',
|
|
1227
|
+
connectionId: 'connection-26'
|
|
1228
|
+
},
|
|
1229
|
+
channels: [{
|
|
1230
|
+
chain1: {
|
|
1231
|
+
channelId: 'channel-170',
|
|
1232
|
+
portId: 'transfer'
|
|
1233
|
+
},
|
|
1234
|
+
chain2: {
|
|
1235
|
+
channelId: 'channel-38',
|
|
1236
|
+
portId: 'transfer'
|
|
1237
|
+
},
|
|
1238
|
+
ordering: 'unordered',
|
|
1239
|
+
version: 'ics20-1',
|
|
1240
|
+
tags: {
|
|
1241
|
+
status: 'live',
|
|
1242
|
+
preferred: true
|
|
1243
|
+
}
|
|
1244
|
+
}]
|
|
1245
|
+
},
|
|
1217
1246
|
{
|
|
1218
1247
|
$schema: '../ibc_data.schema.json',
|
|
1219
1248
|
chain1: {
|
package/mainnet/nolus/chain.js
CHANGED
|
@@ -142,10 +142,6 @@ const info = {
|
|
|
142
142
|
{
|
|
143
143
|
address: 'https://nolus-rpc.publicnode.com:443',
|
|
144
144
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
address: 'https://nolus-rpc.ibs.team',
|
|
148
|
-
provider: 'Inter Blockchain Services'
|
|
149
145
|
}
|
|
150
146
|
],
|
|
151
147
|
rest: [
|
|
@@ -188,10 +184,6 @@ const info = {
|
|
|
188
184
|
{
|
|
189
185
|
address: 'https://nolus-rest.publicnode.com',
|
|
190
186
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
address: 'https://nolus-api.ibs.team',
|
|
194
|
-
provider: 'Inter Blockchain Services'
|
|
195
187
|
}
|
|
196
188
|
],
|
|
197
189
|
grpc: [
|
package/mainnet/passage/chain.js
CHANGED
|
@@ -82,10 +82,6 @@ const info = {
|
|
|
82
82
|
address: 'https://passage-rpc.polkachu.com',
|
|
83
83
|
provider: 'Polkachu'
|
|
84
84
|
},
|
|
85
|
-
{
|
|
86
|
-
address: 'https://passage-rpc.ibs.team/',
|
|
87
|
-
provider: 'Inter Blockchain Services'
|
|
88
|
-
},
|
|
89
85
|
{
|
|
90
86
|
address: 'https://rpc-passage.d-stake.xyz',
|
|
91
87
|
provider: 'D-stake'
|
|
@@ -148,10 +144,6 @@ const info = {
|
|
|
148
144
|
address: 'https://passage-api.polkachu.com',
|
|
149
145
|
provider: 'Polkachu'
|
|
150
146
|
},
|
|
151
|
-
{
|
|
152
|
-
address: 'https://passage-api.ibs.team/',
|
|
153
|
-
provider: 'Inter Blockchain Services'
|
|
154
|
-
},
|
|
155
147
|
{
|
|
156
148
|
address: 'https://api-passage.d-stake.xyz',
|
|
157
149
|
provider: 'D-stake'
|
|
@@ -80,10 +80,6 @@ const info = {
|
|
|
80
80
|
address: 'http://quick.rpc.m.stavr.tech:21027',
|
|
81
81
|
provider: '🔥STAVR🔥'
|
|
82
82
|
},
|
|
83
|
-
{
|
|
84
|
-
address: 'https://quicksilver-rpc.ibs.team:443',
|
|
85
|
-
provider: 'Inter Blockchain Services'
|
|
86
|
-
},
|
|
87
83
|
{
|
|
88
84
|
address: 'https://quicksilver.rpc.kjnodes.com',
|
|
89
85
|
provider: 'kjnodes'
|
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-182',
|
|
96
|
+
connectionId: 'connection-176'
|
|
97
|
+
},
|
|
98
|
+
chain2: {
|
|
99
|
+
chainName: 'saga',
|
|
100
|
+
clientId: '07-tendermint-31',
|
|
101
|
+
connectionId: 'connection-26'
|
|
102
|
+
},
|
|
103
|
+
channels: [{
|
|
104
|
+
chain1: {
|
|
105
|
+
channelId: 'channel-170',
|
|
106
|
+
portId: 'transfer'
|
|
107
|
+
},
|
|
108
|
+
chain2: {
|
|
109
|
+
channelId: 'channel-38',
|
|
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,10 @@ 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'
|
|
75
79
|
}
|
|
76
80
|
],
|
|
77
81
|
rest: [
|
|
@@ -90,15 +94,26 @@ const info = {
|
|
|
90
94
|
{
|
|
91
95
|
address: 'https://rest.sunrise.tcnetwork.io',
|
|
92
96
|
provider: 'TC Network'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'https://api.sunrise.nodestake.org',
|
|
100
|
+
provider: 'NodeStake'
|
|
93
101
|
}
|
|
94
102
|
],
|
|
95
|
-
grpc: [
|
|
103
|
+
grpc: [
|
|
104
|
+
{
|
|
96
105
|
address: 'https://a.consensus.sunrise-1.sunriselayer.io:9092',
|
|
97
106
|
provider: 'Sunrise Team'
|
|
98
|
-
},
|
|
107
|
+
},
|
|
108
|
+
{
|
|
99
109
|
address: 'https://grpc-sunrise.nodeist.net',
|
|
100
110
|
provider: 'Nodeist'
|
|
101
|
-
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
114
|
+
provider: 'NodeStake'
|
|
115
|
+
}
|
|
116
|
+
]
|
|
102
117
|
},
|
|
103
118
|
explorers: [
|
|
104
119
|
{
|
|
@@ -123,6 +138,12 @@ const info = {
|
|
|
123
138
|
url: 'https://explorer.ist/sunrise',
|
|
124
139
|
txPage: 'https://explorer.ist/sunrise/tx/${txHash}',
|
|
125
140
|
accountPage: 'https://explorer.ist/sunrise/account/${accountAddress}'
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
kind: 'NodeStake explorer',
|
|
144
|
+
url: 'https://explorer.nodestake.org/sunrise',
|
|
145
|
+
txPage: 'https://explorer.nodestake.org/sunrise/tx/${txHash}',
|
|
146
|
+
accountPage: 'https://explorer.nodestake.org/sunrise/account/${accountAddress}'
|
|
126
147
|
}
|
|
127
148
|
],
|
|
128
149
|
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: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.48",
|
|
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.48"
|
|
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": "7fbb144b3a0a51c8b0be697e267b12d370c8a2ef"
|
|
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: {
|