@nexusmutual/sdk 0.0.6 → 0.0.7

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.
@@ -28,8 +28,8 @@
28
28
  "StakingNFT": "0xcafea508a477D94c502c253A58239fb8F948e97f",
29
29
  "StakingPoolFactory": "0xcafeafb97BF8831D95C0FC659b8eB3946B101CB3",
30
30
  "StakingProducts": "0xcafea573fBd815B5f59e8049E71E554bde3477E4",
31
- "StakingViewer": "0xcafea91e78C9a9Ac83c84c51656c278dE599cf8E",
32
- "SwapOperator": "0xcafea536d7f79F31Fa49bC40349f6a5F7E19D842",
31
+ "StakingViewer": "0xcafea970135C07B07a3eCA76C6c00AAC849767b3",
32
+ "SwapOperator": "0xcafea5C050E74a21C11Af78C927e17853153097D",
33
33
  "TokenController": "0x5407381b6c251cFd498ccD4A1d877739CB7960B8",
34
34
  "YieldTokenIncidents": "0xcafeac831dC5ca0D7ef467953b7822D2f44C8f83"
35
35
  }
package/dist/index.html CHANGED
@@ -24,8 +24,8 @@
24
24
  </div>
25
25
  <div class='row'>
26
26
  <div class='col text-right'>
27
- <a target="_blank" href="products/product-types.json">Product types 🡭</a><br>
28
- <a target="_blank" href="products/products.json">Products 🡭</a>
27
+ <a target="_blank" href="product-types.json">Product types 🡭</a><br>
28
+ <a target="_blank" href="products.json">Products 🡭</a>
29
29
  </div>
30
30
  </div>
31
31
  </div>
@@ -40,7 +40,7 @@
40
40
  async function load () {
41
41
 
42
42
  const table = document.getElementById('data');
43
- const addresses = await fetch('contracts/addresses.json').then(r => r.json());
43
+ const addresses = await fetch('addresses.json').then(r => r.json());
44
44
  const proxies = [
45
45
  'Assessment',
46
46
  'Cover',
@@ -63,7 +63,7 @@
63
63
  const isProxy = proxies.includes(name) ? 'Proxy' : '';
64
64
  return row([
65
65
  linkCell(`${ETHERSCAN}/${address}`, `<strong>${name}</strong>`),
66
- linkCell(`contracts/abis/${name}.json`, 'ABI'),
66
+ linkCell(`abis/${name}.json`, 'ABI'),
67
67
  textCell(`${address}`),
68
68
  linkCell(`${ETHERSCAN}/${address}/advanced#tokentxns`, 'ERC20 transfers'),
69
69
  linkCell(`${ETHERSCAN}/${address}/advanced#read${isProxy}Contract`, `Read ${isProxy}`),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusmutual/sdk",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Nexus Mutual SDK",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js",