@chain-registry/osmosis 1.67.86 → 1.67.87
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/assets.js +22 -0
- package/esm/assets.js +22 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -23625,6 +23625,28 @@ const assets = {
|
|
|
23625
23625
|
website: 'https://ffsc.site',
|
|
23626
23626
|
twitter: 'https://x.com/FortunateFewNFT'
|
|
23627
23627
|
}
|
|
23628
|
+
},
|
|
23629
|
+
{
|
|
23630
|
+
description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
|
|
23631
|
+
denom_units: [{
|
|
23632
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23633
|
+
exponent: 0
|
|
23634
|
+
}, {
|
|
23635
|
+
denom: 'T7S',
|
|
23636
|
+
exponent: 6
|
|
23637
|
+
}],
|
|
23638
|
+
type_asset: 'sdk.coin',
|
|
23639
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23640
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23641
|
+
name: 'The seven green shade ',
|
|
23642
|
+
display: 'T7S',
|
|
23643
|
+
symbol: 'T7S',
|
|
23644
|
+
logo_URIs: {
|
|
23645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23646
|
+
},
|
|
23647
|
+
images: [{
|
|
23648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23649
|
+
}]
|
|
23628
23650
|
}
|
|
23629
23651
|
]
|
|
23630
23652
|
};
|
package/esm/assets.js
CHANGED
|
@@ -23623,6 +23623,28 @@ const assets = {
|
|
|
23623
23623
|
website: 'https://ffsc.site',
|
|
23624
23624
|
twitter: 'https://x.com/FortunateFewNFT'
|
|
23625
23625
|
}
|
|
23626
|
+
},
|
|
23627
|
+
{
|
|
23628
|
+
description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
|
|
23629
|
+
denom_units: [{
|
|
23630
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23631
|
+
exponent: 0
|
|
23632
|
+
}, {
|
|
23633
|
+
denom: 'T7S',
|
|
23634
|
+
exponent: 6
|
|
23635
|
+
}],
|
|
23636
|
+
type_asset: 'sdk.coin',
|
|
23637
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23638
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23639
|
+
name: 'The seven green shade ',
|
|
23640
|
+
display: 'T7S',
|
|
23641
|
+
symbol: 'T7S',
|
|
23642
|
+
logo_URIs: {
|
|
23643
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23644
|
+
},
|
|
23645
|
+
images: [{
|
|
23646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23647
|
+
}]
|
|
23626
23648
|
}
|
|
23627
23649
|
]
|
|
23628
23650
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.87",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.87"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "6d6be5d22d61fb2882840def22a271fd9e96cc3e"
|
|
42
42
|
}
|