@juno-network/assets 0.9.0 → 0.11.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.
@@ -1377,14 +1377,14 @@ var asset_list = {
1377
1377
  }, {
1378
1378
  description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
1379
1379
  denom_units: [{
1380
- denom: 'ibc/0E13238C0508440A981BD9E876E89E0C0CCA70E2FE21930B0D4F2633673561AC',
1380
+ denom: 'ibc/BA3EB643F46DD1CB95246A5419CCB3A4BA9BB1A85C589C49F27B4A6BB11AACD1',
1381
1381
  exponent: 0,
1382
1382
  aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
1383
1383
  }, {
1384
1384
  denom: 'pstake',
1385
1385
  exponent: 18
1386
1386
  }],
1387
- base: 'ibc/0E13238C0508440A981BD9E876E89E0C0CCA70E2FE21930B0D4F2633673561AC',
1387
+ base: 'ibc/BA3EB643F46DD1CB95246A5419CCB3A4BA9BB1A85C589C49F27B4A6BB11AACD1',
1388
1388
  name: 'pSTAKE Finance',
1389
1389
  display: 'pstake',
1390
1390
  symbol: 'PSTAKE',
package/main/chain.js CHANGED
@@ -9,14 +9,14 @@ var chain = {
9
9
  chain_name: 'juno',
10
10
  status: 'live',
11
11
  network_type: 'mainnet',
12
- website: 'https://junochain.com/',
12
+ website: 'https://www.junonetwork.io/',
13
13
  pretty_name: 'Juno',
14
14
  chain_id: 'juno-1',
15
15
  bech32_prefix: 'juno',
16
16
  daemon_name: 'junod',
17
17
  node_home: '$HOME/.juno',
18
18
  genesis: {
19
- genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/mainnet/main/juno-1/genesis.json'
19
+ genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
20
20
  },
21
21
  key_algos: ['secp256k1'],
22
22
  slip44: 118,
@@ -53,6 +53,14 @@ var chain = {
53
53
  id: '22ee6e65e5e79cd0b970dd11e52761de8d1d6dfd',
54
54
  address: 'seeds.pupmos.network:2001',
55
55
  provider: 'PUPMØS'
56
+ }, {
57
+ id: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0',
58
+ address: 'seeds.polkachu.com:12656',
59
+ provider: 'Polkachu'
60
+ }, {
61
+ id: '20e1000e88125698264454a884812746c2eb4807',
62
+ address: 'seeds.lavenderfive.com:12656',
63
+ provider: 'Lavender.Five Nodes 🐝'
56
64
  }],
57
65
  persistent_peers: [{
58
66
  id: 'b1f46f1a1955fc773d3b73180179b0e0a07adce1',
@@ -99,6 +107,9 @@ var chain = {
99
107
  }, {
100
108
  address: 'https://juno-rpc.polkachu.com',
101
109
  provider: 'Polkachu'
110
+ }, {
111
+ address: 'https://juno-rpc.lavenderfive.com:443',
112
+ provider: 'Lavender.Five Nodes 🐝'
102
113
  }, {
103
114
  address: 'https://rpc.juno.pupmos.network',
104
115
  provider: 'PUPMØS'
@@ -111,6 +122,9 @@ var chain = {
111
122
  }, {
112
123
  address: 'https://rpc.juno.chaintools.tech/',
113
124
  provider: 'ChainTools'
125
+ }, {
126
+ address: 'https://juno-rpc.kleomed.es',
127
+ provider: 'Kleomedes'
114
128
  }],
115
129
  rest: [{
116
130
  address: 'https://lcd-juno.whispernode.com',
@@ -121,6 +135,9 @@ var chain = {
121
135
  }, {
122
136
  address: 'https://rest-juno.ecostake.com',
123
137
  provider: 'ecostake'
138
+ }, {
139
+ address: 'https://juno-api.lavenderfive.com:443',
140
+ provider: 'Lavender.Five Nodes 🐝'
124
141
  }, {
125
142
  address: 'https://api.juno.pupmos.network',
126
143
  provider: 'PUPMØS'
@@ -136,6 +153,9 @@ var chain = {
136
153
  }, {
137
154
  address: 'https://juno-api.polkachu.com',
138
155
  provider: 'Polkachu'
156
+ }, {
157
+ address: 'https://juno-api.kleomed.es',
158
+ provider: 'Kleomedes'
139
159
  }],
140
160
  grpc: [{
141
161
  address: '35.243.205.230:9090',
@@ -143,6 +163,9 @@ var chain = {
143
163
  }, {
144
164
  address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
145
165
  provider: 'Notional'
166
+ }, {
167
+ address: 'https://juno-grpc.lavenderfive.com:443',
168
+ provider: 'Lavender.Five Nodes 🐝'
146
169
  }, {
147
170
  address: 'https://juno.grpcui.chaintools.host/',
148
171
  provider: 'ChainTools'
package/main/testnet.js CHANGED
@@ -10,12 +10,12 @@ var testnet = {
10
10
  status: 'live',
11
11
  network_type: 'testnet',
12
12
  pretty_name: 'Juno Testnet',
13
- chain_id: 'uni-3',
13
+ chain_id: 'uni-5',
14
14
  bech32_prefix: 'juno',
15
15
  daemon_name: 'junod',
16
16
  node_home: '$HOME/.juno',
17
17
  genesis: {
18
- genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-3/genesis.json'
18
+ genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
19
19
  },
20
20
  key_algos: ['secp256k1'],
21
21
  slip44: 118,
@@ -34,8 +34,8 @@ var testnet = {
34
34
  },
35
35
  codebase: {
36
36
  git_repo: 'https://github.com/CosmosContracts/juno',
37
- recommended_version: 'v7.0.0-beta.2',
38
- compatible_versions: ['v7.0.0-beta.2'],
37
+ recommended_version: 'v9.0.0',
38
+ compatible_versions: ['v9.0.0'],
39
39
  cosmos_sdk_version: '0.45',
40
40
  tendermint_version: '0.34',
41
41
  cosmwasm_version: '0.27',
@@ -56,6 +56,9 @@ var testnet = {
56
56
  }, {
57
57
  address: 'https://rpc.uni.junonetwork.io',
58
58
  provider: 'Juno'
59
+ }, {
60
+ address: 'https://juno-testnet-rpc.polkachu.com',
61
+ provider: 'Polkachu'
59
62
  }],
60
63
  rest: [{
61
64
  address: 'https://lcd.uni.junomint.com',
@@ -63,6 +66,9 @@ var testnet = {
63
66
  }, {
64
67
  address: 'https://api.uni.junonetwork.io',
65
68
  provider: 'Juno'
69
+ }, {
70
+ address: 'https://juno-testnet-api.polkachu.com',
71
+ provider: 'Polkachu'
66
72
  }],
67
73
  grpc: [{
68
74
  address: 'juno-testnet-grpc.polkachu.com:12690',
@@ -73,6 +79,10 @@ var testnet = {
73
79
  kind: 'Mintscan',
74
80
  url: 'https://testnet.mintscan.io/juno-testnet',
75
81
  tx_page: 'https://testnet.mintscan.io/juno-testnet/txs/${txHash}'
82
+ }, {
83
+ kind: 'NodesGuru',
84
+ url: 'https://testnet.juno.explorers.guru/',
85
+ tx_page: 'https://testnet.juno.explorers.guru/transaction/${txHash}'
76
86
  }]
77
87
  };
78
88
  var _default = testnet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juno-network/assets",
3
- "version": "0.9.0",
3
+ "version": "0.11.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.11.0",
53
+ "@chain-registry/utils": "^1.0.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.14.0",
60
+ "chain-registry": "^1.0.0",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.23.1",
63
63
  "eslint-config-prettier": "^8.5.0",
@@ -75,5 +75,5 @@
75
75
  "@babel/runtime": "^7.19.0",
76
76
  "@chain-registry/types": "0.11.0"
77
77
  },
78
- "gitHead": "d120f63db7810b0e946b7558da0f859a3a2b54a1"
78
+ "gitHead": "57466e5a47257f50b42bc5c78bd7ed438379bf56"
79
79
  }