chain-registry 1.69.218 → 1.69.220
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/aaronetwork/chain.js +28 -11
- package/esm/mainnet/akash/chain.js +0 -24
- package/esm/mainnet/arkeo/ibc.js +31 -0
- package/esm/mainnet/arkeo/index.js +2 -0
- package/esm/mainnet/atomone/chain.js +6 -6
- package/esm/mainnet/babylon/assets.js +97 -4
- package/esm/mainnet/babylon/chain.js +36 -3
- package/esm/mainnet/bitcanna/chain.js +0 -26
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/ibc.js +15 -0
- package/esm/mainnet/decentr/chain.js +0 -8
- package/esm/mainnet/desmos/chain.js +0 -8
- package/esm/mainnet/dhealth/chain.js +12 -42
- package/esm/mainnet/ethereum/assets.js +78 -0
- package/esm/mainnet/furya/chain.js +4 -22
- package/esm/mainnet/gitopia/chain.js +0 -8
- package/esm/mainnet/gravitybridge/chain.js +0 -8
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/juno/chain.js +5 -1
- package/esm/mainnet/kopi/chain.js +12 -0
- package/esm/mainnet/kopi/ibc.js +58 -0
- package/esm/mainnet/kyve/chain.js +10 -10
- package/esm/mainnet/lumnetwork/chain.js +0 -8
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +22 -0
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/planq/ibc.js +29 -0
- package/esm/mainnet/provenance/chain.js +6 -6
- package/esm/mainnet/quasar/chain.js +0 -8
- package/esm/mainnet/secretnetwork/ibc.js +15 -0
- package/esm/mainnet/seda/chain.js +6 -6
- package/esm/mainnet/shentu/chain.js +6 -6
- package/esm/mainnet/sidechain/chain.js +1 -1
- package/esm/mainnet/stargaze/assets.js +42 -0
- package/esm/mainnet/stride/chain.js +12 -0
- package/esm/mainnet/stride/ibc.js +29 -0
- package/esm/mainnet/synternet/chain.js +6 -6
- package/esm/mainnet/terra/ibc.js +29 -0
- package/esm/testnet/agoricdevnet/assets.js +63 -0
- package/esm/testnet/agoricdevnet/chain.js +84 -0
- package/esm/testnet/agoricdevnet/index.js +4 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/junotestnet/chain.js +26 -6
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/neutrontestnet/ibc.js +28 -0
- package/esm/testnet/nobletestnet/ibc.js +28 -0
- package/esm/testnet/sedatestnet/chain.js +9 -9
- package/esm/testnet/xplatestnet/chain.js +1 -1
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/esm/testnet/zigchaintestnet/chain.js +1 -1
- package/mainnet/aaronetwork/chain.js +28 -11
- package/mainnet/akash/chain.js +0 -24
- package/mainnet/arkeo/ibc.d.ts +3 -0
- package/mainnet/arkeo/ibc.js +33 -0
- package/mainnet/arkeo/index.d.ts +1 -0
- package/mainnet/arkeo/index.js +3 -1
- package/mainnet/atomone/chain.js +6 -6
- package/mainnet/babylon/assets.js +97 -4
- package/mainnet/babylon/chain.js +36 -3
- package/mainnet/bitcanna/chain.js +0 -26
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/ibc.js +15 -0
- package/mainnet/decentr/chain.js +0 -8
- package/mainnet/desmos/chain.js +0 -8
- package/mainnet/dhealth/chain.js +12 -42
- package/mainnet/ethereum/assets.js +78 -0
- package/mainnet/furya/chain.js +4 -22
- package/mainnet/gitopia/chain.js +0 -8
- package/mainnet/gravitybridge/chain.js +0 -8
- package/mainnet/ibc.js +2 -0
- package/mainnet/juno/chain.js +5 -1
- package/mainnet/kopi/chain.js +12 -0
- package/mainnet/kopi/ibc.js +58 -0
- package/mainnet/kyve/chain.js +10 -10
- package/mainnet/lumnetwork/chain.js +0 -8
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +22 -0
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/planq/ibc.js +29 -0
- package/mainnet/provenance/chain.js +6 -6
- package/mainnet/quasar/chain.js +0 -8
- package/mainnet/secretnetwork/ibc.js +15 -0
- package/mainnet/seda/chain.js +6 -6
- package/mainnet/shentu/chain.js +6 -6
- package/mainnet/sidechain/chain.js +1 -1
- package/mainnet/stargaze/assets.js +42 -0
- package/mainnet/stride/chain.js +12 -0
- package/mainnet/stride/ibc.js +29 -0
- package/mainnet/synternet/chain.js +6 -6
- package/mainnet/terra/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/agoricdevnet/assets.d.ts +3 -0
- package/testnet/agoricdevnet/assets.js +65 -0
- package/testnet/agoricdevnet/chain.d.ts +3 -0
- package/testnet/agoricdevnet/chain.js +86 -0
- package/testnet/agoricdevnet/index.d.ts +2 -0
- package/testnet/agoricdevnet/index.js +10 -0
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/junotestnet/chain.js +26 -6
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/neutrontestnet/ibc.js +28 -0
- package/testnet/nobletestnet/ibc.js +28 -0
- package/testnet/sedatestnet/chain.js +9 -9
- package/testnet/xplatestnet/chain.js +1 -1
- package/testnet/zenrocktestnet/chain.js +1 -1
- package/testnet/zigchaintestnet/chain.js +1 -1
package/mainnet/akash/chain.js
CHANGED
|
@@ -64,18 +64,10 @@ const info = {
|
|
|
64
64
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
65
65
|
provider: 'ecostake'
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://rpc.lavenderfive.com:443/akash',
|
|
69
|
-
provider: 'Lavender.Five Nodes'
|
|
70
|
-
},
|
|
71
67
|
{
|
|
72
68
|
address: 'https://akash-rpc.polkachu.com',
|
|
73
69
|
provider: 'Polkachu'
|
|
74
70
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://akash.c29r3.xyz:80/rpc',
|
|
77
|
-
provider: 'c29r3'
|
|
78
|
-
},
|
|
79
71
|
{
|
|
80
72
|
address: 'https://akash-rpc.kleomedes.network',
|
|
81
73
|
provider: 'Kleomedes'
|
|
@@ -92,10 +84,6 @@ const info = {
|
|
|
92
84
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
93
85
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
94
86
|
},
|
|
95
|
-
{
|
|
96
|
-
address: 'https://rpc.akash.bronbro.io:443',
|
|
97
|
-
provider: 'Bro_n_Bro'
|
|
98
|
-
},
|
|
99
87
|
{
|
|
100
88
|
address: 'https://akash.rpc.arcturian.tech/',
|
|
101
89
|
provider: 'Arcturian Tech'
|
|
@@ -106,10 +94,6 @@ const info = {
|
|
|
106
94
|
address: 'https://rest-akash.ecostake.com',
|
|
107
95
|
provider: 'ecostake'
|
|
108
96
|
},
|
|
109
|
-
{
|
|
110
|
-
address: 'https://rest.lavenderfive.com:443/akash',
|
|
111
|
-
provider: 'Lavender.Five Nodes'
|
|
112
|
-
},
|
|
113
97
|
{
|
|
114
98
|
address: 'https://akash-api.polkachu.com',
|
|
115
99
|
provider: 'Polkachu'
|
|
@@ -118,10 +102,6 @@ const info = {
|
|
|
118
102
|
address: 'https://akash.c29r3.xyz:443/api',
|
|
119
103
|
provider: 'c29r3'
|
|
120
104
|
},
|
|
121
|
-
{
|
|
122
|
-
address: 'https://akash-mainnet-lcd.autostake.com:443',
|
|
123
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
124
|
-
},
|
|
125
105
|
{
|
|
126
106
|
address: 'https://akash-api.kleomedes.network',
|
|
127
107
|
provider: 'Kleomedes'
|
|
@@ -146,10 +126,6 @@ const info = {
|
|
|
146
126
|
address: 'https://akash-api.validatornode.com',
|
|
147
127
|
provider: 'ValidatorNode'
|
|
148
128
|
},
|
|
149
|
-
{
|
|
150
|
-
address: 'https://lcd.akash.bronbro.io:443',
|
|
151
|
-
provider: 'Bro_n_Bro'
|
|
152
|
-
},
|
|
153
129
|
{
|
|
154
130
|
address: 'https://akash.api.arcturian.tech',
|
|
155
131
|
provider: 'Arcturian Tech'
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'arkeo',
|
|
7
|
+
client_id: '07-tendermint-1',
|
|
8
|
+
connection_id: 'connection-2'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'osmosis',
|
|
12
|
+
client_id: '07-tendermint-3489',
|
|
13
|
+
connection_id: 'connection-10730'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-1',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-103074',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
exports.default = info;
|
package/mainnet/arkeo/index.d.ts
CHANGED
package/mainnet/arkeo/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -140,8 +140,8 @@ const info = {
|
|
|
140
140
|
provider: 'BonyNode💚'
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
address: 'https://atomone-mainnet-rpc.
|
|
144
|
-
provider: '
|
|
143
|
+
address: 'https://atomone-mainnet-rpc.shazoes.xyz',
|
|
144
|
+
provider: 'Shazoes'
|
|
145
145
|
}
|
|
146
146
|
],
|
|
147
147
|
rest: [
|
|
@@ -226,8 +226,8 @@ const info = {
|
|
|
226
226
|
provider: 'BonyNode💚'
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
|
-
address: 'https://atomone-mainnet-api.
|
|
230
|
-
provider: '
|
|
229
|
+
address: 'https://atomone-mainnet-api.shazoes.xyz',
|
|
230
|
+
provider: 'Shazoes'
|
|
231
231
|
}
|
|
232
232
|
],
|
|
233
233
|
grpc: [
|
|
@@ -284,8 +284,8 @@ const info = {
|
|
|
284
284
|
provider: 'BonyNode💚'
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
|
-
address: 'atomone-mainnet-grpc.
|
|
288
|
-
provider: '
|
|
287
|
+
address: 'atomone-mainnet-grpc.shazoes.xyz:12090',
|
|
288
|
+
provider: 'Shazoes'
|
|
289
289
|
}
|
|
290
290
|
]
|
|
291
291
|
},
|
|
@@ -758,16 +758,16 @@ const info = {
|
|
|
758
758
|
denom: 'cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
759
759
|
exponent: 0
|
|
760
760
|
}, {
|
|
761
|
-
denom: '
|
|
761
|
+
denom: 'satXSolvBTC.e',
|
|
762
762
|
exponent: 18
|
|
763
763
|
}],
|
|
764
764
|
base: 'cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
765
765
|
address: 'bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
766
766
|
name: 'SatLayer xSatSolvBTC Bridged',
|
|
767
|
-
display: '
|
|
768
|
-
symbol: '
|
|
767
|
+
display: 'satXSolvBTC.e',
|
|
768
|
+
symbol: 'satXSolvBTC.e',
|
|
769
769
|
logo_URIs: {
|
|
770
|
-
|
|
770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
771
771
|
},
|
|
772
772
|
type_asset: 'cw20',
|
|
773
773
|
traces: [{
|
|
@@ -845,6 +845,99 @@ const info = {
|
|
|
845
845
|
path: '0'
|
|
846
846
|
}
|
|
847
847
|
}]
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
denom_units: [{
|
|
851
|
+
denom: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
852
|
+
exponent: 0
|
|
853
|
+
}, {
|
|
854
|
+
denom: 'satWBTC.e',
|
|
855
|
+
exponent: 8
|
|
856
|
+
}],
|
|
857
|
+
base: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
858
|
+
address: 'bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
859
|
+
name: 'SatLayer WBTC Bridged',
|
|
860
|
+
display: 'satWBTC.e',
|
|
861
|
+
symbol: 'satWBTC.e',
|
|
862
|
+
logo_URIs: {
|
|
863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
864
|
+
},
|
|
865
|
+
type_asset: 'cw20',
|
|
866
|
+
traces: [{
|
|
867
|
+
type: 'ibc-bridge',
|
|
868
|
+
provider: 'Union',
|
|
869
|
+
counterparty: {
|
|
870
|
+
chain_name: 'ethereum',
|
|
871
|
+
base_denom: '0x69223B5B36a785Ec08e5f685fd7961399982C566',
|
|
872
|
+
channel_id: '1'
|
|
873
|
+
},
|
|
874
|
+
chain: {
|
|
875
|
+
channel_id: '3',
|
|
876
|
+
path: '0'
|
|
877
|
+
}
|
|
878
|
+
}]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
denom_units: [{
|
|
882
|
+
denom: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
883
|
+
exponent: 0
|
|
884
|
+
}, {
|
|
885
|
+
denom: 'satPumpBTC.e',
|
|
886
|
+
exponent: 8
|
|
887
|
+
}],
|
|
888
|
+
base: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
889
|
+
address: 'bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
890
|
+
name: 'SatLayer pumpBTC Bridged',
|
|
891
|
+
display: 'satPumpBTC.e',
|
|
892
|
+
symbol: 'satPumpBTC.e',
|
|
893
|
+
logo_URIs: {
|
|
894
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
895
|
+
},
|
|
896
|
+
type_asset: 'cw20',
|
|
897
|
+
traces: [{
|
|
898
|
+
type: 'ibc-bridge',
|
|
899
|
+
provider: 'Union',
|
|
900
|
+
counterparty: {
|
|
901
|
+
chain_name: 'ethereum',
|
|
902
|
+
base_denom: '0x0c4dd69705D16d91bC9C0534Cc926966f23430c7',
|
|
903
|
+
channel_id: '1'
|
|
904
|
+
},
|
|
905
|
+
chain: {
|
|
906
|
+
channel_id: '3',
|
|
907
|
+
path: '0'
|
|
908
|
+
}
|
|
909
|
+
}]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
denom_units: [{
|
|
913
|
+
denom: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
914
|
+
exponent: 0
|
|
915
|
+
}, {
|
|
916
|
+
denom: 'satStBTC.e',
|
|
917
|
+
exponent: 18
|
|
918
|
+
}],
|
|
919
|
+
base: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
920
|
+
address: 'bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
921
|
+
name: 'SatLayer stBTC Bridged',
|
|
922
|
+
display: 'satStBTC.e',
|
|
923
|
+
symbol: 'satStBTC.e',
|
|
924
|
+
logo_URIs: {
|
|
925
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
926
|
+
},
|
|
927
|
+
type_asset: 'cw20',
|
|
928
|
+
traces: [{
|
|
929
|
+
type: 'ibc-bridge',
|
|
930
|
+
provider: 'Union',
|
|
931
|
+
counterparty: {
|
|
932
|
+
chain_name: 'ethereum',
|
|
933
|
+
base_denom: '0xFF2858Cc8227aA45a51c8961598Edc2d44B5ee5b',
|
|
934
|
+
channel_id: '1'
|
|
935
|
+
},
|
|
936
|
+
chain: {
|
|
937
|
+
channel_id: '3',
|
|
938
|
+
path: '0'
|
|
939
|
+
}
|
|
940
|
+
}]
|
|
848
941
|
}
|
|
849
942
|
]
|
|
850
943
|
};
|
package/mainnet/babylon/chain.js
CHANGED
|
@@ -100,6 +100,14 @@ const info = {
|
|
|
100
100
|
{
|
|
101
101
|
address: 'https://babylon-mainnet-rpc.shazoe.xyz',
|
|
102
102
|
provider: 'Shazoe'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'https://babylon.rpc.nodeshub.online:443',
|
|
106
|
+
provider: 'NodesHub'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://babylon-mainnet-rpc.shazoes.xyz',
|
|
110
|
+
provider: 'Shazoes'
|
|
103
111
|
}
|
|
104
112
|
],
|
|
105
113
|
rest: [
|
|
@@ -134,6 +142,14 @@ const info = {
|
|
|
134
142
|
{
|
|
135
143
|
address: 'https://babylon-mainnet-api.shazoe.xyz',
|
|
136
144
|
provider: 'Shazoe'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://babylon.api.nodeshub.online',
|
|
148
|
+
provider: 'NodesHub'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
address: 'https://babylon-mainnet-api.shazoes.xyz',
|
|
152
|
+
provider: 'Shazoes'
|
|
137
153
|
}
|
|
138
154
|
],
|
|
139
155
|
grpc: [
|
|
@@ -164,20 +180,37 @@ const info = {
|
|
|
164
180
|
{
|
|
165
181
|
address: 'babylon-mainnet-grpc.shazoe.xyz:30190',
|
|
166
182
|
provider: 'Shazoe'
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
address: 'babylon.grpc.nodeshub.online',
|
|
186
|
+
provider: 'NodesHub'
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
address: 'babylon-mainnet-grpc.shazoes.xyz:30190',
|
|
190
|
+
provider: 'Shazoes'
|
|
167
191
|
}
|
|
168
192
|
]
|
|
169
193
|
},
|
|
170
|
-
explorers: [
|
|
194
|
+
explorers: [
|
|
195
|
+
{
|
|
171
196
|
kind: 'mintscan',
|
|
172
197
|
url: 'https://www.mintscan.io/babylon',
|
|
173
198
|
tx_page: 'https://www.mintscan.io/babylon/transactions/${txHash}',
|
|
174
199
|
account_page: 'https://www.mintscan.io/babylon/accounts/${accountAddress}'
|
|
175
|
-
},
|
|
200
|
+
},
|
|
201
|
+
{
|
|
176
202
|
kind: 'Nodes Guru',
|
|
177
203
|
url: 'https://babylon.explorers.guru/',
|
|
178
204
|
tx_page: 'https://babylon.explorers.guru/transaction/${txHash}',
|
|
179
205
|
account_page: 'https://babylon.explorers.guru/account/${accountAddress}'
|
|
180
|
-
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
kind: 'NodesHub',
|
|
209
|
+
url: 'https://explorer.nodeshub.online/babylon/',
|
|
210
|
+
tx_page: 'https://explorer.nodeshub.online/babylon/tx/${txHash}',
|
|
211
|
+
account_page: 'https://explorer.nodeshub.online/babylon/accounts/${accountAddress}'
|
|
212
|
+
}
|
|
213
|
+
],
|
|
181
214
|
images: [{
|
|
182
215
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
183
216
|
}],
|
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'https://rpc.bitcanna.io/',
|
|
68
68
|
provider: 'bitcanna'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://bcna-rpc.ibs.team/',
|
|
72
|
-
provider: 'Inter Blockchain Services'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://rpc.bitcanna.sgtstake.com/',
|
|
76
72
|
provider: 'SGTstake'
|
|
@@ -159,10 +155,6 @@ const info = {
|
|
|
159
155
|
address: 'https://bitcanna-rpc.kalia.network/',
|
|
160
156
|
provider: 'Kalia Network'
|
|
161
157
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://bitcanna.rpc.nodeshub.online:443',
|
|
164
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
165
|
-
},
|
|
166
158
|
{
|
|
167
159
|
address: 'https://bitcanna_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
168
160
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
@@ -236,10 +228,6 @@ const info = {
|
|
|
236
228
|
{
|
|
237
229
|
address: 'bitcanna-grpc.kalia.network:443',
|
|
238
230
|
provider: 'Kalia Network'
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
address: 'bitcanna.grpc.nodeshub.online:13090',
|
|
242
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
243
231
|
}
|
|
244
232
|
],
|
|
245
233
|
rest: [
|
|
@@ -255,10 +243,6 @@ const info = {
|
|
|
255
243
|
address: 'https://bitcanna.api.m.stavr.tech',
|
|
256
244
|
provider: '🔥STAVR🔥'
|
|
257
245
|
},
|
|
258
|
-
{
|
|
259
|
-
address: 'https://bcna-api.ibs.team/',
|
|
260
|
-
provider: 'Inter Blockchain Services'
|
|
261
|
-
},
|
|
262
246
|
{
|
|
263
247
|
address: 'https://bitcanna.api.m.anode.team',
|
|
264
248
|
provider: 'AlxVoy ⚡ ANODE.TEAM'
|
|
@@ -339,10 +323,6 @@ const info = {
|
|
|
339
323
|
address: 'https://api.bitcanna.citizenweb3.com',
|
|
340
324
|
provider: 'Citizen Web3'
|
|
341
325
|
},
|
|
342
|
-
{
|
|
343
|
-
address: 'https://bitcanna.api.nodeshub.online',
|
|
344
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
345
|
-
},
|
|
346
326
|
{
|
|
347
327
|
address: 'https://bitcanna_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
348
328
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
@@ -447,12 +427,6 @@ const info = {
|
|
|
447
427
|
tx_page: 'https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}',
|
|
448
428
|
account_page: 'https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}'
|
|
449
429
|
},
|
|
450
|
-
{
|
|
451
|
-
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
|
|
452
|
-
url: 'https://explorer.nodeshub.online/bitcanna/',
|
|
453
|
-
tx_page: 'https://explorer.nodeshub.online/bitcanna/tx/${txHash}',
|
|
454
|
-
account_page: 'https://explorer.nodeshub.online/bitcanna/accounts/${accountAddress}'
|
|
455
|
-
},
|
|
456
430
|
{
|
|
457
431
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
458
432
|
url: 'https://explorer.whenmoonwhenlambo.money/bitcanna',
|
package/mainnet/coreum/chain.js
CHANGED
|
@@ -33,11 +33,11 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
git_repo: 'https://github.com/CoreumFoundation/coreum',
|
|
36
|
-
recommended_version: '
|
|
37
|
-
compatible_versions: ['
|
|
36
|
+
recommended_version: 'v5.0.0',
|
|
37
|
+
compatible_versions: ['v5.0.0'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/
|
|
40
|
-
"linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/
|
|
39
|
+
"linux/amd64": 'https://github.com/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-amd64?checksum=sha256:bb32768a1114733dc9a90db70a32dd8cd25828a725a57fc9831301ceb648c0f9',
|
|
40
|
+
"linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-arm64?checksum=sha256:8776d26dcd02694c927858da183e81a5cb51ec25aa6fa22d382d8b082ca57cc1'
|
|
41
41
|
},
|
|
42
42
|
consensus: {
|
|
43
43
|
type: 'cometbft',
|
|
@@ -49,10 +49,10 @@ const info = {
|
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.50'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: '0.
|
|
55
|
+
version: '0.54',
|
|
56
56
|
enabled: true
|
|
57
57
|
}
|
|
58
58
|
},
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -1609,6 +1609,21 @@ const info = [
|
|
|
1609
1609
|
preferred: true,
|
|
1610
1610
|
properties: 'privacy'
|
|
1611
1611
|
}
|
|
1612
|
+
}, {
|
|
1613
|
+
chain_1: {
|
|
1614
|
+
channel_id: 'channel-1355',
|
|
1615
|
+
port_id: 'transfer'
|
|
1616
|
+
},
|
|
1617
|
+
chain_2: {
|
|
1618
|
+
channel_id: 'channel-187',
|
|
1619
|
+
port_id: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4'
|
|
1620
|
+
},
|
|
1621
|
+
ordering: 'unordered',
|
|
1622
|
+
version: 'ics20-1',
|
|
1623
|
+
tags: {
|
|
1624
|
+
status: 'live',
|
|
1625
|
+
properties: 'cw20'
|
|
1626
|
+
}
|
|
1612
1627
|
}]
|
|
1613
1628
|
},
|
|
1614
1629
|
{
|
package/mainnet/decentr/chain.js
CHANGED
|
@@ -53,10 +53,6 @@ const info = {
|
|
|
53
53
|
address: 'https://decentr.rpc.m.stavr.tech:443',
|
|
54
54
|
provider: '🔥STAVR🔥'
|
|
55
55
|
},
|
|
56
|
-
{
|
|
57
|
-
address: 'https://decentr-rpc.ibs.team/',
|
|
58
|
-
provider: 'Inter Blockchain Services'
|
|
59
|
-
},
|
|
60
56
|
{
|
|
61
57
|
address: 'https://rpc-dcntr.nodine.id/',
|
|
62
58
|
provider: 'Nodine.ID'
|
|
@@ -78,10 +74,6 @@ const info = {
|
|
|
78
74
|
{
|
|
79
75
|
address: 'https://api.decentr.chaintools.tech/',
|
|
80
76
|
provider: 'ChainTools'
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://decentr-api.ibs.team/',
|
|
84
|
-
provider: 'Inter Blockchain Services'
|
|
85
77
|
}
|
|
86
78
|
],
|
|
87
79
|
grpc: [
|
package/mainnet/desmos/chain.js
CHANGED
|
@@ -68,10 +68,6 @@ const info = {
|
|
|
68
68
|
address: 'https://rpc.mainnet.desmos.network',
|
|
69
69
|
provider: 'desmos'
|
|
70
70
|
},
|
|
71
|
-
{
|
|
72
|
-
address: 'https://desmos-rpc.ibs.team/',
|
|
73
|
-
provider: 'Inter Blockchain Services'
|
|
74
|
-
},
|
|
75
71
|
{
|
|
76
72
|
address: 'https://desmos-rpc.staketab.org:443',
|
|
77
73
|
provider: 'Staketab'
|
|
@@ -98,10 +94,6 @@ const info = {
|
|
|
98
94
|
address: 'https://api.mainnet.desmos.network',
|
|
99
95
|
provider: 'desmos'
|
|
100
96
|
},
|
|
101
|
-
{
|
|
102
|
-
address: 'https://desmos-api.ibs.team/',
|
|
103
|
-
provider: 'Inter Blockchain Services'
|
|
104
|
-
},
|
|
105
97
|
{
|
|
106
98
|
address: 'https://desmos-rest.staketab.org',
|
|
107
99
|
provider: 'Staketab'
|
package/mainnet/dhealth/chain.js
CHANGED
|
@@ -62,69 +62,39 @@ const info = {
|
|
|
62
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
63
63
|
},
|
|
64
64
|
apis: {
|
|
65
|
-
rpc: [
|
|
66
|
-
{
|
|
65
|
+
rpc: [{
|
|
67
66
|
address: 'https://rpc.dhealth.com',
|
|
68
67
|
provider: 'dhealth'
|
|
69
|
-
},
|
|
70
|
-
{
|
|
68
|
+
}, {
|
|
71
69
|
address: 'https://rpc.dhealth.nodestake.org',
|
|
72
70
|
provider: 'NodeStake'
|
|
73
|
-
},
|
|
74
|
-
|
|
75
|
-
address: 'https://dhealth.rpc.nodeshub.online:443',
|
|
76
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
rest: [
|
|
80
|
-
{
|
|
71
|
+
}],
|
|
72
|
+
rest: [{
|
|
81
73
|
address: 'https://lcd.dhealth.com',
|
|
82
74
|
provider: 'dhealth'
|
|
83
|
-
},
|
|
84
|
-
{
|
|
75
|
+
}, {
|
|
85
76
|
address: 'https://api.dhealth.nodestake.org',
|
|
86
77
|
provider: 'NodeStake'
|
|
87
|
-
},
|
|
88
|
-
|
|
89
|
-
address: 'https://dhealth.api.nodeshub.online',
|
|
90
|
-
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️'
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
grpc: [
|
|
94
|
-
{
|
|
78
|
+
}],
|
|
79
|
+
grpc: [{
|
|
95
80
|
address: 'https://grpc.dhealth.com:443',
|
|
96
81
|
provider: 'dhealth'
|
|
97
|
-
},
|
|
98
|
-
{
|
|
82
|
+
}, {
|
|
99
83
|
address: 'https://grpc.dhealth.nodestake.org:443',
|
|
100
84
|
provider: 'NodeStake'
|
|
101
|
-
}
|
|
102
|
-
{
|
|
103
|
-
address: 'dhealth.grpc.nodeshub.online',
|
|
104
|
-
provider: 'Nodes Hub'
|
|
105
|
-
}
|
|
106
|
-
]
|
|
85
|
+
}]
|
|
107
86
|
},
|
|
108
|
-
explorers: [
|
|
109
|
-
{
|
|
87
|
+
explorers: [{
|
|
110
88
|
kind: 'staking-explorer.com',
|
|
111
89
|
url: 'https://staking-explorer.com/explorer/dhealth',
|
|
112
90
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=dhealth&tx=${txHash}',
|
|
113
91
|
account_page: 'https://staking-explorer.com/account.php?chain=dhealth&addr=${accountAddress}'
|
|
114
|
-
},
|
|
115
|
-
{
|
|
92
|
+
}, {
|
|
116
93
|
kind: 'nodestake',
|
|
117
94
|
url: 'https://explorer.nodestake.org/dhealth',
|
|
118
95
|
tx_page: 'https://explorer.nodestake.org/dhealth/tx/${txHash}',
|
|
119
96
|
account_page: 'https://explorer.nodestake.org/dhealth/account/${accountAddress}'
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
|
|
123
|
-
url: 'https://explorer.nodeshub.online/dhealth/',
|
|
124
|
-
tx_page: 'https://explorer.nodeshub.online/dhealth/tx/${txHash}',
|
|
125
|
-
account_page: 'https://explorer.nodeshub.online/dhealth/accounts/${accountAddress}'
|
|
126
|
-
}
|
|
127
|
-
],
|
|
97
|
+
}],
|
|
128
98
|
images: [{
|
|
129
99
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
130
100
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',
|