chain-registry 1.69.59 → 1.69.60
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/acrechain/chain.js +0 -12
- package/esm/mainnet/agoric/chain.js +3 -3
- package/esm/mainnet/archway/chain.js +3 -15
- package/esm/mainnet/arkh/chain.js +0 -8
- package/esm/mainnet/assetmantle/chain.js +3 -3
- package/esm/mainnet/assets.js +0 -2
- package/esm/mainnet/aura/chain.js +3 -7
- package/esm/mainnet/beezee/assets.js +86 -0
- package/esm/mainnet/beezee/ibc.js +58 -0
- package/esm/mainnet/celestia/chain.js +6 -6
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/cheqd/chain.js +3 -3
- package/esm/mainnet/cosmoshub/chain.js +12 -3
- package/esm/mainnet/dungeon/chain.js +13 -1
- package/esm/mainnet/gitopia/chain.js +6 -6
- package/esm/mainnet/haqq/chain.js +19 -6
- package/esm/mainnet/humans/chain.js +10 -4
- package/esm/mainnet/ibc.js +0 -2
- package/esm/mainnet/jackal/chain.js +5 -5
- package/esm/mainnet/jackal/ibc.js +29 -0
- package/esm/mainnet/named.js +0 -1
- package/esm/mainnet/neutron/chain.js +3 -3
- package/esm/mainnet/omniflixhub/chain.js +3 -3
- package/esm/mainnet/omniflixhub/ibc.js +29 -0
- package/esm/mainnet/planq/chain.js +6 -6
- package/esm/mainnet/point/chain.js +4 -4
- package/esm/mainnet/realio/chain.js +5 -5
- package/esm/mainnet/routerchain/chain.js +12 -0
- package/esm/mainnet/self/chain.js +16 -0
- package/esm/mainnet/sge/chain.js +8 -8
- package/esm/mainnet/source/chain.js +6 -6
- package/esm/mainnet/stafihub/chain.js +3 -3
- package/esm/mainnet/stratos/chain.js +19 -8
- package/esm/mainnet/uptick/chain.js +6 -6
- package/esm/mainnet/xion/chain.js +30 -3
- package/esm/mainnet/xpla/chain.js +17 -0
- package/esm/mainnet/zetachain/chain.js +18 -0
- package/mainnet/acrechain/chain.js +0 -12
- package/mainnet/agoric/chain.js +3 -3
- package/mainnet/archway/chain.js +3 -15
- package/mainnet/arkh/chain.js +0 -8
- package/mainnet/assetmantle/chain.js +3 -3
- package/mainnet/assets.js +0 -2
- package/mainnet/aura/chain.js +3 -7
- package/mainnet/beezee/assets.js +86 -0
- package/mainnet/beezee/ibc.js +58 -0
- package/mainnet/celestia/chain.js +6 -6
- package/mainnet/chains.js +0 -2
- package/mainnet/cheqd/chain.js +3 -3
- package/mainnet/cosmoshub/chain.js +12 -3
- package/mainnet/dungeon/chain.js +13 -1
- package/mainnet/gitopia/chain.js +6 -6
- package/mainnet/haqq/chain.js +19 -6
- package/mainnet/humans/chain.js +10 -4
- package/mainnet/ibc.js +0 -2
- package/mainnet/jackal/chain.js +5 -5
- package/mainnet/jackal/ibc.js +29 -0
- package/mainnet/named.d.ts +0 -1
- package/mainnet/named.js +2 -3
- package/mainnet/neutron/chain.js +3 -3
- package/mainnet/omniflixhub/chain.js +3 -3
- package/mainnet/omniflixhub/ibc.js +29 -0
- package/mainnet/planq/chain.js +6 -6
- package/mainnet/point/chain.js +4 -4
- package/mainnet/realio/chain.js +5 -5
- package/mainnet/routerchain/chain.js +12 -0
- package/mainnet/self/chain.js +16 -0
- package/mainnet/sge/chain.js +8 -8
- package/mainnet/source/chain.js +6 -6
- package/mainnet/stafihub/chain.js +3 -3
- package/mainnet/stratos/chain.js +19 -8
- package/mainnet/uptick/chain.js +6 -6
- package/mainnet/xion/chain.js +30 -3
- package/mainnet/xpla/chain.js +17 -0
- package/mainnet/zetachain/chain.js +18 -0
- package/package.json +4 -4
- package/esm/mainnet/nois/assets.js +0 -37
- package/esm/mainnet/nois/chain.js +0 -279
- package/esm/mainnet/nois/ibc.js +0 -357
- package/esm/mainnet/nois/index.js +0 -6
- package/mainnet/nois/assets.d.ts +0 -3
- package/mainnet/nois/assets.js +0 -39
- package/mainnet/nois/chain.d.ts +0 -3
- package/mainnet/nois/chain.js +0 -281
- package/mainnet/nois/ibc.d.ts +0 -3
- package/mainnet/nois/ibc.js +0 -359
- package/mainnet/nois/index.d.ts +0 -3
- package/mainnet/nois/index.js +0 -12
|
@@ -52,6 +52,10 @@ const info = {
|
|
|
52
52
|
{
|
|
53
53
|
address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
54
54
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
address: 'https://rpc.xion.nodestake.org',
|
|
58
|
+
provider: 'NodeStake'
|
|
55
59
|
}
|
|
56
60
|
],
|
|
57
61
|
rest: [
|
|
@@ -78,6 +82,10 @@ const info = {
|
|
|
78
82
|
{
|
|
79
83
|
address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
80
84
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://api.xion.nodestake.org',
|
|
88
|
+
provider: 'NodeStake'
|
|
81
89
|
}
|
|
82
90
|
],
|
|
83
91
|
grpc: [
|
|
@@ -96,19 +104,38 @@ const info = {
|
|
|
96
104
|
{
|
|
97
105
|
address: 'xion-mainnet-grpc.autostake.com:443',
|
|
98
106
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://grpc.xion.nodestake.org:443',
|
|
110
|
+
provider: 'NodeStake'
|
|
99
111
|
}
|
|
100
112
|
]
|
|
101
113
|
},
|
|
102
|
-
explorers: [
|
|
114
|
+
explorers: [
|
|
115
|
+
{
|
|
103
116
|
url: 'https://explorer.burnt.com/xion-mainnet-1',
|
|
104
117
|
tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
|
|
105
118
|
account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
|
|
106
|
-
},
|
|
119
|
+
},
|
|
120
|
+
{
|
|
107
121
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
108
122
|
url: 'https://explorer.whenmoonwhenlambo.money/xion',
|
|
109
123
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
|
|
110
124
|
account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
|
|
111
|
-
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
kind: 'staking-explorer.com',
|
|
128
|
+
url: 'https://staking-explorer.com/explorer/xion',
|
|
129
|
+
tx_page: 'https://staking-explorer.com/transaction.php?chain=xion&tx=${txHash}',
|
|
130
|
+
account_page: 'https://staking-explorer.com/account.php?chain=xion&addr=${accountAddress}'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
kind: 'NodeStake',
|
|
134
|
+
url: 'https://explorer.nodestake.org/xion',
|
|
135
|
+
tx_page: 'https://explorer.nodestake.org/xion/tx/${txHash}',
|
|
136
|
+
account_page: 'https://explorer.nodestake.org/xion/account/${accountAddress}'
|
|
137
|
+
}
|
|
138
|
+
],
|
|
112
139
|
images: [{
|
|
113
140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
114
141
|
}],
|
|
@@ -48,6 +48,10 @@ const info = {
|
|
|
48
48
|
{
|
|
49
49
|
address: 'https://xpla-rpc.publicnode.com:443',
|
|
50
50
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
address: 'https://xpla.rpc.m.stavr.tech:443',
|
|
54
|
+
provider: '🔥STAVR🔥'
|
|
51
55
|
}
|
|
52
56
|
],
|
|
53
57
|
rest: [
|
|
@@ -70,11 +74,18 @@ const info = {
|
|
|
70
74
|
{
|
|
71
75
|
address: 'https://xpla-rest.publicnode.com',
|
|
72
76
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://xpla.api.m.stavr.tech',
|
|
80
|
+
provider: '🔥STAVR🔥'
|
|
73
81
|
}
|
|
74
82
|
],
|
|
75
83
|
grpc: [{
|
|
76
84
|
address: 'xpla-grpc.publicnode.com:443',
|
|
77
85
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
86
|
+
}, {
|
|
87
|
+
address: 'xpla.grpc.m.stavr.tech:112',
|
|
88
|
+
provider: '🔥STAVR🔥'
|
|
78
89
|
}],
|
|
79
90
|
"evm-http-jsonrpc": [{
|
|
80
91
|
address: 'https://dimension-evm-rpc.xpla.dev',
|
|
@@ -117,6 +128,12 @@ const info = {
|
|
|
117
128
|
url: 'https://ezstaking.app/xpla',
|
|
118
129
|
tx_page: 'https://ezstaking.app/xpla/txs/${txHash}',
|
|
119
130
|
account_page: 'https://ezstaking.app/xpla/account/${accountAddress}'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
kind: '🔥STAVR🔥',
|
|
134
|
+
url: 'https://explorer.stavr.tech/Xpla-Mainnet',
|
|
135
|
+
tx_page: 'https://explorer.stavr.tech/Xpla-Mainnet/${txHash}',
|
|
136
|
+
account_page: 'https://explorer.stavr.tech/Xpla-Mainnet/account/${accountAddress}'
|
|
120
137
|
}
|
|
121
138
|
],
|
|
122
139
|
images: [{
|
|
@@ -55,6 +55,10 @@ const info = {
|
|
|
55
55
|
{
|
|
56
56
|
address: 'https://zeta-chain.drpc.org',
|
|
57
57
|
provider: 'dRPC'
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
address: 'https://zeta.rpc.m.stavr.tech:443',
|
|
61
|
+
provider: '🔥STAVR🔥'
|
|
58
62
|
}
|
|
59
63
|
],
|
|
60
64
|
rest: [
|
|
@@ -81,6 +85,10 @@ const info = {
|
|
|
81
85
|
{
|
|
82
86
|
address: 'https://zetachain.api.nodeshub.online:443',
|
|
83
87
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://zeta.api.m.stavr.tech',
|
|
91
|
+
provider: '🔥STAVR🔥'
|
|
84
92
|
}
|
|
85
93
|
],
|
|
86
94
|
grpc: [
|
|
@@ -99,6 +107,10 @@ const info = {
|
|
|
99
107
|
{
|
|
100
108
|
address: 'https://zetachain.grpc.nodeshub.online',
|
|
101
109
|
provider: 'Nodes Hub'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'zeta.grpc.m.stavr.tech',
|
|
113
|
+
provider: '🔥STAVR🔥'
|
|
102
114
|
}
|
|
103
115
|
]
|
|
104
116
|
},
|
|
@@ -129,6 +141,12 @@ const info = {
|
|
|
129
141
|
url: 'https://explorer.nodeshub.online/zetachain/',
|
|
130
142
|
tx_page: 'https://explorer.nodeshub.online/zetachain/tx/${txHash}',
|
|
131
143
|
account_page: 'https://explorer.nodeshub.online/zetachain/accounts/${accountAddress}'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
kind: '🔥STAVR🔥',
|
|
147
|
+
url: 'https://explorer.stavr.tech/Zetachain-Mainnet',
|
|
148
|
+
tx_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/tx/${txHash}',
|
|
149
|
+
account_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/accounts/${accountAddress}'
|
|
132
150
|
}
|
|
133
151
|
]
|
|
134
152
|
};
|
|
@@ -35,10 +35,6 @@ const info = {
|
|
|
35
35
|
},
|
|
36
36
|
apis: {
|
|
37
37
|
rpc: [
|
|
38
|
-
{
|
|
39
|
-
address: 'https://rpc.acre.nodestake.top',
|
|
40
|
-
provider: 'nodestake'
|
|
41
|
-
},
|
|
42
38
|
{
|
|
43
39
|
address: 'https://rpc-acre.synergynodes.com',
|
|
44
40
|
provider: 'Synergy Nodes'
|
|
@@ -83,10 +79,6 @@ const info = {
|
|
|
83
79
|
}
|
|
84
80
|
],
|
|
85
81
|
grpc: [
|
|
86
|
-
{
|
|
87
|
-
address: 'grpc.acre.nodestake.top:443',
|
|
88
|
-
provider: 'Nodestake'
|
|
89
|
-
},
|
|
90
82
|
{
|
|
91
83
|
address: 'acrechain-mainnet-grpc.autostake.com:443',
|
|
92
84
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -109,10 +101,6 @@ const info = {
|
|
|
109
101
|
address: 'https://rpc2-acre.synergynodes.com',
|
|
110
102
|
provider: 'Synergy Nodes'
|
|
111
103
|
},
|
|
112
|
-
{
|
|
113
|
-
address: 'https://jsonrpc.acre.nodestake.top',
|
|
114
|
-
provider: 'Nodestake'
|
|
115
|
-
},
|
|
116
104
|
{
|
|
117
105
|
address: 'https://acre-rpc-evm.genznodes.dev/',
|
|
118
106
|
provider: 'genznodes'
|
package/mainnet/agoric/chain.js
CHANGED
|
@@ -48,7 +48,7 @@ const info = {
|
|
|
48
48
|
provider: 'Polkachu'
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
address: 'https://rpc.agoric.nodestake.
|
|
51
|
+
address: 'https://rpc.agoric.nodestake.org',
|
|
52
52
|
provider: 'NodeStake'
|
|
53
53
|
},
|
|
54
54
|
{
|
|
@@ -97,7 +97,7 @@ const info = {
|
|
|
97
97
|
address: 'https://main.api.agoric.net:443'
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
address: 'https://api.agoric.nodestake.
|
|
100
|
+
address: 'https://api.agoric.nodestake.org',
|
|
101
101
|
provider: 'NodeStake'
|
|
102
102
|
},
|
|
103
103
|
{
|
|
@@ -147,7 +147,7 @@ const info = {
|
|
|
147
147
|
],
|
|
148
148
|
grpc: [
|
|
149
149
|
{
|
|
150
|
-
address: 'grpc.agoric.nodestake.
|
|
150
|
+
address: 'grpc.agoric.nodestake.org:443',
|
|
151
151
|
provider: 'NodeStake'
|
|
152
152
|
},
|
|
153
153
|
{
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'https://rpc-archway.cryptech.com.ua',
|
|
68
68
|
provider: 'cryptech'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://rpc.archway.nodestake.top',
|
|
72
|
-
provider: 'NodeStake'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://rpc-archway.theamsolutions.info',
|
|
76
72
|
provider: 'AM Solutions'
|
|
@@ -177,10 +173,6 @@ const info = {
|
|
|
177
173
|
address: 'https://api-archway.cryptech.com.ua',
|
|
178
174
|
provider: 'cryptech'
|
|
179
175
|
},
|
|
180
|
-
{
|
|
181
|
-
address: 'https://api.archway.nodestake.top',
|
|
182
|
-
provider: 'NodeStake'
|
|
183
|
-
},
|
|
184
176
|
{
|
|
185
177
|
address: 'https://rest-archway.theamsolutions.info',
|
|
186
178
|
provider: 'AM Solutions'
|
|
@@ -267,10 +259,6 @@ const info = {
|
|
|
267
259
|
address: 'https://grpc-archway.cryptech.com.ua',
|
|
268
260
|
provider: 'cryptech'
|
|
269
261
|
},
|
|
270
|
-
{
|
|
271
|
-
address: 'https://grpc.archway.nodestake.top:443',
|
|
272
|
-
provider: 'NodeStake'
|
|
273
|
-
},
|
|
274
262
|
{
|
|
275
263
|
address: 'grpc-archway.theamsolutions.info:443',
|
|
276
264
|
provider: 'AM Solutions'
|
|
@@ -378,9 +366,9 @@ const info = {
|
|
|
378
366
|
},
|
|
379
367
|
{
|
|
380
368
|
kind: 'NodeStake Explorer',
|
|
381
|
-
url: 'https://explorer.nodestake.
|
|
382
|
-
tx_page: 'https://explorer.nodestake.
|
|
383
|
-
account_page: 'https://explorer.nodestake.
|
|
369
|
+
url: 'https://explorer.nodestake.org/archway/',
|
|
370
|
+
tx_page: 'https://explorer.nodestake.org/archway/txs/${txHash}',
|
|
371
|
+
account_page: 'https://explorer.nodestake.org/archway/account/${accountAddress}'
|
|
384
372
|
},
|
|
385
373
|
{
|
|
386
374
|
kind: 'Exploreme',
|
package/mainnet/arkh/chain.js
CHANGED
|
@@ -49,19 +49,11 @@ const info = {
|
|
|
49
49
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
50
50
|
}],
|
|
51
51
|
grpc: [{
|
|
52
|
-
address: 'grpc.arkh.nodestake.top:443',
|
|
53
|
-
provider: 'NodeStake'
|
|
54
|
-
}, {
|
|
55
52
|
address: 'https://grpc.arkh.nodexcapital.com:443',
|
|
56
53
|
provider: 'NodeX Validator'
|
|
57
54
|
}]
|
|
58
55
|
},
|
|
59
56
|
explorers: [
|
|
60
|
-
{
|
|
61
|
-
kind: 'NodeStake Explorer',
|
|
62
|
-
url: 'https://explorer.nodestake.top/arkh',
|
|
63
|
-
tx_page: 'https://explorer.nodestake.top/arkh/tx/${txHash}'
|
|
64
|
-
},
|
|
65
57
|
{
|
|
66
58
|
kind: 'Kynraze Explorer',
|
|
67
59
|
url: 'https://explorer.kynraze.com/arkhadian',
|
|
@@ -43,7 +43,7 @@ const info = {
|
|
|
43
43
|
provider: 'Polkachu'
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
address: 'https://rpc.assetmantle.nodestake.
|
|
46
|
+
address: 'https://rpc.assetmantle.nodestake.org',
|
|
47
47
|
provider: 'NodeStake'
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -69,7 +69,7 @@ const info = {
|
|
|
69
69
|
provider: 'AssetMantle'
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
address: 'https://api.assetmantle.nodestake.
|
|
72
|
+
address: 'https://api.assetmantle.nodestake.org',
|
|
73
73
|
provider: 'NodeStake'
|
|
74
74
|
},
|
|
75
75
|
{
|
|
@@ -95,7 +95,7 @@ const info = {
|
|
|
95
95
|
],
|
|
96
96
|
grpc: [
|
|
97
97
|
{
|
|
98
|
-
address: 'grpc.assetmantle.nodestake.
|
|
98
|
+
address: 'grpc.assetmantle.nodestake.org:443',
|
|
99
99
|
provider: 'NodeStake'
|
|
100
100
|
},
|
|
101
101
|
{
|
package/mainnet/assets.js
CHANGED
|
@@ -141,7 +141,6 @@ const _neutron = __importStar(require("./neutron"));
|
|
|
141
141
|
const _nibiru = __importStar(require("./nibiru"));
|
|
142
142
|
const _nim = __importStar(require("./nim"));
|
|
143
143
|
const _noble = __importStar(require("./noble"));
|
|
144
|
-
const _nois = __importStar(require("./nois"));
|
|
145
144
|
const _nolus = __importStar(require("./nolus"));
|
|
146
145
|
const _nomic = __importStar(require("./nomic"));
|
|
147
146
|
const _nyx = __importStar(require("./nyx"));
|
|
@@ -330,7 +329,6 @@ const assets = [
|
|
|
330
329
|
_nibiru.assets,
|
|
331
330
|
_nim.assets,
|
|
332
331
|
_noble.assets,
|
|
333
|
-
_nois.assets,
|
|
334
332
|
_nolus.assets,
|
|
335
333
|
_nomic.assets,
|
|
336
334
|
_nyx.assets,
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -183,10 +183,6 @@ const info = {
|
|
|
183
183
|
address: 'auranetwork-mainnet-grpc.autostake.com:443',
|
|
184
184
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
185
185
|
},
|
|
186
|
-
{
|
|
187
|
-
address: 'https://grpc.aura.nodestake.top',
|
|
188
|
-
provider: 'NodeStake'
|
|
189
|
-
},
|
|
190
186
|
{
|
|
191
187
|
address: 'aura.mainnet.grpc.nodersteam.com:9100/',
|
|
192
188
|
provider: '[NODERS]TEAM'
|
|
@@ -272,9 +268,9 @@ const info = {
|
|
|
272
268
|
},
|
|
273
269
|
{
|
|
274
270
|
kind: 'NodeStake Explorer',
|
|
275
|
-
url: 'https://explorer.nodestake.
|
|
276
|
-
tx_page: 'https://explorer.nodestake.
|
|
277
|
-
account_page: 'https://explorer.nodestake.
|
|
271
|
+
url: 'https://explorer.nodestake.org/aura',
|
|
272
|
+
tx_page: 'https://explorer.nodestake.org/aura/tx/${txHash}',
|
|
273
|
+
account_page: 'https://explorer.nodestake.org/aura/account/${accountAddress}'
|
|
278
274
|
},
|
|
279
275
|
{
|
|
280
276
|
kind: 'TC Network',
|
package/mainnet/beezee/assets.js
CHANGED
|
@@ -270,6 +270,92 @@ const info = {
|
|
|
270
270
|
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
|
|
271
271
|
}
|
|
272
272
|
}]
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
description: 'JKL from Jackal Network',
|
|
276
|
+
denom_units: [{
|
|
277
|
+
denom: 'ibc/4AA3B163580B4377250CD4486FB6AD098EB27822EE056949EC4A39B09C5E3B4E',
|
|
278
|
+
exponent: 0
|
|
279
|
+
}, {
|
|
280
|
+
denom: 'jkl',
|
|
281
|
+
exponent: 6,
|
|
282
|
+
aliases: []
|
|
283
|
+
}],
|
|
284
|
+
type_asset: 'ics20',
|
|
285
|
+
base: 'ibc/4AA3B163580B4377250CD4486FB6AD098EB27822EE056949EC4A39B09C5E3B4E',
|
|
286
|
+
name: 'Jackal',
|
|
287
|
+
display: 'jkl',
|
|
288
|
+
symbol: 'JKL',
|
|
289
|
+
traces: [{
|
|
290
|
+
type: 'ibc',
|
|
291
|
+
counterparty: {
|
|
292
|
+
chain_name: 'jackal',
|
|
293
|
+
base_denom: 'ujkl',
|
|
294
|
+
channel_id: 'channel-142'
|
|
295
|
+
},
|
|
296
|
+
chain: {
|
|
297
|
+
channel_id: 'channel-4',
|
|
298
|
+
path: 'transfer/channel-4/ujkl'
|
|
299
|
+
}
|
|
300
|
+
}],
|
|
301
|
+
images: [{
|
|
302
|
+
image_sync: {
|
|
303
|
+
chain_name: 'jackal',
|
|
304
|
+
base_denom: 'ujkl'
|
|
305
|
+
},
|
|
306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg',
|
|
308
|
+
theme: {
|
|
309
|
+
primary_color_hex: '#dbdbcb'
|
|
310
|
+
}
|
|
311
|
+
}],
|
|
312
|
+
logo_URIs: {
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
description: 'FLIX from OmniFlix Network',
|
|
319
|
+
denom_units: [{
|
|
320
|
+
denom: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
321
|
+
exponent: 0
|
|
322
|
+
}, {
|
|
323
|
+
denom: 'flix',
|
|
324
|
+
exponent: 6,
|
|
325
|
+
aliases: []
|
|
326
|
+
}],
|
|
327
|
+
type_asset: 'ics20',
|
|
328
|
+
base: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
329
|
+
name: 'Flix',
|
|
330
|
+
display: 'flix',
|
|
331
|
+
symbol: 'FLIX',
|
|
332
|
+
traces: [{
|
|
333
|
+
type: 'ibc',
|
|
334
|
+
counterparty: {
|
|
335
|
+
chain_name: 'omniflixhub',
|
|
336
|
+
base_denom: 'uflix',
|
|
337
|
+
channel_id: 'channel-50'
|
|
338
|
+
},
|
|
339
|
+
chain: {
|
|
340
|
+
channel_id: 'channel-5',
|
|
341
|
+
path: 'transfer/channel-5/uflix'
|
|
342
|
+
}
|
|
343
|
+
}],
|
|
344
|
+
images: [{
|
|
345
|
+
image_sync: {
|
|
346
|
+
chain_name: 'omniflixhub',
|
|
347
|
+
base_denom: 'uflix'
|
|
348
|
+
},
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
|
|
351
|
+
theme: {
|
|
352
|
+
primary_color_hex: '#c33635'
|
|
353
|
+
}
|
|
354
|
+
}],
|
|
355
|
+
logo_URIs: {
|
|
356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
358
|
+
}
|
|
273
359
|
}
|
|
274
360
|
]
|
|
275
361
|
};
|
package/mainnet/beezee/ibc.js
CHANGED
|
@@ -29,6 +29,35 @@ const info = [
|
|
|
29
29
|
}
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
$schema: '../ibc_data.schema.json',
|
|
34
|
+
chain_1: {
|
|
35
|
+
chain_name: 'beezee',
|
|
36
|
+
client_id: '07-tendermint-10',
|
|
37
|
+
connection_id: 'connection-4'
|
|
38
|
+
},
|
|
39
|
+
chain_2: {
|
|
40
|
+
chain_name: 'jackal',
|
|
41
|
+
client_id: '07-tendermint-79',
|
|
42
|
+
connection_id: 'connection-65'
|
|
43
|
+
},
|
|
44
|
+
channels: [{
|
|
45
|
+
chain_1: {
|
|
46
|
+
channel_id: 'channel-4',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
chain_2: {
|
|
50
|
+
channel_id: 'channel-142',
|
|
51
|
+
port_id: 'transfer'
|
|
52
|
+
},
|
|
53
|
+
ordering: 'unordered',
|
|
54
|
+
version: 'ics20-1',
|
|
55
|
+
tags: {
|
|
56
|
+
status: 'live',
|
|
57
|
+
preferred: true
|
|
58
|
+
}
|
|
59
|
+
}]
|
|
60
|
+
},
|
|
32
61
|
{
|
|
33
62
|
$schema: '../ibc_data.schema.json',
|
|
34
63
|
chain_1: {
|
|
@@ -58,6 +87,35 @@ const info = [
|
|
|
58
87
|
}
|
|
59
88
|
}]
|
|
60
89
|
},
|
|
90
|
+
{
|
|
91
|
+
$schema: '../ibc_data.schema.json',
|
|
92
|
+
chain_1: {
|
|
93
|
+
chain_name: 'beezee',
|
|
94
|
+
client_id: '07-tendermint-11',
|
|
95
|
+
connection_id: 'connection-5'
|
|
96
|
+
},
|
|
97
|
+
chain_2: {
|
|
98
|
+
chain_name: 'omniflixhub',
|
|
99
|
+
client_id: '07-tendermint-75',
|
|
100
|
+
connection_id: 'connection-55'
|
|
101
|
+
},
|
|
102
|
+
channels: [{
|
|
103
|
+
chain_1: {
|
|
104
|
+
channel_id: 'channel-5',
|
|
105
|
+
port_id: 'transfer'
|
|
106
|
+
},
|
|
107
|
+
chain_2: {
|
|
108
|
+
channel_id: 'channel-50',
|
|
109
|
+
port_id: 'transfer'
|
|
110
|
+
},
|
|
111
|
+
ordering: 'unordered',
|
|
112
|
+
version: 'ics20-1',
|
|
113
|
+
tags: {
|
|
114
|
+
status: 'live',
|
|
115
|
+
preferred: true
|
|
116
|
+
}
|
|
117
|
+
}]
|
|
118
|
+
},
|
|
61
119
|
{
|
|
62
120
|
$schema: '../ibc_data.schema.json',
|
|
63
121
|
chain_1: {
|
|
@@ -49,7 +49,7 @@ const info = {
|
|
|
49
49
|
provider: 'Lunar Oasis'
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
address: 'https://rpc.celestia.nodestake.
|
|
52
|
+
address: 'https://rpc.celestia.nodestake.org',
|
|
53
53
|
provider: 'NodeStake'
|
|
54
54
|
},
|
|
55
55
|
{
|
|
@@ -171,7 +171,7 @@ const info = {
|
|
|
171
171
|
provider: 'Lunar Oasis'
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
address: 'https://api.celestia.nodestake.
|
|
174
|
+
address: 'https://api.celestia.nodestake.org',
|
|
175
175
|
provider: 'NodeStake'
|
|
176
176
|
},
|
|
177
177
|
{
|
|
@@ -261,7 +261,7 @@ const info = {
|
|
|
261
261
|
],
|
|
262
262
|
grpc: [
|
|
263
263
|
{
|
|
264
|
-
address: 'https://grpc.celestia.nodestake.
|
|
264
|
+
address: 'https://grpc.celestia.nodestake.org',
|
|
265
265
|
provider: 'NodeStake'
|
|
266
266
|
},
|
|
267
267
|
{
|
|
@@ -365,9 +365,9 @@ const info = {
|
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
kind: 'NodeStake',
|
|
368
|
-
url: 'https://explorer.nodestake.
|
|
369
|
-
tx_page: 'https://explorer.nodestake.
|
|
370
|
-
account_page: 'https://explorer.nodestake.
|
|
368
|
+
url: 'https://explorer.nodestake.org/celestia/',
|
|
369
|
+
tx_page: 'https://explorer.nodestake.org/celestia/txs/${txHash}',
|
|
370
|
+
account_page: 'https://explorer.nodestake.org/celestia/account/${accountAddress}'
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
kind: 'Stakeflow',
|
package/mainnet/chains.js
CHANGED
|
@@ -141,7 +141,6 @@ const _neutron = __importStar(require("./neutron"));
|
|
|
141
141
|
const _nibiru = __importStar(require("./nibiru"));
|
|
142
142
|
const _nim = __importStar(require("./nim"));
|
|
143
143
|
const _noble = __importStar(require("./noble"));
|
|
144
|
-
const _nois = __importStar(require("./nois"));
|
|
145
144
|
const _nolus = __importStar(require("./nolus"));
|
|
146
145
|
const _nomic = __importStar(require("./nomic"));
|
|
147
146
|
const _nyx = __importStar(require("./nyx"));
|
|
@@ -330,7 +329,6 @@ const chains = [
|
|
|
330
329
|
_nibiru.chain,
|
|
331
330
|
_nim.chain,
|
|
332
331
|
_noble.chain,
|
|
333
|
-
_nois.chain,
|
|
334
332
|
_nolus.chain,
|
|
335
333
|
_nomic.chain,
|
|
336
334
|
_nyx.chain,
|
package/mainnet/cheqd/chain.js
CHANGED
|
@@ -47,7 +47,7 @@ const info = {
|
|
|
47
47
|
provider: 'Notional'
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
address: 'https://rpc.cheqd.nodestake.
|
|
50
|
+
address: 'https://rpc.cheqd.nodestake.org',
|
|
51
51
|
provider: 'NodeStake'
|
|
52
52
|
},
|
|
53
53
|
{
|
|
@@ -97,7 +97,7 @@ const info = {
|
|
|
97
97
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
address: 'https://api.cheqd.nodestake.
|
|
100
|
+
address: 'https://api.cheqd.nodestake.org',
|
|
101
101
|
provider: 'NodeStake'
|
|
102
102
|
},
|
|
103
103
|
{
|
|
@@ -143,7 +143,7 @@ const info = {
|
|
|
143
143
|
provider: 'Notional'
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
address: 'grpc.cheqd.nodestake.
|
|
146
|
+
address: 'grpc.cheqd.nodestake.org:443',
|
|
147
147
|
provider: 'NodeStake'
|
|
148
148
|
},
|
|
149
149
|
{
|
|
@@ -113,7 +113,7 @@ const info = {
|
|
|
113
113
|
provider: 'Easy 2 Stake'
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
|
-
address: 'https://rpc.cosmos.nodestake.
|
|
116
|
+
address: 'https://rpc.cosmos.nodestake.org',
|
|
117
117
|
provider: 'NodeStake'
|
|
118
118
|
},
|
|
119
119
|
{
|
|
@@ -251,7 +251,7 @@ const info = {
|
|
|
251
251
|
provider: 'Easy 2 Stake'
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
|
-
address: 'https://api.cosmos.nodestake.
|
|
254
|
+
address: 'https://api.cosmos.nodestake.org',
|
|
255
255
|
provider: 'NodeStake'
|
|
256
256
|
},
|
|
257
257
|
{
|
|
@@ -353,7 +353,7 @@ const info = {
|
|
|
353
353
|
provider: 'Stakin'
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
|
-
address: 'https://grpc.cosmos.nodestake.
|
|
356
|
+
address: 'https://grpc.cosmos.nodestake.org',
|
|
357
357
|
provider: 'NodeStake'
|
|
358
358
|
},
|
|
359
359
|
{
|
|
@@ -503,6 +503,15 @@ const info = {
|
|
|
503
503
|
validator_page: 'https://mainnet.itrocket.net/cosmoshub/staking/${validatorAddress}',
|
|
504
504
|
proposal_page: 'https://mainnet.itrocket.net/cosmoshub/gov/${proposalId}',
|
|
505
505
|
block_page: 'https://mainnet.itrocket.net/cosmoshub/block/${blockHeight}'
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
kind: 'NodeStake',
|
|
509
|
+
url: 'https://explorer.nodestake.org/cosmos',
|
|
510
|
+
tx_page: 'https://explorer.nodestake.org/cosmos/tx/${txHash}',
|
|
511
|
+
account_page: 'https://explorer.nodestake.org/cosmos/account/${accountAddress}',
|
|
512
|
+
validator_page: 'https://explorer.nodestake.org/cosmos/staking/${validatorAddress}',
|
|
513
|
+
proposal_page: 'https://explorer.nodestake.org/cosmos/gov/${proposalId}',
|
|
514
|
+
block_page: 'https://explorer.nodestake.org/cosmos/block/${blockHeight}'
|
|
506
515
|
}
|
|
507
516
|
],
|
|
508
517
|
images: [{
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -22,6 +22,10 @@ const info = {
|
|
|
22
22
|
},
|
|
23
23
|
apis: {
|
|
24
24
|
rpc: [
|
|
25
|
+
{
|
|
26
|
+
address: 'https://dungeon.rpc.quasarstaking.ai',
|
|
27
|
+
provider: 'Quasar'
|
|
28
|
+
},
|
|
25
29
|
{
|
|
26
30
|
address: 'https://rpc-dungeon-1.seraphim.zone',
|
|
27
31
|
provider: 'Seraphim'
|
|
@@ -40,6 +44,10 @@ const info = {
|
|
|
40
44
|
}
|
|
41
45
|
],
|
|
42
46
|
rest: [
|
|
47
|
+
{
|
|
48
|
+
address: 'https://dungeon.api.quasarstaking.ai',
|
|
49
|
+
provider: 'Quasar'
|
|
50
|
+
},
|
|
43
51
|
{
|
|
44
52
|
address: 'https://api-dungeon-1.seraphim.zone',
|
|
45
53
|
provider: 'Seraphim'
|
|
@@ -56,7 +64,11 @@ const info = {
|
|
|
56
64
|
address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
57
65
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
58
66
|
}
|
|
59
|
-
]
|
|
67
|
+
],
|
|
68
|
+
grpc: [{
|
|
69
|
+
address: 'dungeon.grpc.quasarstaking.ai',
|
|
70
|
+
provider: 'Quasar'
|
|
71
|
+
}]
|
|
60
72
|
},
|
|
61
73
|
explorers: [{
|
|
62
74
|
kind: 'Ping.Pub',
|