@pooltogether/current-pool-data
Advanced tools
+1
-0
@@ -13,2 +13,3 @@ const MAX_SAFE_INTEGER = 7199254740991 | ||
| 4: 14, | ||
| 56: 5, | ||
| 137: 2 | ||
@@ -15,0 +16,0 @@ }) |
+1
-1
| { | ||
| "name": "@pooltogether/current-pool-data", | ||
| "version": "3.5.7", | ||
| "version": "3.5.8", | ||
| "description": "Published list of current contract addresses for each version", | ||
@@ -5,0 +5,0 @@ "author": "PoolTogether Inc.", |
@@ -9,2 +9,4 @@ // List of pods for the flagship app | ||
| ], | ||
| // Binance | ||
| 56: [], | ||
| // Polygon | ||
@@ -11,0 +13,0 @@ 137: [], |
| module.exports = { | ||
| // Mainnet | ||
| 1: [ | ||
| // v3.4.3 | ||
| { | ||
| address: '0xAD1C620137FA76f520f9a39daAcD7B008D7d2F2D', | ||
| blockNumber: 12841079 | ||
| }, | ||
| // v3.3.8 | ||
@@ -32,2 +37,7 @@ { | ||
| 4: [ | ||
| // v3.4.3 | ||
| { | ||
| address: '0xB852Bb662B692146BEC334A9E91C8e2e6e64FCdc', | ||
| blockNumber: 8948899 | ||
| }, | ||
| // v3.3.5 | ||
@@ -66,2 +76,7 @@ { | ||
| 42: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0xEccfB4F7aB44effE457e399cebAa04A95a9061d8', | ||
| blockNumber: 26171326 | ||
| }, | ||
| // 3.3.5 | ||
@@ -80,2 +95,7 @@ { | ||
| 56: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0xBA79b0aC8818e1515F51fEF240F4228F29F64948', | ||
| blockNumber: 9218921 | ||
| }, | ||
| // 3.3.7 | ||
@@ -87,4 +107,9 @@ { | ||
| ], | ||
| // Binance BSC | ||
| // Binance BSC Testnet | ||
| 97: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0xBA79b0aC8818e1515F51fEF240F4228F29F64948', | ||
| blockNumber: 10652742 | ||
| }, | ||
| // 3.3.7 | ||
@@ -98,2 +123,7 @@ { | ||
| 77: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0xdE23A21CaBaFc5fC1b2d614f2728366bF981ccAd', | ||
| blockNumber: 21815210 | ||
| }, | ||
| // 3.3.6 | ||
@@ -112,2 +142,7 @@ { | ||
| 100: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0xCE7Ff1E49E16f3AD30b23a04eDA62F18D8F6d186', | ||
| blockNumber: 17105628 | ||
| }, | ||
| // 3.3.5 | ||
@@ -126,2 +161,7 @@ { | ||
| 137: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0x920Bd7C30b36C958FAE800ee07660E6A56b86A2c', | ||
| blockNumber: 16940744 | ||
| }, | ||
| // 3.3.8 | ||
@@ -145,2 +185,7 @@ { | ||
| 80001: [ | ||
| // 3.4.3 | ||
| { | ||
| address: '0xfAe3C60e0e14b90de41FbD05d9D82Cd5e8D90068', | ||
| blockNumber: 16436736 | ||
| }, | ||
| // 3.3.5 | ||
@@ -147,0 +192,0 @@ { |
@@ -141,2 +141,12 @@ // List of prize pools for the flagship app | ||
| }, | ||
| 56: { | ||
| governance: [ | ||
| { | ||
| prizePool: { address: '0x5632f63d08162d85393a049926f43196ad525ae4' }, | ||
| symbol: 'BNB-0x5632f6', | ||
| subgraphVersion: '3.4.3', | ||
| tokenFaucets: [] | ||
| } | ||
| ] | ||
| }, | ||
| 137: { | ||
@@ -150,3 +160,3 @@ governance: [ | ||
| '0x90a8d8ee6fdb1875028c6537877e6704b2646c51', | ||
| '0x951A969324127Fcc19D3498d6954A296E3B9C33c' | ||
| '0x951/A969324127Fcc19D3498d6954A296E3B9C33c' | ||
| ] | ||
@@ -153,0 +163,0 @@ } |
+10
-3
@@ -5,3 +5,4 @@ const POOLTOGETHER_SUBGRAPH_URIS = { | ||
| '3.3.2': 'https://api.thegraph.com/subgraphs/name/pooltogether/pooltogether-v3_3_2', | ||
| '3.3.8': 'https://api.thegraph.com/subgraphs/name/pooltogether/pooltogether-v3_3_8' | ||
| '3.3.8': 'https://api.thegraph.com/subgraphs/name/pooltogether/pooltogether-v3_3_8', | ||
| '3.4.3': 'https://api.thegraph.com/subgraphs/name/pooltogether/pooltogether-v3_4_3' | ||
| }, | ||
@@ -14,7 +15,12 @@ 3: { | ||
| '3.3.2': 'https://api.thegraph.com/subgraphs/name/pooltogether/rinkeby-v3_3_2', | ||
| '3.3.8': 'https://api.thegraph.com/subgraphs/name/pooltogether/rinkeby-v3_3_8' | ||
| '3.3.8': 'https://api.thegraph.com/subgraphs/name/pooltogether/rinkeby-v3_3_8', | ||
| '3.4.3': 'https://api.thegraph.com/subgraphs/name/pooltogether/rinkeby-v3_4_3' | ||
| }, | ||
| 56: { | ||
| '3.4.3': 'https://api.thegraph.com/subgraphs/name/pooltogether/bsc-v3_4_3' | ||
| }, | ||
| 137: { | ||
| '3.3.0': 'https://api.thegraph.com/subgraphs/name/pooltogether/pooltogether-polygon-v3_3', | ||
| '3.3.8': 'https://api.thegraph.com/subgraphs/name/pooltogether/polygon-v3_3_8' | ||
| '3.3.8': 'https://api.thegraph.com/subgraphs/name/pooltogether/polygon-v3_3_8', | ||
| '3.4.3': 'https://api.thegraph.com/subgraphs/name/pooltogether/polygon-v3_4_3' | ||
| } | ||
@@ -32,2 +38,3 @@ } | ||
| 4: 'https://api.thegraph.com/subgraphs/name/blockrockettech/uniswap-v2-subgraph-rinkeby', | ||
| 56: 'https://api.thegraph.com/subgraphs/name/sushiswap/bsc-exchange', | ||
| 137: 'https://api.thegraph.com/subgraphs/name/sameepsi/quickswap' | ||
@@ -34,0 +41,0 @@ } |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
39182
4.59%1066
6.49%