Skip to content

Commit

Permalink
add flipster adapter cex (#10156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored May 9, 2024
1 parent a7588d3 commit 3b99923
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions projects/flipster/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
const { cexExports } = require('../helper/cex')

const config = {
ethereum: {
owners: [
'0xd49417f37cED33aBA35DDAbf208D5bFcD87b4eBe'
],
},
tron: {
owners: [
'TA6SbszfFYC7NYt48viCM9LMD5F5E1Gbi8',
]
},
bitcoin: {
owners: [
'31iAUikiV7yKEYBzbA1iHPcanHNsLBFe8C'
]
},
arbitrum: {
owners: [
'0xa9b686EE77EfC18e7a08c48FA823CAA0cfDd754E'
]
},
optimism: {
owners: [
'0x27605eb3BAae062459e1291A65137Da109B1440D'
]
},
ripple: {
owners: [
'rDjLFq7ZxUx9iYQ1jV5MYbLHnBsSkyfqj3'
]
},
fantom: {
owners: [
'0xeeebcdf3ddd52d4Ab34EFA127a0d6b74385062Ac'
]
},
solana: {
owners: [
'FgQygQyFJ5SB8idVQcee6v1uGoQbJMyVhW8BFPTAEpat'
]
},
avax: {
owners: [
'0x04723FcDAD0d2A201EbBeD043714fD52651e0C5e'
]
},
bsc: {
owners: [
'0xCD47f02B261426Ab734Be9271156327327407E43'
]
},
polygon: {
owners: [
'0xfA705a98FA89134F460Bf79457D4fbd3d8E118d9'
]
},
}

module.exports = cexExports(config)
module.exports.methodology = 'All reserves information can be found here https://flipster.io/support/proof-of-reserves.'

0 comments on commit 3b99923

Please sign in to comment.