@chain-registry/assets 1.70.266 → 1.70.268
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/osmosis.js +8 -4
- package/index.d.ts +1 -1
- package/mainnet/osmosis.js +8 -4
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -928,10 +928,12 @@ const assets = {
|
|
|
928
928
|
display: 'badge',
|
|
929
929
|
symbol: 'BADGE',
|
|
930
930
|
logo_URIs: {
|
|
931
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
932
933
|
},
|
|
933
934
|
images: [{
|
|
934
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
935
937
|
}],
|
|
936
938
|
socials: {
|
|
937
939
|
website: 'https://bitbadges.io/',
|
|
@@ -7476,10 +7478,12 @@ const assets = {
|
|
|
7476
7478
|
display: 'badge',
|
|
7477
7479
|
symbol: 'BADGE',
|
|
7478
7480
|
logo_URIs: {
|
|
7479
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
7482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
7480
7483
|
},
|
|
7481
7484
|
images: [{
|
|
7482
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
7486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
7483
7487
|
}],
|
|
7484
7488
|
socials: {
|
|
7485
7489
|
website: 'https://bitbadges.io/',
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists:
|
|
7
|
+
asset_lists: AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/osmosis.js
CHANGED
|
@@ -930,10 +930,12 @@ const assets = {
|
|
|
930
930
|
display: 'badge',
|
|
931
931
|
symbol: 'BADGE',
|
|
932
932
|
logo_URIs: {
|
|
933
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
934
935
|
},
|
|
935
936
|
images: [{
|
|
936
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
938
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
937
939
|
}],
|
|
938
940
|
socials: {
|
|
939
941
|
website: 'https://bitbadges.io/',
|
|
@@ -7478,10 +7480,12 @@ const assets = {
|
|
|
7478
7480
|
display: 'badge',
|
|
7479
7481
|
symbol: 'BADGE',
|
|
7480
7482
|
logo_URIs: {
|
|
7481
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
7484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
7482
7485
|
},
|
|
7483
7486
|
images: [{
|
|
7484
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
7488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
7485
7489
|
}],
|
|
7486
7490
|
socials: {
|
|
7487
7491
|
website: 'https://bitbadges.io/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.268",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.168",
|
|
33
|
+
"chain-registry": "^1.69.268"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.168"
|
|
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": "df14b5a86798d81dec05fe50f371fa6016a1f279"
|
|
47
47
|
}
|