Skip to content

Commit

Permalink
add demex referrer to config (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong authored Nov 25, 2024
1 parent 8f4e2f3 commit b3c3ade
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,22 @@
}
}
}
},
"demex_referrer": {
"type": "object",
"description": "Default referrer for orders created through Demex",
"patternProperties": {
"address": {
"type": "string"
},
"commission": {
"type": "integer"
},
"kickback": {
"type": "integer"
}
},
"additionalProperties": false
}
}
}
5 changes: 5 additions & 0 deletions configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@
"3/mantle/0x4ab44c7e881ee37cb02bc0c98547a0bbfad9291b": "0xd91a2AcbE1f9635277120fc200F73574f1Cdad65",
"3/polygon/0x4ab44c7e881ee37cb02bc0c98547a0bbfad9291b": "0xd91a2AcbE1f9635277120fc200F73574f1Cdad65"
},
"demex_referrer": {
"address": "swth1prv0t8j8tqcdngdmjlt59pwy6dxxmtqgycy2h7",
"commission": 30,
"kickback": 0
},
"market_banners": [
{
"market_id": "cmkt/246",
Expand Down

0 comments on commit b3c3ade

Please sign in to comment.