sushiswap-dump 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/dump.csv +1 -0
  2. package/package.json +4 -1
package/dump.csv CHANGED
@@ -4555,3 +4555,4 @@
4555
4555
  4554,0xe4717f8a5e6975127827ca69dd8812655c627189,0x3e327924b71121dc76d2774af076399db0c090b2,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
4556
4556
  4555,0xac6ed94251a49577dcd03201b360feeb4b5ecdd6,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xe3b6976e38f0d0f74dec7aee8834971e1f3556aa
4557
4557
  4556,0xd03ea517328142a8dc1b0a3727d237d0506d0b00,0x976a95daa8e89b68f93d06c44da85e347ceecced,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
4558
+ 4557,0x75749389c39362575bed21d30029d08f338058bc,0xdac17f958d2ee523a2206206994597c13d831ec7,0xee08cd04816c1c2f4f6c05c2c0200c05cd301dc2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sushiswap-dump",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Static set of addresses (SushiSwap Ethereum mainnet)",
5
5
  "keywords": [
6
6
  "SushiSwap",
@@ -23,5 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "uniswap-v2-loader": "^5.0.20"
26
+ },
27
+ "publishConfig": {
28
+ "provenance": true
26
29
  }
27
30
  }