@chain-registry/juno 1.13.0 → 1.14.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/CHANGELOG.md +16 -0
- package/main/asset_list.js +30 -0
- package/main/assets.js +36 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
# [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.13.1...@chain-registry/juno@1.14.0) (2023-04-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.13.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.13.0...@chain-registry/juno@1.13.1) (2023-04-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.12.1...@chain-registry/juno@1.13.0) (2023-04-18)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -1941,6 +1941,36 @@ var asset_list = {
|
|
|
1941
1941
|
channel_id: 'channel-224'
|
|
1942
1942
|
}
|
|
1943
1943
|
}]
|
|
1944
|
+
}, {
|
|
1945
|
+
description: 'ATOM token on Noble',
|
|
1946
|
+
denom_units: [{
|
|
1947
|
+
denom: 'ibc/D8A84E5EB5A99A90F1439141AD6DADA335CC886534B2845BE9251738ACCFBFB1',
|
|
1948
|
+
exponent: 0,
|
|
1949
|
+
aliases: ['ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0']
|
|
1950
|
+
}, {
|
|
1951
|
+
denom: 'atom',
|
|
1952
|
+
exponent: 6,
|
|
1953
|
+
aliases: ['ATOM']
|
|
1954
|
+
}],
|
|
1955
|
+
type_asset: 'ics20',
|
|
1956
|
+
base: 'ibc/D8A84E5EB5A99A90F1439141AD6DADA335CC886534B2845BE9251738ACCFBFB1',
|
|
1957
|
+
name: 'Atom Staking Coin',
|
|
1958
|
+
display: 'atom',
|
|
1959
|
+
symbol: 'ATOM',
|
|
1960
|
+
traces: [{
|
|
1961
|
+
type: 'ibc',
|
|
1962
|
+
counterparty: {
|
|
1963
|
+
channel_id: 'channel-3',
|
|
1964
|
+
base_denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
1965
|
+
chain_name: 'noble'
|
|
1966
|
+
},
|
|
1967
|
+
chain: {
|
|
1968
|
+
channel_id: 'channel-224'
|
|
1969
|
+
}
|
|
1970
|
+
}],
|
|
1971
|
+
logo_URIs: {
|
|
1972
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png'
|
|
1973
|
+
}
|
|
1944
1974
|
}, {
|
|
1945
1975
|
description: 'USD Coin',
|
|
1946
1976
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -974,6 +974,42 @@ var assets = {
|
|
|
974
974
|
logo_URIs: {
|
|
975
975
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
976
976
|
}
|
|
977
|
+
}, {
|
|
978
|
+
description: 'Osmo Pepe',
|
|
979
|
+
type_asset: 'cw20',
|
|
980
|
+
address: 'juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7',
|
|
981
|
+
denom_units: [{
|
|
982
|
+
denom: 'cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7',
|
|
983
|
+
exponent: 0
|
|
984
|
+
}, {
|
|
985
|
+
denom: 'pepe',
|
|
986
|
+
exponent: 6
|
|
987
|
+
}],
|
|
988
|
+
base: 'cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7',
|
|
989
|
+
name: 'Osmo Pepe',
|
|
990
|
+
display: 'pepe',
|
|
991
|
+
symbol: 'PEPE',
|
|
992
|
+
logo_URIs: {
|
|
993
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
|
|
994
|
+
}
|
|
995
|
+
}, {
|
|
996
|
+
description: 'Catmos',
|
|
997
|
+
type_asset: 'cw20',
|
|
998
|
+
address: 'juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488',
|
|
999
|
+
denom_units: [{
|
|
1000
|
+
denom: 'cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488',
|
|
1001
|
+
exponent: 0
|
|
1002
|
+
}, {
|
|
1003
|
+
denom: 'catmos',
|
|
1004
|
+
exponent: 6
|
|
1005
|
+
}],
|
|
1006
|
+
base: 'cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488',
|
|
1007
|
+
name: 'Catmos',
|
|
1008
|
+
display: 'catmos',
|
|
1009
|
+
symbol: 'CATMOS',
|
|
1010
|
+
logo_URIs: {
|
|
1011
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
1012
|
+
}
|
|
977
1013
|
}, {
|
|
978
1014
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
979
1015
|
type_asset: 'cw20',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
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",
|
|
@@ -40,40 +40,40 @@
|
|
|
40
40
|
"url": "https://github.com/cosmology-tech/chain-registry/issues"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/cli": "7.
|
|
44
|
-
"@babel/core": "7.
|
|
45
|
-
"@babel/eslint-parser": "^7.
|
|
46
|
-
"@babel/node": "^7.
|
|
43
|
+
"@babel/cli": "7.21.0",
|
|
44
|
+
"@babel/core": "7.21.4",
|
|
45
|
+
"@babel/eslint-parser": "^7.21.3",
|
|
46
|
+
"@babel/node": "^7.20.7",
|
|
47
47
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
48
48
|
"@babel/plugin-proposal-export-default-from": "7.18.10",
|
|
49
|
-
"@babel/plugin-proposal-object-rest-spread": "7.
|
|
50
|
-
"@babel/plugin-transform-runtime": "7.
|
|
51
|
-
"@babel/preset-env": "7.
|
|
52
|
-
"@babel/preset-typescript": "^7.
|
|
53
|
-
"@chain-registry/utils": "^1.
|
|
54
|
-
"@types/jest": "^29.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
56
|
-
"@typescript-eslint/parser": "5.
|
|
49
|
+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
50
|
+
"@babel/plugin-transform-runtime": "7.21.4",
|
|
51
|
+
"@babel/preset-env": "7.21.4",
|
|
52
|
+
"@babel/preset-typescript": "^7.21.4",
|
|
53
|
+
"@chain-registry/utils": "^1.10.0",
|
|
54
|
+
"@types/jest": "^29.5.1",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
56
|
+
"@typescript-eslint/parser": "5.59.0",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
|
-
"babel-jest": "29.
|
|
59
|
-
"babel-watch": "^7.
|
|
60
|
-
"chain-registry": "^1.
|
|
58
|
+
"babel-jest": "29.5.0",
|
|
59
|
+
"babel-watch": "^7.7.2",
|
|
60
|
+
"chain-registry": "^1.13.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
|
-
"eslint": "8.
|
|
63
|
-
"eslint-config-prettier": "^8.
|
|
62
|
+
"eslint": "8.38.0",
|
|
63
|
+
"eslint-config-prettier": "^8.8.0",
|
|
64
64
|
"eslint-plugin-prettier": "^4.0.0",
|
|
65
65
|
"eslint-plugin-simple-import-sort": "8.0.0",
|
|
66
66
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
67
|
-
"jest": "^29.
|
|
67
|
+
"jest": "^29.5.0",
|
|
68
68
|
"long": "^5.2.0",
|
|
69
|
-
"prettier": "^2.7
|
|
70
|
-
"regenerator-runtime": "^0.13.
|
|
71
|
-
"ts-jest": "^29.0
|
|
72
|
-
"typescript": "^
|
|
69
|
+
"prettier": "^2.8.7",
|
|
70
|
+
"regenerator-runtime": "^0.13.11",
|
|
71
|
+
"ts-jest": "^29.1.0",
|
|
72
|
+
"typescript": "^5.0.4"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@babel/runtime": "^7.
|
|
76
|
-
"@chain-registry/types": "^0.
|
|
75
|
+
"@babel/runtime": "^7.21.0",
|
|
76
|
+
"@chain-registry/types": "^0.16.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "51dac38c0a630c1ca49d55de9b4a9c71665a6775"
|
|
79
79
|
}
|