Skip to content

Commit 7f3831d

Browse files
committed
Fix revshare tpyo
1 parent 5f6d448 commit 7f3831d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/interaction/integration/integration-revshare.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To update the revenue share percentage for an existing order router, create a go
5252
"authority": authority,
5353
"order_router_rev_share": {
5454
"address": {{your existing address}},
55-
"sharePpm": {{your new requested ppm}},
55+
"share_ppm": {{your new requested ppm}},
5656
}
5757
}
5858
]
@@ -78,7 +78,7 @@ Submit a governance proposal with the following message structure:
7878
"authority": authority,
7979
"order_router_rev_share": {
8080
"address": {{your existing address}},
81-
"sharePpm": 0,
81+
"share_ppm": 0,
8282
}
8383
}
8484
]

0 commit comments

Comments
 (0)