Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 46a7a77

Browse files
committed
deploy: adds addresses to mainnet config
1 parent 61cae3b commit 46a7a77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/config/mainnet/matching-engine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"chainId": 1,
4-
"ownerAssistant": "",
4+
"ownerAssistant": "DNuVesmYQizpEVXYJZGECSeshqAxHB4fbqX2UC6ehpK4",
55
"feeRecipient": "AdAVF5KmmGmpNQhjY7FL96wZLEynD6Mx3VXJTZf2yFps",
66
"userPenaltyRewardBps": "100",
77
"initialPenaltyBps": "100",

deployment/config/mainnet/token-router.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"chainId": 23,
4-
"ownerAssistant": "",
4+
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
55
"fastTransferParameters": {
66
"enabled": true,
77
"maxAmount": "1000000000",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"chainId": 30,
15-
"ownerAssistant": "",
15+
"ownerAssistant": "0x420E8AA32c31626F7F31D6fcC154eeccd6E6e9cB",
1616
"fastTransferParameters": {
1717
"enabled": true,
1818
"maxAmount": "1000000000",

0 commit comments

Comments
 (0)