Skip to content

Commit 7346c30

Browse files
add new contract address
1 parent 3769ced commit 7346c30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/footballdotfun/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ const { sumTokensExport } = require("../helper/unwrapLPs");
44
module.exports = {
55
base: {
66
tvl: sumTokensExport({
7-
owner: '0x9da1bB4e725ACc0d96010b7cE2A7244Cda446617',
7+
owners: [
8+
'0x9da1bB4e725ACc0d96010b7cE2A7244Cda446617',
9+
'0x4Fdce033b9F30019337dDC5cC028DC023580585e'
10+
],
811
tokens: [ADDRESSES.base.USDC]
912
})
1013
}

0 commit comments

Comments
 (0)