@juno-network/assets 0.8.0 → 0.9.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 +348 -325
- package/main/assets.js +38 -0
- package/main/chain.js +5 -1
- package/main/testnet.js +4 -1
- package/package.json +5 -5
package/main/assets.js
CHANGED
@@ -328,6 +328,44 @@ var assets = {
|
|
328
328
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
329
329
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
330
330
|
}
|
331
|
+
}, {
|
332
|
+
description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
|
333
|
+
type_asset: 'cw20',
|
334
|
+
address: 'juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
335
|
+
denom_units: [{
|
336
|
+
denom: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
337
|
+
exponent: 0
|
338
|
+
}, {
|
339
|
+
denom: 'solar',
|
340
|
+
exponent: 6
|
341
|
+
}],
|
342
|
+
base: 'cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse',
|
343
|
+
name: 'Solarbank DAO',
|
344
|
+
display: 'solar',
|
345
|
+
symbol: 'SOLAR',
|
346
|
+
logo_URIs: {
|
347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
349
|
+
}
|
350
|
+
}, {
|
351
|
+
description: 'StakeEasy governance token',
|
352
|
+
type_asset: 'cw20',
|
353
|
+
address: 'juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
354
|
+
denom_units: [{
|
355
|
+
denom: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
356
|
+
exponent: 0
|
357
|
+
}, {
|
358
|
+
denom: 'seasy',
|
359
|
+
exponent: 6
|
360
|
+
}],
|
361
|
+
base: 'cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf',
|
362
|
+
name: 'StakeEasy SEASY',
|
363
|
+
display: 'seasy',
|
364
|
+
symbol: 'SEASY',
|
365
|
+
logo_URIs: {
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
368
|
+
}
|
331
369
|
}, {
|
332
370
|
description: 'The native token cw20 for Neta on Juno Chain',
|
333
371
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
@@ -9,6 +9,7 @@ var chain = {
|
|
9
9
|
chain_name: 'juno',
|
10
10
|
status: 'live',
|
11
11
|
network_type: 'mainnet',
|
12
|
+
website: 'https://junochain.com/',
|
12
13
|
pretty_name: 'Juno',
|
13
14
|
chain_id: 'juno-1',
|
14
15
|
bech32_prefix: 'juno',
|
@@ -132,6 +133,9 @@ var chain = {
|
|
132
133
|
}, {
|
133
134
|
address: 'https://api.juno.chaintools.tech/',
|
134
135
|
provider: 'ChainTools'
|
136
|
+
}, {
|
137
|
+
address: 'https://juno-api.polkachu.com',
|
138
|
+
provider: 'Polkachu'
|
135
139
|
}],
|
136
140
|
grpc: [{
|
137
141
|
address: '35.243.205.230:9090',
|
@@ -143,7 +147,7 @@ var chain = {
|
|
143
147
|
address: 'https://juno.grpcui.chaintools.host/',
|
144
148
|
provider: 'ChainTools'
|
145
149
|
}, {
|
146
|
-
address: 'juno-grpc.polkachu.com:
|
150
|
+
address: 'juno-grpc.polkachu.com:12690',
|
147
151
|
provider: 'Polkachu'
|
148
152
|
}]
|
149
153
|
},
|
package/main/testnet.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@juno-network/assets",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.0",
|
4
4
|
"description": "Chain Registry info for Juno",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/CosmosContracts/typescript",
|
@@ -50,14 +50,14 @@
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.19.1",
|
51
51
|
"@babel/preset-env": "7.19.1",
|
52
52
|
"@babel/preset-typescript": "^7.17.12",
|
53
|
-
"@chain-registry/utils": "^0.
|
53
|
+
"@chain-registry/utils": "^0.11.0",
|
54
54
|
"@types/jest": "^29.0.2",
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.37.0",
|
56
56
|
"@typescript-eslint/parser": "5.37.0",
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
58
58
|
"babel-jest": "29.0.3",
|
59
59
|
"babel-watch": "^7.0.0",
|
60
|
-
"chain-registry": "^0.
|
60
|
+
"chain-registry": "^0.14.0",
|
61
61
|
"cross-env": "^7.0.2",
|
62
62
|
"eslint": "8.23.1",
|
63
63
|
"eslint-config-prettier": "^8.5.0",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
},
|
74
74
|
"dependencies": {
|
75
75
|
"@babel/runtime": "^7.19.0",
|
76
|
-
"@chain-registry/types": "0.
|
76
|
+
"@chain-registry/types": "0.11.0"
|
77
77
|
},
|
78
|
-
"gitHead": "
|
78
|
+
"gitHead": "d120f63db7810b0e946b7558da0f859a3a2b54a1"
|
79
79
|
}
|