@juno-network/assets 0.13.0 → 0.15.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/main/asset_list.js +152 -2
- package/main/assets.js +37 -0
- package/main/chain.js +75 -15
- package/main/testnet.js +8 -10
- package/module/asset_list.js +152 -2
- package/module/assets.js +37 -0
- package/module/chain.js +75 -15
- package/module/testnet.js +8 -10
- package/package.json +5 -5
- package/src/asset_list.ts +195 -2
- package/src/assets.ts +49 -0
- package/src/chain.ts +96 -17
- package/src/testnet.ts +10 -13
- package/types/index.d.ts +5 -5
package/main/asset_list.js
CHANGED
|
@@ -83,7 +83,7 @@ var asset_list = {
|
|
|
83
83
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
84
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
85
85
|
},
|
|
86
|
-
coingecko_id: 'axelar
|
|
86
|
+
coingecko_id: 'axelar',
|
|
87
87
|
traces: [{
|
|
88
88
|
type: 'ibc',
|
|
89
89
|
counterparty: {
|
|
@@ -1176,7 +1176,7 @@ var asset_list = {
|
|
|
1176
1176
|
exponent: 6
|
|
1177
1177
|
}],
|
|
1178
1178
|
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
1179
|
-
name: 'Cosmos',
|
|
1179
|
+
name: 'Cosmos Hub Atom',
|
|
1180
1180
|
display: 'atom',
|
|
1181
1181
|
symbol: 'ATOM',
|
|
1182
1182
|
logo_URIs: {
|
|
@@ -1282,6 +1282,126 @@ var asset_list = {
|
|
|
1282
1282
|
channel_id: 'channel-9'
|
|
1283
1283
|
}
|
|
1284
1284
|
}]
|
|
1285
|
+
}, {
|
|
1286
|
+
description: 'e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.',
|
|
1287
|
+
denom_units: [{
|
|
1288
|
+
denom: 'ibc/B70EF98FDC157B72A6C9165C61156B66D5E47B3C0F99C6B22D3A2AF692C06C90',
|
|
1289
|
+
exponent: 0,
|
|
1290
|
+
aliases: ['echf']
|
|
1291
|
+
}, {
|
|
1292
|
+
denom: 'ibc/B70EF98FDC157B72A6C9165C61156B66D5E47B3C0F99C6B22D3A2AF692C06C90',
|
|
1293
|
+
exponent: 6,
|
|
1294
|
+
aliases: ['echf']
|
|
1295
|
+
}],
|
|
1296
|
+
base: 'ibc/B70EF98FDC157B72A6C9165C61156B66D5E47B3C0F99C6B22D3A2AF692C06C90',
|
|
1297
|
+
name: 'e-Money CHF',
|
|
1298
|
+
display: 'chf',
|
|
1299
|
+
symbol: 'ECHF',
|
|
1300
|
+
logo_URIs: {
|
|
1301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
1302
|
+
},
|
|
1303
|
+
coingecko_id: '',
|
|
1304
|
+
traces: [{
|
|
1305
|
+
type: 'ibc',
|
|
1306
|
+
counterparty: {
|
|
1307
|
+
channel_id: 'channel-15',
|
|
1308
|
+
base_denom: 'echf',
|
|
1309
|
+
chain_name: 'emoney'
|
|
1310
|
+
},
|
|
1311
|
+
chain: {
|
|
1312
|
+
channel_id: 'channel-9'
|
|
1313
|
+
}
|
|
1314
|
+
}]
|
|
1315
|
+
}, {
|
|
1316
|
+
description: 'e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.',
|
|
1317
|
+
denom_units: [{
|
|
1318
|
+
denom: 'ibc/9BE96C01CFAF0AF7AF505AEF9E70C6F3DA04C79DAD4480722B1F537D6B6E04A5',
|
|
1319
|
+
exponent: 0,
|
|
1320
|
+
aliases: ['enok']
|
|
1321
|
+
}, {
|
|
1322
|
+
denom: 'ibc/9BE96C01CFAF0AF7AF505AEF9E70C6F3DA04C79DAD4480722B1F537D6B6E04A5',
|
|
1323
|
+
exponent: 6,
|
|
1324
|
+
aliases: ['enok']
|
|
1325
|
+
}],
|
|
1326
|
+
base: 'ibc/9BE96C01CFAF0AF7AF505AEF9E70C6F3DA04C79DAD4480722B1F537D6B6E04A5',
|
|
1327
|
+
name: 'e-Money NOK',
|
|
1328
|
+
display: 'nok',
|
|
1329
|
+
symbol: 'ENOK',
|
|
1330
|
+
logo_URIs: {
|
|
1331
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
1332
|
+
},
|
|
1333
|
+
coingecko_id: '',
|
|
1334
|
+
traces: [{
|
|
1335
|
+
type: 'ibc',
|
|
1336
|
+
counterparty: {
|
|
1337
|
+
channel_id: 'channel-15',
|
|
1338
|
+
base_denom: 'enok',
|
|
1339
|
+
chain_name: 'emoney'
|
|
1340
|
+
},
|
|
1341
|
+
chain: {
|
|
1342
|
+
channel_id: 'channel-9'
|
|
1343
|
+
}
|
|
1344
|
+
}]
|
|
1345
|
+
}, {
|
|
1346
|
+
description: 'e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.',
|
|
1347
|
+
denom_units: [{
|
|
1348
|
+
denom: 'ibc/FD7935608ED5FF20F07FD029342E49B1EBD7265FCD4CC5BFC2AE17BF845B336D',
|
|
1349
|
+
exponent: 0,
|
|
1350
|
+
aliases: ['edkk']
|
|
1351
|
+
}, {
|
|
1352
|
+
denom: 'ibc/FD7935608ED5FF20F07FD029342E49B1EBD7265FCD4CC5BFC2AE17BF845B336D',
|
|
1353
|
+
exponent: 6,
|
|
1354
|
+
aliases: ['edkk']
|
|
1355
|
+
}],
|
|
1356
|
+
base: 'ibc/FD7935608ED5FF20F07FD029342E49B1EBD7265FCD4CC5BFC2AE17BF845B336D',
|
|
1357
|
+
name: 'e-Money DKK',
|
|
1358
|
+
display: 'dkk',
|
|
1359
|
+
symbol: 'EDKK',
|
|
1360
|
+
logo_URIs: {
|
|
1361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
1362
|
+
},
|
|
1363
|
+
coingecko_id: '',
|
|
1364
|
+
traces: [{
|
|
1365
|
+
type: 'ibc',
|
|
1366
|
+
counterparty: {
|
|
1367
|
+
channel_id: 'channel-15',
|
|
1368
|
+
base_denom: 'edkk',
|
|
1369
|
+
chain_name: 'emoney'
|
|
1370
|
+
},
|
|
1371
|
+
chain: {
|
|
1372
|
+
channel_id: 'channel-9'
|
|
1373
|
+
}
|
|
1374
|
+
}]
|
|
1375
|
+
}, {
|
|
1376
|
+
description: 'e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.',
|
|
1377
|
+
denom_units: [{
|
|
1378
|
+
denom: 'ibc/A62F3F3A9D4C91BA3853659411944619A456361CE78EAFC8E6F4C49E52561F08',
|
|
1379
|
+
exponent: 0,
|
|
1380
|
+
aliases: ['esek']
|
|
1381
|
+
}, {
|
|
1382
|
+
denom: 'ibc/A62F3F3A9D4C91BA3853659411944619A456361CE78EAFC8E6F4C49E52561F08',
|
|
1383
|
+
exponent: 6,
|
|
1384
|
+
aliases: ['esek']
|
|
1385
|
+
}],
|
|
1386
|
+
base: 'ibc/A62F3F3A9D4C91BA3853659411944619A456361CE78EAFC8E6F4C49E52561F08',
|
|
1387
|
+
name: 'e-Money SEK',
|
|
1388
|
+
display: 'sek',
|
|
1389
|
+
symbol: 'ESEK',
|
|
1390
|
+
logo_URIs: {
|
|
1391
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1392
|
+
},
|
|
1393
|
+
coingecko_id: '',
|
|
1394
|
+
traces: [{
|
|
1395
|
+
type: 'ibc',
|
|
1396
|
+
counterparty: {
|
|
1397
|
+
channel_id: 'channel-15',
|
|
1398
|
+
base_denom: 'esek',
|
|
1399
|
+
chain_name: 'emoney'
|
|
1400
|
+
},
|
|
1401
|
+
chain: {
|
|
1402
|
+
channel_id: 'channel-9'
|
|
1403
|
+
}
|
|
1404
|
+
}]
|
|
1285
1405
|
}, {
|
|
1286
1406
|
description: 'The native token of Osmosis',
|
|
1287
1407
|
denom_units: [{
|
|
@@ -1374,6 +1494,36 @@ var asset_list = {
|
|
|
1374
1494
|
channel_id: 'channel-33'
|
|
1375
1495
|
}
|
|
1376
1496
|
}]
|
|
1497
|
+
}, {
|
|
1498
|
+
description: 'PSTAKE Liquid-Staked ATOM',
|
|
1499
|
+
denom_units: [{
|
|
1500
|
+
denom: 'ibc/436673B3C7C0923C904EEA4AC97AB0DD7DC5627751AE7E2F8CFF489A3D43D805',
|
|
1501
|
+
exponent: 0,
|
|
1502
|
+
aliases: ['stk/uatom']
|
|
1503
|
+
}, {
|
|
1504
|
+
denom: 'stkatom',
|
|
1505
|
+
exponent: 6,
|
|
1506
|
+
aliases: ['stk/atom']
|
|
1507
|
+
}],
|
|
1508
|
+
base: 'ibc/436673B3C7C0923C904EEA4AC97AB0DD7DC5627751AE7E2F8CFF489A3D43D805',
|
|
1509
|
+
name: 'PSTAKE staked ATOM',
|
|
1510
|
+
display: 'stkatom',
|
|
1511
|
+
symbol: 'stkATOM',
|
|
1512
|
+
logo_URIs: {
|
|
1513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
|
|
1514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
|
|
1515
|
+
},
|
|
1516
|
+
traces: [{
|
|
1517
|
+
type: 'ibc',
|
|
1518
|
+
counterparty: {
|
|
1519
|
+
channel_id: 'channel-37',
|
|
1520
|
+
base_denom: 'stk/uatom',
|
|
1521
|
+
chain_name: 'persistence'
|
|
1522
|
+
},
|
|
1523
|
+
chain: {
|
|
1524
|
+
channel_id: 'channel-33'
|
|
1525
|
+
}
|
|
1526
|
+
}]
|
|
1377
1527
|
}, {
|
|
1378
1528
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
1379
1529
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -366,6 +366,43 @@ var assets = {
|
|
|
366
366
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
367
367
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
368
368
|
}
|
|
369
|
+
}, {
|
|
370
|
+
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
371
|
+
type_asset: 'cw20',
|
|
372
|
+
address: 'juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
373
|
+
denom_units: [{
|
|
374
|
+
denom: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
375
|
+
exponent: 0
|
|
376
|
+
}, {
|
|
377
|
+
denom: 'muse',
|
|
378
|
+
exponent: 6
|
|
379
|
+
}],
|
|
380
|
+
base: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
381
|
+
name: 'MuseDAO',
|
|
382
|
+
display: 'muse',
|
|
383
|
+
symbol: 'MUSE',
|
|
384
|
+
logo_URIs: {
|
|
385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
386
|
+
}
|
|
387
|
+
}, {
|
|
388
|
+
description: 'The native token cw20 for Loop Finance on Juno Chain',
|
|
389
|
+
type_asset: 'cw20',
|
|
390
|
+
address: 'juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
391
|
+
denom_units: [{
|
|
392
|
+
denom: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
393
|
+
exponent: 0
|
|
394
|
+
}, {
|
|
395
|
+
denom: 'loop',
|
|
396
|
+
exponent: 6
|
|
397
|
+
}],
|
|
398
|
+
base: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
399
|
+
name: 'Loop Finance',
|
|
400
|
+
display: 'loop',
|
|
401
|
+
symbol: 'LOOP',
|
|
402
|
+
logo_URIs: {
|
|
403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
404
|
+
},
|
|
405
|
+
coingecko_id: 'loop'
|
|
369
406
|
}, {
|
|
370
407
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
371
408
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -15,14 +15,12 @@ var chain = {
|
|
|
15
15
|
bech32_prefix: 'juno',
|
|
16
16
|
daemon_name: 'junod',
|
|
17
17
|
node_home: '$HOME/.juno',
|
|
18
|
-
genesis: {
|
|
19
|
-
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
20
|
-
},
|
|
21
18
|
key_algos: ['secp256k1'],
|
|
22
19
|
slip44: 118,
|
|
23
20
|
fees: {
|
|
24
21
|
fee_tokens: [{
|
|
25
22
|
denom: 'ujuno',
|
|
23
|
+
fixed_min_gas_price: 0.0025,
|
|
26
24
|
low_gas_price: 0.03,
|
|
27
25
|
average_gas_price: 0.04,
|
|
28
26
|
high_gas_price: 0.05
|
|
@@ -35,12 +33,15 @@ var chain = {
|
|
|
35
33
|
},
|
|
36
34
|
codebase: {
|
|
37
35
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
38
|
-
recommended_version: '
|
|
39
|
-
compatible_versions: ['
|
|
36
|
+
recommended_version: 'v11.0.0',
|
|
37
|
+
compatible_versions: ['v11.0.0'],
|
|
40
38
|
cosmos_sdk_version: '0.45',
|
|
41
39
|
tendermint_version: '0.34',
|
|
42
|
-
cosmwasm_version: '0.
|
|
43
|
-
cosmwasm_enabled: true
|
|
40
|
+
cosmwasm_version: '0.28',
|
|
41
|
+
cosmwasm_enabled: true,
|
|
42
|
+
genesis: {
|
|
43
|
+
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
44
|
+
}
|
|
44
45
|
},
|
|
45
46
|
peers: {
|
|
46
47
|
seeds: [{
|
|
@@ -61,6 +62,10 @@ var chain = {
|
|
|
61
62
|
id: '20e1000e88125698264454a884812746c2eb4807',
|
|
62
63
|
address: 'seeds.lavenderfive.com:12656',
|
|
63
64
|
provider: 'Lavender.Five Nodes 🐝'
|
|
65
|
+
}, {
|
|
66
|
+
id: 'ea67180befe4d9ca71142d21ada8ff58cc08f71c',
|
|
67
|
+
address: 'seeds.goldenratiostaking.net:1627',
|
|
68
|
+
provider: 'Golden Ratio Staking'
|
|
64
69
|
}],
|
|
65
70
|
persistent_peers: [{
|
|
66
71
|
id: 'b1f46f1a1955fc773d3b73180179b0e0a07adce1',
|
|
@@ -107,15 +112,15 @@ var chain = {
|
|
|
107
112
|
}, {
|
|
108
113
|
address: 'https://juno-rpc.polkachu.com',
|
|
109
114
|
provider: 'Polkachu'
|
|
115
|
+
}, {
|
|
116
|
+
address: 'https://juno.rpc.interchain.ivaldilabs.xyz',
|
|
117
|
+
provider: 'Ivaldi Labs'
|
|
110
118
|
}, {
|
|
111
119
|
address: 'https://juno-rpc.lavenderfive.com:443',
|
|
112
120
|
provider: 'Lavender.Five Nodes 🐝'
|
|
113
121
|
}, {
|
|
114
122
|
address: 'https://rpc.juno.pupmos.network',
|
|
115
123
|
provider: 'PUPMØS'
|
|
116
|
-
}, {
|
|
117
|
-
address: 'https://rpc.junomint.com',
|
|
118
|
-
provider: 'EZStaking.io'
|
|
119
124
|
}, {
|
|
120
125
|
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
|
121
126
|
provider: 'Notional'
|
|
@@ -123,8 +128,29 @@ var chain = {
|
|
|
123
128
|
address: 'https://rpc.juno.chaintools.tech/',
|
|
124
129
|
provider: 'ChainTools'
|
|
125
130
|
}, {
|
|
126
|
-
address: 'https://
|
|
131
|
+
address: 'https://rpc.juno.silknodes.io/',
|
|
132
|
+
provider: 'Silk Nodes'
|
|
133
|
+
}, {
|
|
134
|
+
address: 'https://juno-rpc.kleomedes.network',
|
|
127
135
|
provider: 'Kleomedes'
|
|
136
|
+
}, {
|
|
137
|
+
address: 'https://rpc.juno.interbloc.org',
|
|
138
|
+
provider: 'Interbloc'
|
|
139
|
+
}, {
|
|
140
|
+
address: 'https://juno.nodejumper.io',
|
|
141
|
+
provider: 'Nodejumper 🚀'
|
|
142
|
+
}, {
|
|
143
|
+
address: 'https://juno.rpc.stakin.com',
|
|
144
|
+
provider: 'Stakin'
|
|
145
|
+
}, {
|
|
146
|
+
address: 'https://juno-rpc.icycro.org',
|
|
147
|
+
provider: 'IcyCRO 🧊'
|
|
148
|
+
}, {
|
|
149
|
+
address: 'https://rpc-juno.goldenratiostaking.net',
|
|
150
|
+
provider: 'Golden Ratio Staking'
|
|
151
|
+
}, {
|
|
152
|
+
address: 'https://rpc.juno.bh.rocks',
|
|
153
|
+
provider: 'BlockHunters 🎯'
|
|
128
154
|
}],
|
|
129
155
|
rest: [{
|
|
130
156
|
address: 'https://lcd-juno.whispernode.com',
|
|
@@ -132,6 +158,9 @@ var chain = {
|
|
|
132
158
|
}, {
|
|
133
159
|
address: 'https://lcd-juno.itastakers.com',
|
|
134
160
|
provider: 'itastakers'
|
|
161
|
+
}, {
|
|
162
|
+
address: 'https://juno.rest.interchain.ivaldilabs.xyz',
|
|
163
|
+
provider: 'Ivaldi Labs'
|
|
135
164
|
}, {
|
|
136
165
|
address: 'https://rest-juno.ecostake.com',
|
|
137
166
|
provider: 'ecostake'
|
|
@@ -141,9 +170,6 @@ var chain = {
|
|
|
141
170
|
}, {
|
|
142
171
|
address: 'https://api.juno.pupmos.network',
|
|
143
172
|
provider: 'PUPMØS'
|
|
144
|
-
}, {
|
|
145
|
-
address: 'https://lcd.junomint.com',
|
|
146
|
-
provider: 'EZStaking.io'
|
|
147
173
|
}, {
|
|
148
174
|
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
|
149
175
|
provider: 'Notional'
|
|
@@ -154,8 +180,23 @@ var chain = {
|
|
|
154
180
|
address: 'https://juno-api.polkachu.com',
|
|
155
181
|
provider: 'Polkachu'
|
|
156
182
|
}, {
|
|
157
|
-
address: 'https://
|
|
183
|
+
address: 'https://api.juno.silknodes.io/',
|
|
184
|
+
provider: 'Silk Nodes'
|
|
185
|
+
}, {
|
|
186
|
+
address: 'https://juno-api.kleomedes.network',
|
|
158
187
|
provider: 'Kleomedes'
|
|
188
|
+
}, {
|
|
189
|
+
address: 'https://api.juno.interbloc.org',
|
|
190
|
+
provider: 'Interbloc'
|
|
191
|
+
}, {
|
|
192
|
+
address: 'https://juno.nodejumper.io:1317',
|
|
193
|
+
provider: 'Nodejumper 🚀'
|
|
194
|
+
}, {
|
|
195
|
+
address: 'https://juno.rest.stakin.com',
|
|
196
|
+
provider: 'Stakin'
|
|
197
|
+
}, {
|
|
198
|
+
address: 'https://api.juno.bh.rocks',
|
|
199
|
+
provider: 'BlockHunters 🎯'
|
|
159
200
|
}],
|
|
160
201
|
grpc: [{
|
|
161
202
|
address: '35.243.205.230:9090',
|
|
@@ -172,9 +213,28 @@ var chain = {
|
|
|
172
213
|
}, {
|
|
173
214
|
address: 'juno-grpc.polkachu.com:12690',
|
|
174
215
|
provider: 'Polkachu'
|
|
216
|
+
}, {
|
|
217
|
+
address: 'https://grpc.juno.silknodes.io/',
|
|
218
|
+
provider: 'Silk Nodes'
|
|
219
|
+
}, {
|
|
220
|
+
address: 'juno.grpc.interchain.ivaldilabs.xyz:443',
|
|
221
|
+
provider: 'Ivaldi Labs'
|
|
222
|
+
}, {
|
|
223
|
+
address: 'https://juno.nodejumper.io:9090',
|
|
224
|
+
provider: 'Nodejumper 🚀'
|
|
225
|
+
}, {
|
|
226
|
+
address: 'juno.grpc.stakin.com:443',
|
|
227
|
+
provider: 'Stakin'
|
|
228
|
+
}, {
|
|
229
|
+
address: 'https://grpc.juno.bh.rocks:443',
|
|
230
|
+
provider: 'BlockHunters 🎯'
|
|
175
231
|
}]
|
|
176
232
|
},
|
|
177
233
|
explorers: [{
|
|
234
|
+
kind: 'EZStaking Tools',
|
|
235
|
+
url: 'https://ezstaking.tools/juno',
|
|
236
|
+
tx_page: 'https://ezstaking.tools/juno/txs/${txHash}'
|
|
237
|
+
}, {
|
|
178
238
|
kind: 'ping.pub',
|
|
179
239
|
url: 'https://ping.pub/juno',
|
|
180
240
|
tx_page: 'https://ping.pub/juno/tx/${txHash}'
|
package/main/testnet.js
CHANGED
|
@@ -14,9 +14,6 @@ var testnet = {
|
|
|
14
14
|
bech32_prefix: 'juno',
|
|
15
15
|
daemon_name: 'junod',
|
|
16
16
|
node_home: '$HOME/.juno',
|
|
17
|
-
genesis: {
|
|
18
|
-
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
|
|
19
|
-
},
|
|
20
17
|
key_algos: ['secp256k1'],
|
|
21
18
|
slip44: 118,
|
|
22
19
|
fees: {
|
|
@@ -39,7 +36,10 @@ var testnet = {
|
|
|
39
36
|
cosmos_sdk_version: '0.45',
|
|
40
37
|
tendermint_version: '0.34',
|
|
41
38
|
cosmwasm_version: '0.27',
|
|
42
|
-
cosmwasm_enabled: true
|
|
39
|
+
cosmwasm_enabled: true,
|
|
40
|
+
genesis: {
|
|
41
|
+
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
|
|
42
|
+
}
|
|
43
43
|
},
|
|
44
44
|
peers: {
|
|
45
45
|
seeds: [],
|
|
@@ -51,9 +51,6 @@ var testnet = {
|
|
|
51
51
|
},
|
|
52
52
|
apis: {
|
|
53
53
|
rpc: [{
|
|
54
|
-
address: 'https://rpc.uni.junomint.com',
|
|
55
|
-
provider: 'EZStaking.io'
|
|
56
|
-
}, {
|
|
57
54
|
address: 'https://rpc.uni.junonetwork.io',
|
|
58
55
|
provider: 'Juno'
|
|
59
56
|
}, {
|
|
@@ -61,9 +58,6 @@ var testnet = {
|
|
|
61
58
|
provider: 'Polkachu'
|
|
62
59
|
}],
|
|
63
60
|
rest: [{
|
|
64
|
-
address: 'https://lcd.uni.junomint.com',
|
|
65
|
-
provider: 'EZStaking.io'
|
|
66
|
-
}, {
|
|
67
61
|
address: 'https://api.uni.junonetwork.io',
|
|
68
62
|
provider: 'Juno'
|
|
69
63
|
}, {
|
|
@@ -76,6 +70,10 @@ var testnet = {
|
|
|
76
70
|
}]
|
|
77
71
|
},
|
|
78
72
|
explorers: [{
|
|
73
|
+
kind: 'EZStaking Tools',
|
|
74
|
+
url: 'https://testnet.ezstaking.tools/juno-testnet',
|
|
75
|
+
tx_page: 'https://testnet.ezstaking.tools/juno-testnet/txs/${txHash}'
|
|
76
|
+
}, {
|
|
79
77
|
kind: 'Mintscan',
|
|
80
78
|
url: 'https://testnet.mintscan.io/juno-testnet',
|
|
81
79
|
tx_page: 'https://testnet.mintscan.io/juno-testnet/txs/${txHash}'
|
package/module/asset_list.js
CHANGED
|
@@ -77,7 +77,7 @@ const asset_list = {
|
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
79
79
|
},
|
|
80
|
-
coingecko_id: 'axelar
|
|
80
|
+
coingecko_id: 'axelar',
|
|
81
81
|
traces: [{
|
|
82
82
|
type: 'ibc',
|
|
83
83
|
counterparty: {
|
|
@@ -1170,7 +1170,7 @@ const asset_list = {
|
|
|
1170
1170
|
exponent: 6
|
|
1171
1171
|
}],
|
|
1172
1172
|
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
1173
|
-
name: 'Cosmos',
|
|
1173
|
+
name: 'Cosmos Hub Atom',
|
|
1174
1174
|
display: 'atom',
|
|
1175
1175
|
symbol: 'ATOM',
|
|
1176
1176
|
logo_URIs: {
|
|
@@ -1276,6 +1276,126 @@ const asset_list = {
|
|
|
1276
1276
|
channel_id: 'channel-9'
|
|
1277
1277
|
}
|
|
1278
1278
|
}]
|
|
1279
|
+
}, {
|
|
1280
|
+
description: 'e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.',
|
|
1281
|
+
denom_units: [{
|
|
1282
|
+
denom: 'ibc/B70EF98FDC157B72A6C9165C61156B66D5E47B3C0F99C6B22D3A2AF692C06C90',
|
|
1283
|
+
exponent: 0,
|
|
1284
|
+
aliases: ['echf']
|
|
1285
|
+
}, {
|
|
1286
|
+
denom: 'ibc/B70EF98FDC157B72A6C9165C61156B66D5E47B3C0F99C6B22D3A2AF692C06C90',
|
|
1287
|
+
exponent: 6,
|
|
1288
|
+
aliases: ['echf']
|
|
1289
|
+
}],
|
|
1290
|
+
base: 'ibc/B70EF98FDC157B72A6C9165C61156B66D5E47B3C0F99C6B22D3A2AF692C06C90',
|
|
1291
|
+
name: 'e-Money CHF',
|
|
1292
|
+
display: 'chf',
|
|
1293
|
+
symbol: 'ECHF',
|
|
1294
|
+
logo_URIs: {
|
|
1295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
|
|
1296
|
+
},
|
|
1297
|
+
coingecko_id: '',
|
|
1298
|
+
traces: [{
|
|
1299
|
+
type: 'ibc',
|
|
1300
|
+
counterparty: {
|
|
1301
|
+
channel_id: 'channel-15',
|
|
1302
|
+
base_denom: 'echf',
|
|
1303
|
+
chain_name: 'emoney'
|
|
1304
|
+
},
|
|
1305
|
+
chain: {
|
|
1306
|
+
channel_id: 'channel-9'
|
|
1307
|
+
}
|
|
1308
|
+
}]
|
|
1309
|
+
}, {
|
|
1310
|
+
description: 'e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.',
|
|
1311
|
+
denom_units: [{
|
|
1312
|
+
denom: 'ibc/9BE96C01CFAF0AF7AF505AEF9E70C6F3DA04C79DAD4480722B1F537D6B6E04A5',
|
|
1313
|
+
exponent: 0,
|
|
1314
|
+
aliases: ['enok']
|
|
1315
|
+
}, {
|
|
1316
|
+
denom: 'ibc/9BE96C01CFAF0AF7AF505AEF9E70C6F3DA04C79DAD4480722B1F537D6B6E04A5',
|
|
1317
|
+
exponent: 6,
|
|
1318
|
+
aliases: ['enok']
|
|
1319
|
+
}],
|
|
1320
|
+
base: 'ibc/9BE96C01CFAF0AF7AF505AEF9E70C6F3DA04C79DAD4480722B1F537D6B6E04A5',
|
|
1321
|
+
name: 'e-Money NOK',
|
|
1322
|
+
display: 'nok',
|
|
1323
|
+
symbol: 'ENOK',
|
|
1324
|
+
logo_URIs: {
|
|
1325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
|
|
1326
|
+
},
|
|
1327
|
+
coingecko_id: '',
|
|
1328
|
+
traces: [{
|
|
1329
|
+
type: 'ibc',
|
|
1330
|
+
counterparty: {
|
|
1331
|
+
channel_id: 'channel-15',
|
|
1332
|
+
base_denom: 'enok',
|
|
1333
|
+
chain_name: 'emoney'
|
|
1334
|
+
},
|
|
1335
|
+
chain: {
|
|
1336
|
+
channel_id: 'channel-9'
|
|
1337
|
+
}
|
|
1338
|
+
}]
|
|
1339
|
+
}, {
|
|
1340
|
+
description: 'e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.',
|
|
1341
|
+
denom_units: [{
|
|
1342
|
+
denom: 'ibc/FD7935608ED5FF20F07FD029342E49B1EBD7265FCD4CC5BFC2AE17BF845B336D',
|
|
1343
|
+
exponent: 0,
|
|
1344
|
+
aliases: ['edkk']
|
|
1345
|
+
}, {
|
|
1346
|
+
denom: 'ibc/FD7935608ED5FF20F07FD029342E49B1EBD7265FCD4CC5BFC2AE17BF845B336D',
|
|
1347
|
+
exponent: 6,
|
|
1348
|
+
aliases: ['edkk']
|
|
1349
|
+
}],
|
|
1350
|
+
base: 'ibc/FD7935608ED5FF20F07FD029342E49B1EBD7265FCD4CC5BFC2AE17BF845B336D',
|
|
1351
|
+
name: 'e-Money DKK',
|
|
1352
|
+
display: 'dkk',
|
|
1353
|
+
symbol: 'EDKK',
|
|
1354
|
+
logo_URIs: {
|
|
1355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
|
|
1356
|
+
},
|
|
1357
|
+
coingecko_id: '',
|
|
1358
|
+
traces: [{
|
|
1359
|
+
type: 'ibc',
|
|
1360
|
+
counterparty: {
|
|
1361
|
+
channel_id: 'channel-15',
|
|
1362
|
+
base_denom: 'edkk',
|
|
1363
|
+
chain_name: 'emoney'
|
|
1364
|
+
},
|
|
1365
|
+
chain: {
|
|
1366
|
+
channel_id: 'channel-9'
|
|
1367
|
+
}
|
|
1368
|
+
}]
|
|
1369
|
+
}, {
|
|
1370
|
+
description: 'e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.',
|
|
1371
|
+
denom_units: [{
|
|
1372
|
+
denom: 'ibc/A62F3F3A9D4C91BA3853659411944619A456361CE78EAFC8E6F4C49E52561F08',
|
|
1373
|
+
exponent: 0,
|
|
1374
|
+
aliases: ['esek']
|
|
1375
|
+
}, {
|
|
1376
|
+
denom: 'ibc/A62F3F3A9D4C91BA3853659411944619A456361CE78EAFC8E6F4C49E52561F08',
|
|
1377
|
+
exponent: 6,
|
|
1378
|
+
aliases: ['esek']
|
|
1379
|
+
}],
|
|
1380
|
+
base: 'ibc/A62F3F3A9D4C91BA3853659411944619A456361CE78EAFC8E6F4C49E52561F08',
|
|
1381
|
+
name: 'e-Money SEK',
|
|
1382
|
+
display: 'sek',
|
|
1383
|
+
symbol: 'ESEK',
|
|
1384
|
+
logo_URIs: {
|
|
1385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
|
|
1386
|
+
},
|
|
1387
|
+
coingecko_id: '',
|
|
1388
|
+
traces: [{
|
|
1389
|
+
type: 'ibc',
|
|
1390
|
+
counterparty: {
|
|
1391
|
+
channel_id: 'channel-15',
|
|
1392
|
+
base_denom: 'esek',
|
|
1393
|
+
chain_name: 'emoney'
|
|
1394
|
+
},
|
|
1395
|
+
chain: {
|
|
1396
|
+
channel_id: 'channel-9'
|
|
1397
|
+
}
|
|
1398
|
+
}]
|
|
1279
1399
|
}, {
|
|
1280
1400
|
description: 'The native token of Osmosis',
|
|
1281
1401
|
denom_units: [{
|
|
@@ -1368,6 +1488,36 @@ const asset_list = {
|
|
|
1368
1488
|
channel_id: 'channel-33'
|
|
1369
1489
|
}
|
|
1370
1490
|
}]
|
|
1491
|
+
}, {
|
|
1492
|
+
description: 'PSTAKE Liquid-Staked ATOM',
|
|
1493
|
+
denom_units: [{
|
|
1494
|
+
denom: 'ibc/436673B3C7C0923C904EEA4AC97AB0DD7DC5627751AE7E2F8CFF489A3D43D805',
|
|
1495
|
+
exponent: 0,
|
|
1496
|
+
aliases: ['stk/uatom']
|
|
1497
|
+
}, {
|
|
1498
|
+
denom: 'stkatom',
|
|
1499
|
+
exponent: 6,
|
|
1500
|
+
aliases: ['stk/atom']
|
|
1501
|
+
}],
|
|
1502
|
+
base: 'ibc/436673B3C7C0923C904EEA4AC97AB0DD7DC5627751AE7E2F8CFF489A3D43D805',
|
|
1503
|
+
name: 'PSTAKE staked ATOM',
|
|
1504
|
+
display: 'stkatom',
|
|
1505
|
+
symbol: 'stkATOM',
|
|
1506
|
+
logo_URIs: {
|
|
1507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
|
|
1508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
|
|
1509
|
+
},
|
|
1510
|
+
traces: [{
|
|
1511
|
+
type: 'ibc',
|
|
1512
|
+
counterparty: {
|
|
1513
|
+
channel_id: 'channel-37',
|
|
1514
|
+
base_denom: 'stk/uatom',
|
|
1515
|
+
chain_name: 'persistence'
|
|
1516
|
+
},
|
|
1517
|
+
chain: {
|
|
1518
|
+
channel_id: 'channel-33'
|
|
1519
|
+
}
|
|
1520
|
+
}]
|
|
1371
1521
|
}, {
|
|
1372
1522
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
1373
1523
|
denom_units: [{
|
package/module/assets.js
CHANGED
|
@@ -360,6 +360,43 @@ const assets = {
|
|
|
360
360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
361
361
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
362
362
|
}
|
|
363
|
+
}, {
|
|
364
|
+
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
365
|
+
type_asset: 'cw20',
|
|
366
|
+
address: 'juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
367
|
+
denom_units: [{
|
|
368
|
+
denom: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
369
|
+
exponent: 0
|
|
370
|
+
}, {
|
|
371
|
+
denom: 'muse',
|
|
372
|
+
exponent: 6
|
|
373
|
+
}],
|
|
374
|
+
base: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
375
|
+
name: 'MuseDAO',
|
|
376
|
+
display: 'muse',
|
|
377
|
+
symbol: 'MUSE',
|
|
378
|
+
logo_URIs: {
|
|
379
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
380
|
+
}
|
|
381
|
+
}, {
|
|
382
|
+
description: 'The native token cw20 for Loop Finance on Juno Chain',
|
|
383
|
+
type_asset: 'cw20',
|
|
384
|
+
address: 'juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
385
|
+
denom_units: [{
|
|
386
|
+
denom: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
387
|
+
exponent: 0
|
|
388
|
+
}, {
|
|
389
|
+
denom: 'loop',
|
|
390
|
+
exponent: 6
|
|
391
|
+
}],
|
|
392
|
+
base: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
393
|
+
name: 'Loop Finance',
|
|
394
|
+
display: 'loop',
|
|
395
|
+
symbol: 'LOOP',
|
|
396
|
+
logo_URIs: {
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
398
|
+
},
|
|
399
|
+
coingecko_id: 'loop'
|
|
363
400
|
}, {
|
|
364
401
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
365
402
|
type_asset: 'cw20',
|