@chain-registry/juno 1.70.15 → 1.70.17
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 +70 -2
- package/assets.js +8 -0
- package/chain.js +7 -3
- package/esm/asset_list.js +70 -2
- package/esm/assets.js +8 -0
- package/esm/chain.js +7 -3
- package/esm/testnet.js +1 -3
- package/index.d.ts +5 -5
- package/package.json +4 -4
- package/testnet.js +1 -3
package/asset_list.js
CHANGED
|
@@ -96,6 +96,40 @@ const asset_list = {
|
|
|
96
96
|
}
|
|
97
97
|
}]
|
|
98
98
|
},
|
|
99
|
+
{
|
|
100
|
+
description: 'Architects Token',
|
|
101
|
+
type_asset: 'cw20',
|
|
102
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
103
|
+
denom_units: [{
|
|
104
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
105
|
+
exponent: 0,
|
|
106
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
107
|
+
}, {
|
|
108
|
+
denom: 'TOKN',
|
|
109
|
+
exponent: 18
|
|
110
|
+
}],
|
|
111
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
112
|
+
name: 'Architects Token',
|
|
113
|
+
display: 'TOKN',
|
|
114
|
+
symbol: 'TOKN',
|
|
115
|
+
logo_URIs: {
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
117
|
+
},
|
|
118
|
+
images: [{
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
120
|
+
}],
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
channel_id: 'channel-15',
|
|
125
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
126
|
+
chain_name: 'archway'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channel_id: 'channel-290'
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
99
133
|
{
|
|
100
134
|
description: 'The native token of Asset Mantle',
|
|
101
135
|
denom_units: [{
|
|
@@ -948,6 +982,40 @@ const asset_list = {
|
|
|
948
982
|
}
|
|
949
983
|
}]
|
|
950
984
|
},
|
|
985
|
+
{
|
|
986
|
+
description: 'Architects Token',
|
|
987
|
+
type_asset: 'cw20',
|
|
988
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
989
|
+
denom_units: [{
|
|
990
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
991
|
+
exponent: 0,
|
|
992
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
993
|
+
}, {
|
|
994
|
+
denom: 'TOKN',
|
|
995
|
+
exponent: 18
|
|
996
|
+
}],
|
|
997
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
998
|
+
name: 'Architects Token',
|
|
999
|
+
display: 'TOKN',
|
|
1000
|
+
symbol: 'TOKN',
|
|
1001
|
+
logo_URIs: {
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1003
|
+
},
|
|
1004
|
+
images: [{
|
|
1005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1006
|
+
}],
|
|
1007
|
+
traces: [{
|
|
1008
|
+
type: 'ibc',
|
|
1009
|
+
counterparty: {
|
|
1010
|
+
channel_id: 'channel-15',
|
|
1011
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1012
|
+
chain_name: 'archway'
|
|
1013
|
+
},
|
|
1014
|
+
chain: {
|
|
1015
|
+
channel_id: 'channel-290'
|
|
1016
|
+
}
|
|
1017
|
+
}]
|
|
1018
|
+
},
|
|
951
1019
|
{
|
|
952
1020
|
description: 'The native token of Asset Mantle',
|
|
953
1021
|
denom_units: [{
|
|
@@ -2231,7 +2299,7 @@ const asset_list = {
|
|
|
2231
2299
|
}]
|
|
2232
2300
|
},
|
|
2233
2301
|
{
|
|
2234
|
-
description: 'Persistence is a
|
|
2302
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2235
2303
|
denom_units: [{
|
|
2236
2304
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
2237
2305
|
exponent: 0,
|
|
@@ -4135,7 +4203,7 @@ const asset_list = {
|
|
|
4135
4203
|
}]
|
|
4136
4204
|
},
|
|
4137
4205
|
{
|
|
4138
|
-
description: 'Persistence is a
|
|
4206
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4139
4207
|
denom_units: [{
|
|
4140
4208
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
4141
4209
|
exponent: 0,
|
package/assets.js
CHANGED
|
@@ -1919,6 +1919,14 @@ const assets = {
|
|
|
1919
1919
|
logo_URIs: {
|
|
1920
1920
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
1921
1921
|
},
|
|
1922
|
+
traces: [{
|
|
1923
|
+
type: 'liquid-stake',
|
|
1924
|
+
counterparty: {
|
|
1925
|
+
chain_name: 'juno',
|
|
1926
|
+
base_denom: 'ujuno'
|
|
1927
|
+
},
|
|
1928
|
+
provider: 'BackBoneLabs'
|
|
1929
|
+
}],
|
|
1922
1930
|
images: [{
|
|
1923
1931
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
1924
1932
|
theme: {
|
package/chain.js
CHANGED
|
@@ -35,9 +35,7 @@ const chain = {
|
|
|
35
35
|
}]
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
|
-
cosmos_sdk_version: 'v0.47.12'
|
|
39
|
-
cosmwasm_enabled: true,
|
|
40
|
-
cosmwasm_version: 'v0.46.0'
|
|
38
|
+
cosmos_sdk_version: 'v0.47.12'
|
|
41
39
|
},
|
|
42
40
|
logo_URIs: {
|
|
43
41
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
@@ -371,6 +369,12 @@ const chain = {
|
|
|
371
369
|
tx_page: 'https://www.mintscan.io/juno/transactions/${txHash}',
|
|
372
370
|
account_page: 'https://www.mintscan.io/juno/accounts/${accountAddress}'
|
|
373
371
|
},
|
|
372
|
+
{
|
|
373
|
+
kind: 'staking-explorer.com',
|
|
374
|
+
url: 'https://staking-explorer.com/explorer/juno',
|
|
375
|
+
tx_page: 'https://staking-explorer.com/transaction.php?chain=juno&tx=${txHash}',
|
|
376
|
+
account_page: 'https://staking-explorer.com/account.php?chain=juno&addr=${accountAddress}'
|
|
377
|
+
},
|
|
374
378
|
{
|
|
375
379
|
kind: 'atomscan',
|
|
376
380
|
url: 'https://atomscan.com/juno',
|
package/esm/asset_list.js
CHANGED
|
@@ -94,6 +94,40 @@ const asset_list = {
|
|
|
94
94
|
}
|
|
95
95
|
}]
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
description: 'Architects Token',
|
|
99
|
+
type_asset: 'cw20',
|
|
100
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
101
|
+
denom_units: [{
|
|
102
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
103
|
+
exponent: 0,
|
|
104
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
105
|
+
}, {
|
|
106
|
+
denom: 'TOKN',
|
|
107
|
+
exponent: 18
|
|
108
|
+
}],
|
|
109
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
110
|
+
name: 'Architects Token',
|
|
111
|
+
display: 'TOKN',
|
|
112
|
+
symbol: 'TOKN',
|
|
113
|
+
logo_URIs: {
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
115
|
+
},
|
|
116
|
+
images: [{
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
118
|
+
}],
|
|
119
|
+
traces: [{
|
|
120
|
+
type: 'ibc',
|
|
121
|
+
counterparty: {
|
|
122
|
+
channel_id: 'channel-15',
|
|
123
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
124
|
+
chain_name: 'archway'
|
|
125
|
+
},
|
|
126
|
+
chain: {
|
|
127
|
+
channel_id: 'channel-290'
|
|
128
|
+
}
|
|
129
|
+
}]
|
|
130
|
+
},
|
|
97
131
|
{
|
|
98
132
|
description: 'The native token of Asset Mantle',
|
|
99
133
|
denom_units: [{
|
|
@@ -946,6 +980,40 @@ const asset_list = {
|
|
|
946
980
|
}
|
|
947
981
|
}]
|
|
948
982
|
},
|
|
983
|
+
{
|
|
984
|
+
description: 'Architects Token',
|
|
985
|
+
type_asset: 'cw20',
|
|
986
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
987
|
+
denom_units: [{
|
|
988
|
+
denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
989
|
+
exponent: 0,
|
|
990
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
991
|
+
}, {
|
|
992
|
+
denom: 'TOKN',
|
|
993
|
+
exponent: 18
|
|
994
|
+
}],
|
|
995
|
+
base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
|
|
996
|
+
name: 'Architects Token',
|
|
997
|
+
display: 'TOKN',
|
|
998
|
+
symbol: 'TOKN',
|
|
999
|
+
logo_URIs: {
|
|
1000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1001
|
+
},
|
|
1002
|
+
images: [{
|
|
1003
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1004
|
+
}],
|
|
1005
|
+
traces: [{
|
|
1006
|
+
type: 'ibc',
|
|
1007
|
+
counterparty: {
|
|
1008
|
+
channel_id: 'channel-15',
|
|
1009
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1010
|
+
chain_name: 'archway'
|
|
1011
|
+
},
|
|
1012
|
+
chain: {
|
|
1013
|
+
channel_id: 'channel-290'
|
|
1014
|
+
}
|
|
1015
|
+
}]
|
|
1016
|
+
},
|
|
949
1017
|
{
|
|
950
1018
|
description: 'The native token of Asset Mantle',
|
|
951
1019
|
denom_units: [{
|
|
@@ -2229,7 +2297,7 @@ const asset_list = {
|
|
|
2229
2297
|
}]
|
|
2230
2298
|
},
|
|
2231
2299
|
{
|
|
2232
|
-
description: 'Persistence is a
|
|
2300
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2233
2301
|
denom_units: [{
|
|
2234
2302
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
2235
2303
|
exponent: 0,
|
|
@@ -4133,7 +4201,7 @@ const asset_list = {
|
|
|
4133
4201
|
}]
|
|
4134
4202
|
},
|
|
4135
4203
|
{
|
|
4136
|
-
description: 'Persistence is a
|
|
4204
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
4137
4205
|
denom_units: [{
|
|
4138
4206
|
denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
|
|
4139
4207
|
exponent: 0,
|
package/esm/assets.js
CHANGED
|
@@ -1917,6 +1917,14 @@ const assets = {
|
|
|
1917
1917
|
logo_URIs: {
|
|
1918
1918
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
|
|
1919
1919
|
},
|
|
1920
|
+
traces: [{
|
|
1921
|
+
type: 'liquid-stake',
|
|
1922
|
+
counterparty: {
|
|
1923
|
+
chain_name: 'juno',
|
|
1924
|
+
base_denom: 'ujuno'
|
|
1925
|
+
},
|
|
1926
|
+
provider: 'BackBoneLabs'
|
|
1927
|
+
}],
|
|
1920
1928
|
images: [{
|
|
1921
1929
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
|
|
1922
1930
|
theme: {
|
package/esm/chain.js
CHANGED
|
@@ -33,9 +33,7 @@ const chain = {
|
|
|
33
33
|
}]
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
|
-
cosmos_sdk_version: 'v0.47.12'
|
|
37
|
-
cosmwasm_enabled: true,
|
|
38
|
-
cosmwasm_version: 'v0.46.0'
|
|
36
|
+
cosmos_sdk_version: 'v0.47.12'
|
|
39
37
|
},
|
|
40
38
|
logo_URIs: {
|
|
41
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
@@ -369,6 +367,12 @@ const chain = {
|
|
|
369
367
|
tx_page: 'https://www.mintscan.io/juno/transactions/${txHash}',
|
|
370
368
|
account_page: 'https://www.mintscan.io/juno/accounts/${accountAddress}'
|
|
371
369
|
},
|
|
370
|
+
{
|
|
371
|
+
kind: 'staking-explorer.com',
|
|
372
|
+
url: 'https://staking-explorer.com/explorer/juno',
|
|
373
|
+
tx_page: 'https://staking-explorer.com/transaction.php?chain=juno&tx=${txHash}',
|
|
374
|
+
account_page: 'https://staking-explorer.com/account.php?chain=juno&addr=${accountAddress}'
|
|
375
|
+
},
|
|
372
376
|
{
|
|
373
377
|
kind: 'atomscan',
|
|
374
378
|
url: 'https://atomscan.com/juno',
|
package/esm/testnet.js
CHANGED
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.70.
|
|
3
|
+
"version": "1.70.17",
|
|
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.69.
|
|
32
|
+
"chain-registry": "^1.69.17"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.3"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "6c3a6cc32bf1f443f5efba27c3be3d891e66be47"
|
|
47
47
|
}
|