chain-registry 1.69.93 → 1.69.94
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/humans/chain.js +4 -4
- package/esm/mainnet/osmosis/assets.js +40 -0
- package/esm/noncosmos/internetcomputer/assets.js +3 -46
- package/esm/testnet/humanstestnet/chain.js +5 -5
- package/mainnet/humans/chain.js +4 -4
- package/mainnet/osmosis/assets.js +40 -0
- package/noncosmos/internetcomputer/assets.js +3 -46
- package/package.json +4 -4
- package/testnet/humanstestnet/chain.js +5 -5
|
@@ -92,7 +92,7 @@ const info = {
|
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
95
|
-
provider: 'Cosmonaut Stakes
|
|
95
|
+
provider: 'Cosmonaut Stakes'
|
|
96
96
|
}
|
|
97
97
|
],
|
|
98
98
|
rest: [
|
|
@@ -150,7 +150,7 @@ const info = {
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
153
|
-
provider: 'Cosmonaut Stakes
|
|
153
|
+
provider: 'Cosmonaut Stakes'
|
|
154
154
|
}
|
|
155
155
|
],
|
|
156
156
|
grpc: [
|
|
@@ -195,8 +195,8 @@ const info = {
|
|
|
195
195
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
|
-
address: 'humans-mainnet-grpc.cosmonautstakes.com:
|
|
199
|
-
provider: 'Cosmonaut Stakes
|
|
198
|
+
address: 'humans-mainnet-grpc.cosmonautstakes.com:14890',
|
|
199
|
+
provider: 'Cosmonaut Stakes'
|
|
200
200
|
}
|
|
201
201
|
],
|
|
202
202
|
"evm-http-jsonrpc": [
|
|
@@ -22401,6 +22401,46 @@ const info = {
|
|
|
22401
22401
|
},
|
|
22402
22402
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
|
|
22403
22403
|
}]
|
|
22404
|
+
},
|
|
22405
|
+
{
|
|
22406
|
+
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
22407
|
+
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
22408
|
+
denom_units: [{
|
|
22409
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22410
|
+
exponent: 0,
|
|
22411
|
+
aliases: ['shibe']
|
|
22412
|
+
}, {
|
|
22413
|
+
denom: 'ckDOGE',
|
|
22414
|
+
exponent: 8
|
|
22415
|
+
}],
|
|
22416
|
+
type_asset: 'unknown',
|
|
22417
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22418
|
+
name: 'Chain-key Dogecoin',
|
|
22419
|
+
display: 'ckDOGE',
|
|
22420
|
+
symbol: 'ckDOGE',
|
|
22421
|
+
traces: [{
|
|
22422
|
+
type: 'bridge',
|
|
22423
|
+
counterparty: {
|
|
22424
|
+
chain_name: 'dogecoin',
|
|
22425
|
+
base_denom: 'shibe'
|
|
22426
|
+
},
|
|
22427
|
+
provider: 'Omnity Network'
|
|
22428
|
+
}],
|
|
22429
|
+
images: [{
|
|
22430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
22431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png'
|
|
22432
|
+
}, {
|
|
22433
|
+
image_sync: {
|
|
22434
|
+
chain_name: 'dogecoin',
|
|
22435
|
+
base_denom: 'shibe'
|
|
22436
|
+
},
|
|
22437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
22438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
22439
|
+
}],
|
|
22440
|
+
socials: {
|
|
22441
|
+
website: 'https://internetcomputer.org',
|
|
22442
|
+
twitter: 'https://x.com/dfinity'
|
|
22443
|
+
}
|
|
22404
22444
|
}
|
|
22405
22445
|
]
|
|
22406
22446
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'internetcomputer',
|
|
4
|
-
assets: [
|
|
5
|
-
{
|
|
4
|
+
assets: [{
|
|
6
5
|
description: 'The native token of Internet Computer',
|
|
7
6
|
extended_description: 'The Internet Computer blockchain incorporates a radical rethink of blockchain design, powered by innovations in cryptography. It provides the first “World Computer” blockchain that can be used to build almost any Web 2.0 online system or service, and web3 services, including web3 social media services, without any need for centralized traditional IT such as cloud computing services. It also enables smart contracts it hosts to directly create transactions on other blockchains, which in turn enables the full end-to-end decentralization of online services and web3 for the first time.',
|
|
8
7
|
denom_units: [{
|
|
@@ -31,8 +30,7 @@ const info = {
|
|
|
31
30
|
website: 'https://internetcomputer.org/',
|
|
32
31
|
twitter: 'https://x.com/dfinity'
|
|
33
32
|
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
33
|
+
}, {
|
|
36
34
|
description: 'A multi-chain bitcoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw bitcoin.',
|
|
37
35
|
extended_description: 'Chain-key Bitcoin (ckBTC) is an ICRC-2-compliant token that is backed 1:1 by BTC held 100% on the mainnet. ckBTC does not rely on a centralized bridge to facilitate the conversion between BTC and ckBTC, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
38
36
|
denom_units: [{
|
|
@@ -70,47 +68,6 @@ const info = {
|
|
|
70
68
|
website: 'https://internetcomputer.org/ckbtc',
|
|
71
69
|
twitter: 'https://x.com/dfinity'
|
|
72
70
|
}
|
|
73
|
-
}
|
|
74
|
-
{
|
|
75
|
-
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
76
|
-
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
77
|
-
denom_units: [{
|
|
78
|
-
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
79
|
-
exponent: 0,
|
|
80
|
-
aliases: ['shibe']
|
|
81
|
-
}, {
|
|
82
|
-
denom: 'ckDOGE',
|
|
83
|
-
exponent: 8
|
|
84
|
-
}],
|
|
85
|
-
type_asset: 'unknown',
|
|
86
|
-
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
87
|
-
name: 'Chain-key Dogecoin',
|
|
88
|
-
display: 'ckDOGE',
|
|
89
|
-
symbol: 'ckDOGE',
|
|
90
|
-
traces: [{
|
|
91
|
-
type: 'bridge',
|
|
92
|
-
counterparty: {
|
|
93
|
-
chain_name: 'dogecoin',
|
|
94
|
-
base_denom: 'shibe'
|
|
95
|
-
},
|
|
96
|
-
provider: 'Omnity Network'
|
|
97
|
-
}],
|
|
98
|
-
images: [{
|
|
99
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.svg',
|
|
100
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.png'
|
|
101
|
-
}, {
|
|
102
|
-
image_sync: {
|
|
103
|
-
chain_name: 'dogecoin',
|
|
104
|
-
base_denom: 'shibe'
|
|
105
|
-
},
|
|
106
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
107
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
108
|
-
}],
|
|
109
|
-
socials: {
|
|
110
|
-
website: 'https://internetcomputer.org',
|
|
111
|
-
twitter: 'https://x.com/dfinity'
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
]
|
|
71
|
+
}]
|
|
115
72
|
};
|
|
116
73
|
export default info;
|
|
@@ -24,25 +24,25 @@ const info = {
|
|
|
24
24
|
provider: 'NODEJUMPER'
|
|
25
25
|
}, {
|
|
26
26
|
address: 'https://humans-testnet-rpc.cosmonautstakes.com',
|
|
27
|
-
provider: 'Cosmonaut Stakes
|
|
27
|
+
provider: 'Cosmonaut Stakes'
|
|
28
28
|
}],
|
|
29
29
|
rest: [{
|
|
30
30
|
address: 'https://humans-testnet.nodejumper.io:1317',
|
|
31
31
|
provider: 'NODEJUMPER'
|
|
32
32
|
}, {
|
|
33
33
|
address: 'https://humans-testnet-rest.cosmonautstakes.com',
|
|
34
|
-
provider: 'Cosmonaut Stakes
|
|
34
|
+
provider: 'Cosmonaut Stakes'
|
|
35
35
|
}],
|
|
36
36
|
grpc: [{
|
|
37
37
|
address: 'https://humans-testnet.nodejumper.io:9090',
|
|
38
38
|
provider: 'NODEJUMPER'
|
|
39
39
|
}, {
|
|
40
|
-
address: 'humans-testnet-grpc.cosmonautstakes.com:
|
|
41
|
-
provider: 'Cosmonaut Stakes
|
|
40
|
+
address: 'humans-testnet-grpc.cosmonautstakes.com:14990',
|
|
41
|
+
provider: 'Cosmonaut Stakes'
|
|
42
42
|
}],
|
|
43
43
|
"evm-http-jsonrpc": [{
|
|
44
44
|
address: 'humans-testnet-evm.cosmonautstakes.com',
|
|
45
|
-
provider: 'Cosmonaut Stakes
|
|
45
|
+
provider: 'Cosmonaut Stakes'
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
48
|
explorers: [{
|
package/mainnet/humans/chain.js
CHANGED
|
@@ -94,7 +94,7 @@ const info = {
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
97
|
-
provider: 'Cosmonaut Stakes
|
|
97
|
+
provider: 'Cosmonaut Stakes'
|
|
98
98
|
}
|
|
99
99
|
],
|
|
100
100
|
rest: [
|
|
@@ -152,7 +152,7 @@ const info = {
|
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
155
|
-
provider: 'Cosmonaut Stakes
|
|
155
|
+
provider: 'Cosmonaut Stakes'
|
|
156
156
|
}
|
|
157
157
|
],
|
|
158
158
|
grpc: [
|
|
@@ -197,8 +197,8 @@ const info = {
|
|
|
197
197
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
address: 'humans-mainnet-grpc.cosmonautstakes.com:
|
|
201
|
-
provider: 'Cosmonaut Stakes
|
|
200
|
+
address: 'humans-mainnet-grpc.cosmonautstakes.com:14890',
|
|
201
|
+
provider: 'Cosmonaut Stakes'
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
204
|
"evm-http-jsonrpc": [
|
|
@@ -22403,6 +22403,46 @@ const info = {
|
|
|
22403
22403
|
},
|
|
22404
22404
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
|
|
22405
22405
|
}]
|
|
22406
|
+
},
|
|
22407
|
+
{
|
|
22408
|
+
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
22409
|
+
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
22410
|
+
denom_units: [{
|
|
22411
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22412
|
+
exponent: 0,
|
|
22413
|
+
aliases: ['shibe']
|
|
22414
|
+
}, {
|
|
22415
|
+
denom: 'ckDOGE',
|
|
22416
|
+
exponent: 8
|
|
22417
|
+
}],
|
|
22418
|
+
type_asset: 'unknown',
|
|
22419
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22420
|
+
name: 'Chain-key Dogecoin',
|
|
22421
|
+
display: 'ckDOGE',
|
|
22422
|
+
symbol: 'ckDOGE',
|
|
22423
|
+
traces: [{
|
|
22424
|
+
type: 'bridge',
|
|
22425
|
+
counterparty: {
|
|
22426
|
+
chain_name: 'dogecoin',
|
|
22427
|
+
base_denom: 'shibe'
|
|
22428
|
+
},
|
|
22429
|
+
provider: 'Omnity Network'
|
|
22430
|
+
}],
|
|
22431
|
+
images: [{
|
|
22432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
22433
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png'
|
|
22434
|
+
}, {
|
|
22435
|
+
image_sync: {
|
|
22436
|
+
chain_name: 'dogecoin',
|
|
22437
|
+
base_denom: 'shibe'
|
|
22438
|
+
},
|
|
22439
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
22440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
22441
|
+
}],
|
|
22442
|
+
socials: {
|
|
22443
|
+
website: 'https://internetcomputer.org',
|
|
22444
|
+
twitter: 'https://x.com/dfinity'
|
|
22445
|
+
}
|
|
22406
22446
|
}
|
|
22407
22447
|
]
|
|
22408
22448
|
};
|
|
@@ -3,8 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'internetcomputer',
|
|
6
|
-
assets: [
|
|
7
|
-
{
|
|
6
|
+
assets: [{
|
|
8
7
|
description: 'The native token of Internet Computer',
|
|
9
8
|
extended_description: 'The Internet Computer blockchain incorporates a radical rethink of blockchain design, powered by innovations in cryptography. It provides the first “World Computer” blockchain that can be used to build almost any Web 2.0 online system or service, and web3 services, including web3 social media services, without any need for centralized traditional IT such as cloud computing services. It also enables smart contracts it hosts to directly create transactions on other blockchains, which in turn enables the full end-to-end decentralization of online services and web3 for the first time.',
|
|
10
9
|
denom_units: [{
|
|
@@ -33,8 +32,7 @@ const info = {
|
|
|
33
32
|
website: 'https://internetcomputer.org/',
|
|
34
33
|
twitter: 'https://x.com/dfinity'
|
|
35
34
|
}
|
|
36
|
-
},
|
|
37
|
-
{
|
|
35
|
+
}, {
|
|
38
36
|
description: 'A multi-chain bitcoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw bitcoin.',
|
|
39
37
|
extended_description: 'Chain-key Bitcoin (ckBTC) is an ICRC-2-compliant token that is backed 1:1 by BTC held 100% on the mainnet. ckBTC does not rely on a centralized bridge to facilitate the conversion between BTC and ckBTC, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
40
38
|
denom_units: [{
|
|
@@ -72,47 +70,6 @@ const info = {
|
|
|
72
70
|
website: 'https://internetcomputer.org/ckbtc',
|
|
73
71
|
twitter: 'https://x.com/dfinity'
|
|
74
72
|
}
|
|
75
|
-
}
|
|
76
|
-
{
|
|
77
|
-
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
78
|
-
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
79
|
-
denom_units: [{
|
|
80
|
-
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
81
|
-
exponent: 0,
|
|
82
|
-
aliases: ['shibe']
|
|
83
|
-
}, {
|
|
84
|
-
denom: 'ckDOGE',
|
|
85
|
-
exponent: 8
|
|
86
|
-
}],
|
|
87
|
-
type_asset: 'unknown',
|
|
88
|
-
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
89
|
-
name: 'Chain-key Dogecoin',
|
|
90
|
-
display: 'ckDOGE',
|
|
91
|
-
symbol: 'ckDOGE',
|
|
92
|
-
traces: [{
|
|
93
|
-
type: 'bridge',
|
|
94
|
-
counterparty: {
|
|
95
|
-
chain_name: 'dogecoin',
|
|
96
|
-
base_denom: 'shibe'
|
|
97
|
-
},
|
|
98
|
-
provider: 'Omnity Network'
|
|
99
|
-
}],
|
|
100
|
-
images: [{
|
|
101
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.svg',
|
|
102
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.png'
|
|
103
|
-
}, {
|
|
104
|
-
image_sync: {
|
|
105
|
-
chain_name: 'dogecoin',
|
|
106
|
-
base_denom: 'shibe'
|
|
107
|
-
},
|
|
108
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
109
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
110
|
-
}],
|
|
111
|
-
socials: {
|
|
112
|
-
website: 'https://internetcomputer.org',
|
|
113
|
-
twitter: 'https://x.com/dfinity'
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
]
|
|
73
|
+
}]
|
|
117
74
|
};
|
|
118
75
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.94",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.50",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.50"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "07d9327485c2ba76e29c16f8e10cef54e6d60154"
|
|
47
47
|
}
|
|
@@ -26,25 +26,25 @@ const info = {
|
|
|
26
26
|
provider: 'NODEJUMPER'
|
|
27
27
|
}, {
|
|
28
28
|
address: 'https://humans-testnet-rpc.cosmonautstakes.com',
|
|
29
|
-
provider: 'Cosmonaut Stakes
|
|
29
|
+
provider: 'Cosmonaut Stakes'
|
|
30
30
|
}],
|
|
31
31
|
rest: [{
|
|
32
32
|
address: 'https://humans-testnet.nodejumper.io:1317',
|
|
33
33
|
provider: 'NODEJUMPER'
|
|
34
34
|
}, {
|
|
35
35
|
address: 'https://humans-testnet-rest.cosmonautstakes.com',
|
|
36
|
-
provider: 'Cosmonaut Stakes
|
|
36
|
+
provider: 'Cosmonaut Stakes'
|
|
37
37
|
}],
|
|
38
38
|
grpc: [{
|
|
39
39
|
address: 'https://humans-testnet.nodejumper.io:9090',
|
|
40
40
|
provider: 'NODEJUMPER'
|
|
41
41
|
}, {
|
|
42
|
-
address: 'humans-testnet-grpc.cosmonautstakes.com:
|
|
43
|
-
provider: 'Cosmonaut Stakes
|
|
42
|
+
address: 'humans-testnet-grpc.cosmonautstakes.com:14990',
|
|
43
|
+
provider: 'Cosmonaut Stakes'
|
|
44
44
|
}],
|
|
45
45
|
"evm-http-jsonrpc": [{
|
|
46
46
|
address: 'humans-testnet-evm.cosmonautstakes.com',
|
|
47
|
-
provider: 'Cosmonaut Stakes
|
|
47
|
+
provider: 'Cosmonaut Stakes'
|
|
48
48
|
}]
|
|
49
49
|
},
|
|
50
50
|
explorers: [{
|