chain-registry 2.0.20 → 2.0.22
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.
|
@@ -33,8 +33,8 @@ const info = {
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
logoURIs: {
|
|
36
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
37
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
40
40
|
rpc: [{
|
|
@@ -66,8 +66,8 @@ const info = {
|
|
|
66
66
|
accountPage: 'https://explorer.dys.dysonprotocol.com/dyson/account/${accountAddress}'
|
|
67
67
|
}],
|
|
68
68
|
images: [{
|
|
69
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
70
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
71
71
|
}]
|
|
72
72
|
};
|
|
73
73
|
export default info;
|
|
@@ -24682,6 +24682,28 @@ const info = {
|
|
|
24682
24682
|
primaryColorHex: '#41918c'
|
|
24683
24683
|
}
|
|
24684
24684
|
}]
|
|
24685
|
+
},
|
|
24686
|
+
{
|
|
24687
|
+
description: 'eBABY – Escher’s chain-abstracted liquid-staking token for BABY',
|
|
24688
|
+
denomUnits: [{
|
|
24689
|
+
denom: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24690
|
+
exponent: 0
|
|
24691
|
+
}, {
|
|
24692
|
+
denom: 'ebaby',
|
|
24693
|
+
exponent: 6
|
|
24694
|
+
}],
|
|
24695
|
+
typeAsset: 'sdk.coin',
|
|
24696
|
+
base: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24697
|
+
name: 'eBABY',
|
|
24698
|
+
display: 'ebaby',
|
|
24699
|
+
symbol: 'EBABY',
|
|
24700
|
+
logoURIs: {
|
|
24701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24702
|
+
},
|
|
24703
|
+
images: [{
|
|
24704
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24705
|
+
}],
|
|
24706
|
+
keywords: ['liquid-staking', 'escher']
|
|
24685
24707
|
}
|
|
24686
24708
|
]
|
|
24687
24709
|
};
|
|
@@ -81,17 +81,26 @@ const info = {
|
|
|
81
81
|
provider: 'Grove'
|
|
82
82
|
}]
|
|
83
83
|
},
|
|
84
|
-
explorers: [
|
|
84
|
+
explorers: [
|
|
85
|
+
{
|
|
85
86
|
kind: '🔍 Pocket Explorer by Soothe 🔎',
|
|
86
87
|
url: 'https://shannon.trustsoothe.io',
|
|
87
88
|
txPage: 'https://shannon.trustsoothe.io/tx/${txHash}',
|
|
88
89
|
accountPage: 'https://shannon.trustsoothe.io/accounts/${accountAddress}'
|
|
89
|
-
},
|
|
90
|
+
},
|
|
91
|
+
{
|
|
90
92
|
kind: '🗺 Pocket Explorer by Stakenodes.org 🗺',
|
|
91
93
|
url: 'https://shannon.pokt.network',
|
|
92
94
|
txPage: 'https://shannon.pokt.network/tx/${txHash}',
|
|
93
95
|
accountPage: 'https://shannon.pokt.network/poktroll/account/${accountAddress}'
|
|
94
|
-
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
kind: '🗺 Ping Pub fork Explorer by Blockval',
|
|
99
|
+
url: 'https://explorer.blockval.io/pocket',
|
|
100
|
+
txPage: 'https://explorer.blockval.io/pocket/tx/${txHash}',
|
|
101
|
+
accountPage: 'https://explorer.blockval.io/pocket/account/${accountAddress}'
|
|
102
|
+
}
|
|
103
|
+
],
|
|
95
104
|
keywords: [
|
|
96
105
|
'rpc',
|
|
97
106
|
'api',
|
package/mainnet/dyson/chain.js
CHANGED
|
@@ -35,8 +35,8 @@ const info = {
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
logoURIs: {
|
|
38
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
39
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
40
40
|
},
|
|
41
41
|
apis: {
|
|
42
42
|
rpc: [{
|
|
@@ -68,8 +68,8 @@ const info = {
|
|
|
68
68
|
accountPage: 'https://explorer.dys.dysonprotocol.com/dyson/account/${accountAddress}'
|
|
69
69
|
}],
|
|
70
70
|
images: [{
|
|
71
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
72
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg'
|
|
73
73
|
}]
|
|
74
74
|
};
|
|
75
75
|
exports.default = info;
|
|
@@ -24684,6 +24684,28 @@ const info = {
|
|
|
24684
24684
|
primaryColorHex: '#41918c'
|
|
24685
24685
|
}
|
|
24686
24686
|
}]
|
|
24687
|
+
},
|
|
24688
|
+
{
|
|
24689
|
+
description: 'eBABY – Escher’s chain-abstracted liquid-staking token for BABY',
|
|
24690
|
+
denomUnits: [{
|
|
24691
|
+
denom: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24692
|
+
exponent: 0
|
|
24693
|
+
}, {
|
|
24694
|
+
denom: 'ebaby',
|
|
24695
|
+
exponent: 6
|
|
24696
|
+
}],
|
|
24697
|
+
typeAsset: 'sdk.coin',
|
|
24698
|
+
base: 'factory/osmo12r3yc76u9lxe33yemstatnw8602culdjzrtr8lmnpycmd3z7d4jsxx60kc/FwNhFaW3zLxoLUgXCdWjqBzcvGNPaB7B2XZqm2xgrB93',
|
|
24699
|
+
name: 'eBABY',
|
|
24700
|
+
display: 'ebaby',
|
|
24701
|
+
symbol: 'EBABY',
|
|
24702
|
+
logoURIs: {
|
|
24703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24704
|
+
},
|
|
24705
|
+
images: [{
|
|
24706
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/eBABY.svg'
|
|
24707
|
+
}],
|
|
24708
|
+
keywords: ['liquid-staking', 'escher']
|
|
24687
24709
|
}
|
|
24688
24710
|
]
|
|
24689
24711
|
};
|
package/mainnet/pocket/chain.js
CHANGED
|
@@ -83,17 +83,26 @@ const info = {
|
|
|
83
83
|
provider: 'Grove'
|
|
84
84
|
}]
|
|
85
85
|
},
|
|
86
|
-
explorers: [
|
|
86
|
+
explorers: [
|
|
87
|
+
{
|
|
87
88
|
kind: '🔍 Pocket Explorer by Soothe 🔎',
|
|
88
89
|
url: 'https://shannon.trustsoothe.io',
|
|
89
90
|
txPage: 'https://shannon.trustsoothe.io/tx/${txHash}',
|
|
90
91
|
accountPage: 'https://shannon.trustsoothe.io/accounts/${accountAddress}'
|
|
91
|
-
},
|
|
92
|
+
},
|
|
93
|
+
{
|
|
92
94
|
kind: '🗺 Pocket Explorer by Stakenodes.org 🗺',
|
|
93
95
|
url: 'https://shannon.pokt.network',
|
|
94
96
|
txPage: 'https://shannon.pokt.network/tx/${txHash}',
|
|
95
97
|
accountPage: 'https://shannon.pokt.network/poktroll/account/${accountAddress}'
|
|
96
|
-
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
kind: '🗺 Ping Pub fork Explorer by Blockval',
|
|
101
|
+
url: 'https://explorer.blockval.io/pocket',
|
|
102
|
+
txPage: 'https://explorer.blockval.io/pocket/tx/${txHash}',
|
|
103
|
+
accountPage: 'https://explorer.blockval.io/pocket/account/${accountAddress}'
|
|
104
|
+
}
|
|
105
|
+
],
|
|
97
106
|
keywords: [
|
|
98
107
|
'rpc',
|
|
99
108
|
'api',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.22",
|
|
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.22"
|
|
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": "235c48a4cb338b6632855d74453f33d13285cf0f"
|
|
43
43
|
}
|