Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pooltogether/current-pool-data

Package Overview
Dependencies
Maintainers
6
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pooltogether/current-pool-data - npm Package Compare versions

Comparing version
3.5.19
to
3.5.20
+10
-0
contractAddresses.js

@@ -98,2 +98,12 @@ // This data structure is deprecated in favor of the prizePoolContracts one

},
42220: {
cusd: {
prizePool: '0x6F634F531ED0043B94527F68EC7861B4B1Ab110d',
prizeStrategy: '0x56837090bb659ee4e468ae22eb97e17cdf829f9f'
},
ceur: {
prizePool: '0xbe55435BdA8f0A2A20D2Ce98cC21B0AF5bfB7c83',
prizeStrategy: '0xc935142eef56f2467e2baa8d1821f6d9178320c7',
}
},
31337: {

@@ -100,0 +110,0 @@ dai: {

+1
-1
{
"name": "@pooltogether/current-pool-data",
"version": "3.5.19",
"version": "3.5.20",
"description": "Published list of current contract addresses for each version",

@@ -5,0 +5,0 @@ "author": "PoolTogether Inc.",

@@ -185,2 +185,19 @@ // List of prize pools for the flagship app

},
42220: {
governance: [
{
prizePool: { address: '0x6F634F531ED0043B94527F68EC7861B4B1Ab110d' },
symbol: 'CELO-cUSD',
subgraphVersion: '3.4.5',
tokenFaucets: []
},
{
prizePool: { address: '0xbe55435BdA8f0A2A20D2Ce98cC21B0AF5bfB7c83' },
symbol: 'CELO-cEUR',
subgraphVersion: '3.4.5',
tokenFaucets: []
}
],
community: []
},
80001: {

@@ -187,0 +204,0 @@ governance: [],

@@ -24,2 +24,5 @@ const POOLTOGETHER_SUBGRAPH_URIS = {

'3.4.3': 'https://api.thegraph.com/subgraphs/name/pooltogether/polygon-v3_4_3'
},
42220: {
'3.4.5': 'https://api.thegraph.com/subgraphs/name/pooltogether/celo-v3_4_5'
}

@@ -26,0 +29,0 @@ }