@juno-network/assets 0.7.0 → 0.7.3
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/README.md +1 -1
- package/main/assets.js +38 -0
- package/main/chain.js +15 -3
- package/module/assets.js +38 -0
- package/module/chain.js +15 -3
- package/package.json +22 -22
package/README.md
CHANGED
@@ -60,4 +60,4 @@ Built by Cosmology — if you like our tools, please consider delegating to [ou
|
|
60
60
|
|
61
61
|
Code built with the help of these related projects:
|
62
62
|
|
63
|
-
* [chain-registry](https://github.com/cosmology/chain-registry) an npm module for the official Cosmos chain-registry
|
63
|
+
* [chain-registry](https://github.com/cosmology-tech/chain-registry) an npm module for the official Cosmos chain-registry
|
package/main/assets.js
CHANGED
@@ -290,6 +290,44 @@ var assets = {
|
|
290
290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
291
291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
292
292
|
}
|
293
|
+
}, {
|
294
|
+
description: 'Staking derivative seJUNO for staked JUNO',
|
295
|
+
type_asset: 'cw20',
|
296
|
+
address: 'juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
297
|
+
denom_units: [{
|
298
|
+
denom: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
299
|
+
exponent: 0
|
300
|
+
}, {
|
301
|
+
denom: 'sejuno',
|
302
|
+
exponent: 6
|
303
|
+
}],
|
304
|
+
base: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
305
|
+
name: 'StakeEasy seJUNO',
|
306
|
+
display: 'sejuno',
|
307
|
+
symbol: 'SEJUNO',
|
308
|
+
logo_URIs: {
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
311
|
+
}
|
312
|
+
}, {
|
313
|
+
description: 'Staking derivative bJUNO for staked JUNO',
|
314
|
+
type_asset: 'cw20',
|
315
|
+
address: 'juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
316
|
+
denom_units: [{
|
317
|
+
denom: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
318
|
+
exponent: 0
|
319
|
+
}, {
|
320
|
+
denom: 'bjuno',
|
321
|
+
exponent: 6
|
322
|
+
}],
|
323
|
+
base: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
324
|
+
name: 'StakeEasy bJUNO',
|
325
|
+
display: 'bjuno',
|
326
|
+
symbol: 'BJUNO',
|
327
|
+
logo_URIs: {
|
328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
330
|
+
}
|
293
331
|
}, {
|
294
332
|
description: 'The native token cw20 for Neta on Juno Chain',
|
295
333
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
@@ -105,8 +105,11 @@ var chain = {
|
|
105
105
|
address: 'https://rpc.junomint.com',
|
106
106
|
provider: 'EZStaking.io'
|
107
107
|
}, {
|
108
|
-
address: 'https://rpc-juno-ia.notional.ventures/',
|
108
|
+
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
109
109
|
provider: 'Notional'
|
110
|
+
}, {
|
111
|
+
address: 'https://rpc.juno.chaintools.tech/',
|
112
|
+
provider: 'ChainTools'
|
110
113
|
}],
|
111
114
|
rest: [{
|
112
115
|
address: 'https://lcd-juno.whispernode.com',
|
@@ -124,15 +127,24 @@ var chain = {
|
|
124
127
|
address: 'https://lcd.junomint.com',
|
125
128
|
provider: 'EZStaking.io'
|
126
129
|
}, {
|
127
|
-
address: 'https://api-juno-ia.notional.ventures/',
|
130
|
+
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
128
131
|
provider: 'Notional'
|
132
|
+
}, {
|
133
|
+
address: 'https://api.juno.chaintools.tech/',
|
134
|
+
provider: 'ChainTools'
|
129
135
|
}],
|
130
136
|
grpc: [{
|
131
137
|
address: '35.243.205.230:9090',
|
132
138
|
provider: 'strangelove'
|
133
139
|
}, {
|
134
|
-
address: 'grpc-juno-ia.notional.ventures:443',
|
140
|
+
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
135
141
|
provider: 'Notional'
|
142
|
+
}, {
|
143
|
+
address: 'https://juno.grpcui.chaintools.host/',
|
144
|
+
provider: 'ChainTools'
|
145
|
+
}, {
|
146
|
+
address: 'juno-grpc.polkachu.com:9090',
|
147
|
+
provider: 'Polkachu'
|
136
148
|
}]
|
137
149
|
},
|
138
150
|
explorers: [{
|
package/module/assets.js
CHANGED
@@ -284,6 +284,44 @@ const assets = {
|
|
284
284
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
285
285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
286
286
|
}
|
287
|
+
}, {
|
288
|
+
description: 'Staking derivative seJUNO for staked JUNO',
|
289
|
+
type_asset: 'cw20',
|
290
|
+
address: 'juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
291
|
+
denom_units: [{
|
292
|
+
denom: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
293
|
+
exponent: 0
|
294
|
+
}, {
|
295
|
+
denom: 'sejuno',
|
296
|
+
exponent: 6
|
297
|
+
}],
|
298
|
+
base: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
299
|
+
name: 'StakeEasy seJUNO',
|
300
|
+
display: 'sejuno',
|
301
|
+
symbol: 'SEJUNO',
|
302
|
+
logo_URIs: {
|
303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
305
|
+
}
|
306
|
+
}, {
|
307
|
+
description: 'Staking derivative bJUNO for staked JUNO',
|
308
|
+
type_asset: 'cw20',
|
309
|
+
address: 'juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
310
|
+
denom_units: [{
|
311
|
+
denom: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
312
|
+
exponent: 0
|
313
|
+
}, {
|
314
|
+
denom: 'bjuno',
|
315
|
+
exponent: 6
|
316
|
+
}],
|
317
|
+
base: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
318
|
+
name: 'StakeEasy bJUNO',
|
319
|
+
display: 'bjuno',
|
320
|
+
symbol: 'BJUNO',
|
321
|
+
logo_URIs: {
|
322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
324
|
+
}
|
287
325
|
}, {
|
288
326
|
description: 'The native token cw20 for Neta on Juno Chain',
|
289
327
|
type_asset: 'cw20',
|
package/module/chain.js
CHANGED
@@ -99,8 +99,11 @@ const chain = {
|
|
99
99
|
address: 'https://rpc.junomint.com',
|
100
100
|
provider: 'EZStaking.io'
|
101
101
|
}, {
|
102
|
-
address: 'https://rpc-juno-ia.notional.ventures/',
|
102
|
+
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
103
103
|
provider: 'Notional'
|
104
|
+
}, {
|
105
|
+
address: 'https://rpc.juno.chaintools.tech/',
|
106
|
+
provider: 'ChainTools'
|
104
107
|
}],
|
105
108
|
rest: [{
|
106
109
|
address: 'https://lcd-juno.whispernode.com',
|
@@ -118,15 +121,24 @@ const chain = {
|
|
118
121
|
address: 'https://lcd.junomint.com',
|
119
122
|
provider: 'EZStaking.io'
|
120
123
|
}, {
|
121
|
-
address: 'https://api-juno-ia.notional.ventures/',
|
124
|
+
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
122
125
|
provider: 'Notional'
|
126
|
+
}, {
|
127
|
+
address: 'https://api.juno.chaintools.tech/',
|
128
|
+
provider: 'ChainTools'
|
123
129
|
}],
|
124
130
|
grpc: [{
|
125
131
|
address: '35.243.205.230:9090',
|
126
132
|
provider: 'strangelove'
|
127
133
|
}, {
|
128
|
-
address: 'grpc-juno-ia.notional.ventures:443',
|
134
|
+
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
129
135
|
provider: 'Notional'
|
136
|
+
}, {
|
137
|
+
address: 'https://juno.grpcui.chaintools.host/',
|
138
|
+
provider: 'ChainTools'
|
139
|
+
}, {
|
140
|
+
address: 'juno-grpc.polkachu.com:9090',
|
141
|
+
provider: 'Polkachu'
|
130
142
|
}]
|
131
143
|
},
|
132
144
|
explorers: [{
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@juno-network/assets",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.3",
|
4
4
|
"description": "Chain Registry info for Juno",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/CosmosContracts/typescript",
|
@@ -44,40 +44,40 @@
|
|
44
44
|
"url": "https://github.com/CosmosContracts/typescript/issues"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@babel/cli": "7.
|
48
|
-
"@babel/core": "7.
|
47
|
+
"@babel/cli": "7.18.10",
|
48
|
+
"@babel/core": "7.19.0",
|
49
49
|
"@babel/eslint-parser": "^7.18.2",
|
50
50
|
"@babel/node": "^7.18.5",
|
51
|
-
"@babel/plugin-proposal-class-properties": "7.
|
52
|
-
"@babel/plugin-proposal-export-default-from": "7.
|
53
|
-
"@babel/plugin-proposal-object-rest-spread": "7.18.
|
54
|
-
"@babel/plugin-transform-runtime": "7.18.
|
55
|
-
"@babel/preset-env": "7.
|
51
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
52
|
+
"@babel/plugin-proposal-export-default-from": "7.18.10",
|
53
|
+
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
|
54
|
+
"@babel/plugin-transform-runtime": "7.18.10",
|
55
|
+
"@babel/preset-env": "7.19.0",
|
56
56
|
"@babel/preset-typescript": "^7.17.12",
|
57
|
-
"@chain-registry/utils": "^0.
|
58
|
-
"@types/jest": "^
|
59
|
-
"@typescript-eslint/eslint-plugin": "5.
|
60
|
-
"@typescript-eslint/parser": "5.
|
57
|
+
"@chain-registry/utils": "^0.7.1",
|
58
|
+
"@types/jest": "^29.0.0",
|
59
|
+
"@typescript-eslint/eslint-plugin": "5.36.2",
|
60
|
+
"@typescript-eslint/parser": "5.36.2",
|
61
61
|
"babel-core": "7.0.0-bridge.0",
|
62
|
-
"babel-jest": "
|
62
|
+
"babel-jest": "29.0.2",
|
63
63
|
"babel-watch": "^7.0.0",
|
64
|
-
"chain-registry": "^0.
|
64
|
+
"chain-registry": "^0.10.0",
|
65
65
|
"cross-env": "^7.0.2",
|
66
|
-
"eslint": "8.
|
66
|
+
"eslint": "8.23.0",
|
67
67
|
"eslint-config-prettier": "^8.5.0",
|
68
68
|
"eslint-plugin-prettier": "^4.0.0",
|
69
|
-
"eslint-plugin-simple-import-sort": "
|
69
|
+
"eslint-plugin-simple-import-sort": "8.0.0",
|
70
70
|
"eslint-plugin-unused-imports": "2.0.0",
|
71
|
-
"jest": "^
|
71
|
+
"jest": "^29.0.2",
|
72
72
|
"long": "^5.2.0",
|
73
73
|
"prettier": "^2.7.0",
|
74
74
|
"regenerator-runtime": "^0.13.7",
|
75
|
-
"ts-jest": "^28.0.
|
76
|
-
"typescript": "^4.
|
75
|
+
"ts-jest": "^28.0.8",
|
76
|
+
"typescript": "^4.8.2"
|
77
77
|
},
|
78
78
|
"dependencies": {
|
79
|
-
"@babel/runtime": "^7.
|
80
|
-
"@chain-registry/types": "0.
|
79
|
+
"@babel/runtime": "^7.19.0",
|
80
|
+
"@chain-registry/types": "0.7.0"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "6a39906813717457d322430b58bf3978cf6fc593"
|
83
83
|
}
|