@chain-registry/osmosis 1.67.146 → 1.67.147
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 +8 -1
- package/esm/assets.js +8 -1
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -24692,6 +24692,9 @@ const assets = {
|
|
|
24692
24692
|
logo_URIs: {
|
|
24693
24693
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24694
24694
|
},
|
|
24695
|
+
socials: {
|
|
24696
|
+
twitter: 'https://x.com/Stealth_stars'
|
|
24697
|
+
},
|
|
24695
24698
|
images: [{
|
|
24696
24699
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24697
24700
|
}]
|
|
@@ -24716,7 +24719,11 @@ const assets = {
|
|
|
24716
24719
|
},
|
|
24717
24720
|
images: [{
|
|
24718
24721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
|
|
24719
|
-
}]
|
|
24722
|
+
}],
|
|
24723
|
+
socials: {
|
|
24724
|
+
website: 'https://builder.crmh.xyz/auth',
|
|
24725
|
+
twitter: 'https://x.com/crypmatcha'
|
|
24726
|
+
}
|
|
24720
24727
|
},
|
|
24721
24728
|
{
|
|
24722
24729
|
description: 'Solana (SOL) native coin bridged via Int3face bridge',
|
package/esm/assets.js
CHANGED
|
@@ -24690,6 +24690,9 @@ const assets = {
|
|
|
24690
24690
|
logo_URIs: {
|
|
24691
24691
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24692
24692
|
},
|
|
24693
|
+
socials: {
|
|
24694
|
+
twitter: 'https://x.com/Stealth_stars'
|
|
24695
|
+
},
|
|
24693
24696
|
images: [{
|
|
24694
24697
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24695
24698
|
}]
|
|
@@ -24714,7 +24717,11 @@ const assets = {
|
|
|
24714
24717
|
},
|
|
24715
24718
|
images: [{
|
|
24716
24719
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
|
|
24717
|
-
}]
|
|
24720
|
+
}],
|
|
24721
|
+
socials: {
|
|
24722
|
+
website: 'https://builder.crmh.xyz/auth',
|
|
24723
|
+
twitter: 'https://x.com/crypmatcha'
|
|
24724
|
+
}
|
|
24718
24725
|
},
|
|
24719
24726
|
{
|
|
24720
24727
|
description: 'Solana (SOL) native coin bridged via Int3face bridge',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.147",
|
|
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.147"
|
|
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": "27e44cd003c8f4369ec138416e0eeae308ea7235"
|
|
42
42
|
}
|