chain-registry 2.0.121 → 2.0.122
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.
|
@@ -22780,6 +22780,28 @@ const info = {
|
|
|
22780
22780
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
22781
22781
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22782
22782
|
}]
|
|
22783
|
+
},
|
|
22784
|
+
{
|
|
22785
|
+
description: 'SLAYER OF ZEROS ',
|
|
22786
|
+
denomUnits: [{
|
|
22787
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
|
|
22788
|
+
exponent: 0
|
|
22789
|
+
}, {
|
|
22790
|
+
denom: 'SLAYER',
|
|
22791
|
+
exponent: 6
|
|
22792
|
+
}],
|
|
22793
|
+
typeAsset: 'sdk.coin',
|
|
22794
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
22795
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
|
|
22796
|
+
name: 'SLAYER',
|
|
22797
|
+
display: 'SLAYER',
|
|
22798
|
+
symbol: 'SLAYER',
|
|
22799
|
+
logoURIs: {
|
|
22800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
|
|
22801
|
+
},
|
|
22802
|
+
images: [{
|
|
22803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
|
|
22804
|
+
}]
|
|
22783
22805
|
}
|
|
22784
22806
|
]
|
|
22785
22807
|
};
|
|
@@ -22782,6 +22782,28 @@ const info = {
|
|
|
22782
22782
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
22783
22783
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22784
22784
|
}]
|
|
22785
|
+
},
|
|
22786
|
+
{
|
|
22787
|
+
description: 'SLAYER OF ZEROS ',
|
|
22788
|
+
denomUnits: [{
|
|
22789
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
|
|
22790
|
+
exponent: 0
|
|
22791
|
+
}, {
|
|
22792
|
+
denom: 'SLAYER',
|
|
22793
|
+
exponent: 6
|
|
22794
|
+
}],
|
|
22795
|
+
typeAsset: 'sdk.coin',
|
|
22796
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
22797
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
|
|
22798
|
+
name: 'SLAYER',
|
|
22799
|
+
display: 'SLAYER',
|
|
22800
|
+
symbol: 'SLAYER',
|
|
22801
|
+
logoURIs: {
|
|
22802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
|
|
22803
|
+
},
|
|
22804
|
+
images: [{
|
|
22805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
|
|
22806
|
+
}]
|
|
22785
22807
|
}
|
|
22786
22808
|
]
|
|
22787
22809
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.122",
|
|
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.122"
|
|
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": "664be9797c350a2b0a64046d96d6a9efac11f11a"
|
|
43
43
|
}
|