Skip to content

Commit

Permalink
add SpaceWhaleDEX (#11109)
Browse files Browse the repository at this point in the history
add SpaceWhaleDEX spacewhale.ai
  • Loading branch information
surfarosa authored Jul 26, 2024
1 parent 2385293 commit 1966a76
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/spacewhale/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { sumTokensExport, nullAddress } = require('../helper/unwrapLPs')

const fundStore = "0xb7884D6bc7361EcbacAfAbBd949DE7D47B2a0e27"; // FundStore
const SPACEWHALE = "0xf5961a2441fC68E38300cd8ae8d6a172b12D7E7A"; // SPACEWHALE
const assets = [nullAddress, ADDRESSES.arbitrum.USDC_CIRCLE] // ETH, USDC

module.exports = {
start: 1712109600,
arbitrum: {
tvl: sumTokensExport({ owners: [fundStore], tokens: assets }),
staking: sumTokensExport({ owners: [fundStore], tokens: [SPACEWHALE] }),
},
}

0 comments on commit 1966a76

Please sign in to comment.