@chain-registry/juno 1.64.30 → 1.64.32

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
@@ -2037,6 +2037,10 @@ const asset_list = {
2037
2037
  primary_color_hex: '#142c5c'
2038
2038
  }
2039
2039
  }],
2040
+ socials: {
2041
+ website: 'https://ondo.finance/usdy',
2042
+ twitter: 'https://x.com/OndoFinance'
2043
+ },
2040
2044
  traces: [{
2041
2045
  type: 'ibc',
2042
2046
  counterparty: {
@@ -3935,6 +3939,10 @@ const asset_list = {
3935
3939
  primary_color_hex: '#142c5c'
3936
3940
  }
3937
3941
  }],
3942
+ socials: {
3943
+ website: 'https://ondo.finance/usdy',
3944
+ twitter: 'https://x.com/OndoFinance'
3945
+ },
3938
3946
  traces: [{
3939
3947
  type: 'ibc',
3940
3948
  counterparty: {
package/esm/asset_list.js CHANGED
@@ -2035,6 +2035,10 @@ const asset_list = {
2035
2035
  primary_color_hex: '#142c5c'
2036
2036
  }
2037
2037
  }],
2038
+ socials: {
2039
+ website: 'https://ondo.finance/usdy',
2040
+ twitter: 'https://x.com/OndoFinance'
2041
+ },
2038
2042
  traces: [{
2039
2043
  type: 'ibc',
2040
2044
  counterparty: {
@@ -3933,6 +3937,10 @@ const asset_list = {
3933
3937
  primary_color_hex: '#142c5c'
3934
3938
  }
3935
3939
  }],
3940
+ socials: {
3941
+ website: 'https://ondo.finance/usdy',
3942
+ twitter: 'https://x.com/OndoFinance'
3943
+ },
3936
3944
  traces: [{
3937
3945
  type: 'ibc',
3938
3946
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.64.30",
3
+ "version": "1.64.32",
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.63.30"
32
+ "chain-registry": "^1.63.32"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.45.25"
35
+ "@chain-registry/types": "^0.45.27"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "f96edbf691a1d135edfff8745ccbef9ae2344a10"
46
+ "gitHead": "db071302b14ab9c407c4d1488376ee61979a7bd8"
47
47
  }