@chain-registry/juno 0.4.5 → 0.4.6
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/CHANGELOG.md +8 -0
- package/README.md +31 -0
- package/main/ibc_assets.js +2 -2
- package/module/ibc_assets.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.4.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.4.5...@chain-registry/juno@0.4.6) (2022-08-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.4.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.4.4...@chain-registry/juno@0.4.5) (2022-08-14)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/juno
|
package/README.md
CHANGED
|
@@ -21,6 +21,37 @@ npm install @chain-registry/juno
|
|
|
21
21
|
```js
|
|
22
22
|
import { chain, assets, ibc_assets } from '@chain-registry/juno';
|
|
23
23
|
```
|
|
24
|
+
```js
|
|
25
|
+
console.log(ibc_assets);
|
|
26
|
+
{
|
|
27
|
+
chain_name: 'juno',
|
|
28
|
+
assets: [
|
|
29
|
+
{
|
|
30
|
+
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.",
|
|
31
|
+
denom_units: [Array],
|
|
32
|
+
base: 'ibc/DFC6F33796D5D0075C5FB54A4D7B8E76915ACF434CB1EE2A1BA0BB8334E17C3A',
|
|
33
|
+
name: 'Akash Network',
|
|
34
|
+
display: 'akt',
|
|
35
|
+
symbol: 'AKT',
|
|
36
|
+
logo_URIs: [Object],
|
|
37
|
+
coingecko_id: 'akash-network',
|
|
38
|
+
ibc: [Object]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
description: 'The native token of Axelar',
|
|
42
|
+
denom_units: [Array],
|
|
43
|
+
base: 'ibc/EBE900AED8FF6BB2E186B17B066138F647CDD9647EF4FBE2DE6C8D4013A2C990',
|
|
44
|
+
name: 'Axelar',
|
|
45
|
+
display: 'axl',
|
|
46
|
+
symbol: 'AXL',
|
|
47
|
+
logo_URIs: [Object],
|
|
48
|
+
coingecko_id: 'axelar-network',
|
|
49
|
+
ibc: [Object]
|
|
50
|
+
},
|
|
51
|
+
// ... more assets
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
```
|
|
24
55
|
|
|
25
56
|
## Credits
|
|
26
57
|
|
package/main/ibc_assets.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
|
-
var _default =
|
|
7
|
+
var _default = {
|
|
8
8
|
"chain_name": "juno",
|
|
9
9
|
"assets": [{
|
|
10
10
|
"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.",
|
|
@@ -2175,5 +2175,5 @@ var _default = [{
|
|
|
2175
2175
|
}
|
|
2176
2176
|
}
|
|
2177
2177
|
}]
|
|
2178
|
-
}
|
|
2178
|
+
};
|
|
2179
2179
|
exports["default"] = _default;
|
package/module/ibc_assets.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default
|
|
1
|
+
export default {
|
|
2
2
|
"chain_name": "juno",
|
|
3
3
|
"assets": [{
|
|
4
4
|
"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.",
|
|
@@ -2169,4 +2169,4 @@ export default [{
|
|
|
2169
2169
|
}
|
|
2170
2170
|
}
|
|
2171
2171
|
}]
|
|
2172
|
-
}
|
|
2172
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
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",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@babel/runtime": "^7.18.3"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "a7d50787064091dfb484b8ece30dfef20ff943b4"
|
|
81
81
|
}
|