@chain-registry/juno 1.70.60 → 1.70.62

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/asset_list.js CHANGED
@@ -131,7 +131,7 @@ const asset_list = {
131
131
  }]
132
132
  },
133
133
  {
134
- description: 'The native token of Asset Mantle',
134
+ description: 'The native token of AssetMantle',
135
135
  denom_units: [{
136
136
  denom: 'ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F',
137
137
  exponent: 0,
@@ -153,7 +153,7 @@ const asset_list = {
153
153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
154
154
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
155
155
  theme: {
156
- primary_color_hex: '#edb548'
156
+ primary_color_hex: '#fbab30'
157
157
  }
158
158
  }],
159
159
  socials: {
@@ -978,7 +978,7 @@ const asset_list = {
978
978
  }]
979
979
  },
980
980
  {
981
- description: 'The native token of Asset Mantle',
981
+ description: 'The native token of AssetMantle',
982
982
  denom_units: [{
983
983
  denom: 'ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F',
984
984
  exponent: 0,
@@ -1000,7 +1000,7 @@ const asset_list = {
1000
1000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
1001
1001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
1002
1002
  theme: {
1003
- primary_color_hex: '#edb548'
1003
+ primary_color_hex: '#fbab30'
1004
1004
  }
1005
1005
  }],
1006
1006
  socials: {
package/esm/asset_list.js CHANGED
@@ -129,7 +129,7 @@ const asset_list = {
129
129
  }]
130
130
  },
131
131
  {
132
- description: 'The native token of Asset Mantle',
132
+ description: 'The native token of AssetMantle',
133
133
  denom_units: [{
134
134
  denom: 'ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F',
135
135
  exponent: 0,
@@ -151,7 +151,7 @@ const asset_list = {
151
151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
152
152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
153
153
  theme: {
154
- primary_color_hex: '#edb548'
154
+ primary_color_hex: '#fbab30'
155
155
  }
156
156
  }],
157
157
  socials: {
@@ -976,7 +976,7 @@ const asset_list = {
976
976
  }]
977
977
  },
978
978
  {
979
- description: 'The native token of Asset Mantle',
979
+ description: 'The native token of AssetMantle',
980
980
  denom_units: [{
981
981
  denom: 'ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F',
982
982
  exponent: 0,
@@ -998,7 +998,7 @@ const asset_list = {
998
998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
999
999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
1000
1000
  theme: {
1001
- primary_color_hex: '#edb548'
1001
+ primary_color_hex: '#fbab30'
1002
1002
  }
1003
1003
  }],
1004
1004
  socials: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.60",
3
+ "version": "1.70.62",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.60"
32
+ "chain-registry": "^1.69.62"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.34"
35
+ "@chain-registry/types": "^0.50.36"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "b68c5848d1ac693e7f989e0d1645c89126f7bfd2"
46
+ "gitHead": "1fe2363e06dfb71294ecec446c323d103ffbc52f"
47
47
  }