@chain-registry/juno 1.64.35 → 1.64.37

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,7 @@ const asset_list = {
2037
2037
  primary_color_hex: '#142c5c'
2038
2038
  }
2039
2039
  }],
2040
+ coingecko_id: 'ondo-us-dollar-yield',
2040
2041
  socials: {
2041
2042
  website: 'https://ondo.finance/usdy',
2042
2043
  twitter: 'https://x.com/OndoFinance'
@@ -3939,6 +3940,7 @@ const asset_list = {
3939
3940
  primary_color_hex: '#142c5c'
3940
3941
  }
3941
3942
  }],
3943
+ coingecko_id: 'ondo-us-dollar-yield',
3942
3944
  socials: {
3943
3945
  website: 'https://ondo.finance/usdy',
3944
3946
  twitter: 'https://x.com/OndoFinance'
package/esm/asset_list.js CHANGED
@@ -2035,6 +2035,7 @@ const asset_list = {
2035
2035
  primary_color_hex: '#142c5c'
2036
2036
  }
2037
2037
  }],
2038
+ coingecko_id: 'ondo-us-dollar-yield',
2038
2039
  socials: {
2039
2040
  website: 'https://ondo.finance/usdy',
2040
2041
  twitter: 'https://x.com/OndoFinance'
@@ -3937,6 +3938,7 @@ const asset_list = {
3937
3938
  primary_color_hex: '#142c5c'
3938
3939
  }
3939
3940
  }],
3941
+ coingecko_id: 'ondo-us-dollar-yield',
3940
3942
  socials: {
3941
3943
  website: 'https://ondo.finance/usdy',
3942
3944
  twitter: 'https://x.com/OndoFinance'
package/index.d.ts CHANGED
@@ -4,11 +4,11 @@ import chain from './chain';
4
4
  import testnet from './testnet';
5
5
  import testnet_assets from './testnet_assets';
6
6
  declare const _default: {
7
- chain: Chain;
8
- assets: AssetList;
9
- asset_list: AssetList;
10
- testnet: Chain;
11
- testnet_assets: AssetList;
7
+ chain: import("@chain-registry/types").Chain;
8
+ assets: import("@chain-registry/types").AssetList;
9
+ asset_list: import("@chain-registry/types").AssetList;
10
+ testnet: import("@chain-registry/types").Chain;
11
+ testnet_assets: import("@chain-registry/types").AssetList;
12
12
  };
13
13
  export default _default;
14
14
  export { asset_list, assets, chain, testnet, testnet_assets };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.64.35",
3
+ "version": "1.64.37",
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.35"
32
+ "chain-registry": "^1.63.37"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.45.29"
35
+ "@chain-registry/types": "^0.45.30"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "f7c2b84fdab40cf981a82360e771e9f0aec0b387"
46
+ "gitHead": "206648e3b0013ed5f615a05c6ceb08fdd7252b27"
47
47
  }