@chain-registry/juno 1.47.7 → 1.47.8

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/chain.js CHANGED
@@ -263,10 +263,6 @@ const chain = {
263
263
  address: 'https://juno.declab.pro:443',
264
264
  provider: 'Decloud Nodes Lab'
265
265
  },
266
- {
267
- address: 'http://juno.api.staking-explorer.com',
268
- provider: 'Daily DROP'
269
- },
270
266
  {
271
267
  address: 'https://juno.api.nodeshub.online:443',
272
268
  provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
package/esm/chain.js CHANGED
@@ -261,10 +261,6 @@ const chain = {
261
261
  address: 'https://juno.declab.pro:443',
262
262
  provider: 'Decloud Nodes Lab'
263
263
  },
264
- {
265
- address: 'http://juno.api.staking-explorer.com',
266
- provider: 'Daily DROP'
267
- },
268
264
  {
269
265
  address: 'https://juno.api.nodeshub.online:443',
270
266
  provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
package/esm/testnet.js CHANGED
@@ -29,66 +29,27 @@ const testnet = {
29
29
  cosmwasm_version: '0.31'
30
30
  },
31
31
  apis: {
32
- rpc: [
33
- {
34
- address: 'https://rpc.uni.junonetwork.io',
35
- provider: 'Juno'
36
- },
37
- {
32
+ rpc: [{
38
33
  address: 'https://juno-testnet-rpc.polkachu.com',
39
34
  provider: 'Polkachu'
40
- },
41
- {
42
- address: 'https://uni-rpc.reece.sh',
43
- provider: 'Reecepbcups'
44
- }
45
- ],
46
- rest: [
47
- {
48
- address: 'https://api.uni.junonetwork.io',
49
- provider: 'Juno'
50
- },
51
- {
35
+ }],
36
+ rest: [{
52
37
  address: 'https://juno-testnet-api.polkachu.com',
53
38
  provider: 'Polkachu'
54
- },
55
- {
39
+ }, {
56
40
  address: 'https://juno.api.t.stavr.tech',
57
41
  provider: '🔥STAVR🔥'
58
- },
59
- {
60
- address: 'https://uni-api.reece.sh',
61
- provider: 'Reecepbcups'
62
- }
63
- ],
42
+ }],
64
43
  grpc: [{
65
44
  address: 'juno-testnet-grpc.polkachu.com:12690',
66
45
  provider: 'Polkachu'
67
46
  }]
68
47
  },
69
- explorers: [
70
- {
71
- kind: 'ezstaking',
72
- url: 'https://testnet.app.ezstaking.io/juno-testnet',
73
- tx_page: 'https://testnet.app.ezstaking.io/juno-testnet/txs/${txHash}',
74
- account_page: 'https://testnet.app.ezstaking.io/juno-testnet/account/${accountAddress}'
75
- },
76
- {
48
+ explorers: [{
77
49
  kind: '🔥STAVR🔥',
78
50
  url: 'https://explorer.stavr.tech/Juno-Testnet',
79
51
  tx_page: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}',
80
52
  account_page: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}'
81
- },
82
- {
83
- kind: 'Mintscan',
84
- url: 'https://testnet.mintscan.io/juno-testnet',
85
- tx_page: 'https://testnet.mintscan.io/juno-testnet/txs/${txHash}'
86
- },
87
- {
88
- kind: 'NodesGuru',
89
- url: 'https://testnet.juno.explorers.guru/',
90
- tx_page: 'https://testnet.juno.explorers.guru/transaction/${txHash}'
91
- }
92
- ]
53
+ }]
93
54
  };
94
55
  export default testnet;
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.47.7",
3
+ "version": "1.47.8",
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.46.7"
32
+ "chain-registry": "^1.46.8"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.28.11"
35
+ "@chain-registry/types": "^0.28.12"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "04b7499b0ae3ab16e46cfbf16e5367fa37130b4d"
46
+ "gitHead": "75558cf0c1f53dfdc3e492f59595a4efef0b8b72"
47
47
  }
package/testnet.js CHANGED
@@ -31,66 +31,27 @@ const testnet = {
31
31
  cosmwasm_version: '0.31'
32
32
  },
33
33
  apis: {
34
- rpc: [
35
- {
36
- address: 'https://rpc.uni.junonetwork.io',
37
- provider: 'Juno'
38
- },
39
- {
34
+ rpc: [{
40
35
  address: 'https://juno-testnet-rpc.polkachu.com',
41
36
  provider: 'Polkachu'
42
- },
43
- {
44
- address: 'https://uni-rpc.reece.sh',
45
- provider: 'Reecepbcups'
46
- }
47
- ],
48
- rest: [
49
- {
50
- address: 'https://api.uni.junonetwork.io',
51
- provider: 'Juno'
52
- },
53
- {
37
+ }],
38
+ rest: [{
54
39
  address: 'https://juno-testnet-api.polkachu.com',
55
40
  provider: 'Polkachu'
56
- },
57
- {
41
+ }, {
58
42
  address: 'https://juno.api.t.stavr.tech',
59
43
  provider: '🔥STAVR🔥'
60
- },
61
- {
62
- address: 'https://uni-api.reece.sh',
63
- provider: 'Reecepbcups'
64
- }
65
- ],
44
+ }],
66
45
  grpc: [{
67
46
  address: 'juno-testnet-grpc.polkachu.com:12690',
68
47
  provider: 'Polkachu'
69
48
  }]
70
49
  },
71
- explorers: [
72
- {
73
- kind: 'ezstaking',
74
- url: 'https://testnet.app.ezstaking.io/juno-testnet',
75
- tx_page: 'https://testnet.app.ezstaking.io/juno-testnet/txs/${txHash}',
76
- account_page: 'https://testnet.app.ezstaking.io/juno-testnet/account/${accountAddress}'
77
- },
78
- {
50
+ explorers: [{
79
51
  kind: '🔥STAVR🔥',
80
52
  url: 'https://explorer.stavr.tech/Juno-Testnet',
81
53
  tx_page: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}',
82
54
  account_page: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}'
83
- },
84
- {
85
- kind: 'Mintscan',
86
- url: 'https://testnet.mintscan.io/juno-testnet',
87
- tx_page: 'https://testnet.mintscan.io/juno-testnet/txs/${txHash}'
88
- },
89
- {
90
- kind: 'NodesGuru',
91
- url: 'https://testnet.juno.explorers.guru/',
92
- tx_page: 'https://testnet.juno.explorers.guru/transaction/${txHash}'
93
- }
94
- ]
55
+ }]
95
56
  };
96
57
  exports.default = testnet;