@juno-network/assets 0.5.6 → 0.6.0

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/README.md CHANGED
@@ -19,7 +19,39 @@ npm install @juno-network/assets
19
19
  ```
20
20
 
21
21
  ```js
22
- import { chain, assets, ibc_assets } from '@juno-network/assets';
22
+ import { chain, assets, asset_list } from '@juno-network/assets';
23
+ ```
24
+
25
+ ```js
26
+ console.log(asset_list);
27
+ {
28
+ chain_name: 'juno',
29
+ assets: [
30
+ {
31
+ description: "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
32
+ denom_units: [Array],
33
+ base: 'ibc/DFC6F33796D5D0075C5FB54A4D7B8E76915ACF434CB1EE2A1BA0BB8334E17C3A',
34
+ name: 'Akash Network',
35
+ display: 'akt',
36
+ symbol: 'AKT',
37
+ logo_URIs: [Object],
38
+ coingecko_id: 'akash-network',
39
+ ibc: [Object]
40
+ },
41
+ {
42
+ description: 'The native token of Axelar',
43
+ denom_units: [Array],
44
+ base: 'ibc/EBE900AED8FF6BB2E186B17B066138F647CDD9647EF4FBE2DE6C8D4013A2C990',
45
+ name: 'Axelar',
46
+ display: 'axl',
47
+ symbol: 'AXL',
48
+ logo_URIs: [Object],
49
+ coingecko_id: 'axelar-network',
50
+ ibc: [Object]
51
+ },
52
+ // ... more assets
53
+ ]
54
+ }
23
55
  ```
24
56
 
25
57
  ## Credits