Skip to content

Commit 79e49b8

Browse files
authored
Fix typo (#2346)
1 parent 306c928 commit 79e49b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auxiliary/OwnedFeeCollector/cannonfile.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaultValue = "0xD3DFa13CDc7c133b1700c243f03A8C6Df513A93b"
99
defaultValue = "0x14E4f1DE5cA748Fb130711f41473f1d2bc80523a"
1010

1111
[setting.fee_share]
12-
defaultValue = "500000000000000000"
12+
defaultValue = "400000000000000000"
1313

1414
[setting.fee_token]
1515
defaultValue = "0xb2F30A7C980f052f02563fb518dcc39e6bf38175"

auxiliary/OwnedFeeCollector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@synthetixio/owned-fee-collector",
33
"version": "3.10.0",
4-
"description": "Colelcts fees on behalf of an owner",
4+
"description": "Collects fees on behalf of an owner",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)