Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkurmacheff committed Sep 25, 2024
1 parent 3205a7f commit 6bcdfa4
Show file tree
Hide file tree
Showing 3 changed files with 12,090 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/open-source/resolver-tou.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please read these terms carefully. By accessing and/or using the 1inch Fusion Mo
- (b) for transactions without Priority Fee - the "Median Gas Price in the Block" that refers to the median value of all gas prices included within the block.
- <b>Gas Units</b>: refers to the amount of computational resources required to fill the Fusion Order by the Resolver.
- <b>Maker</b>: refers to anybody who accesses or uses the 1inch Fusion Mode to initiate the Fusion Order without paying the Gas Fee.
- <b>Resolver</b>, \*\*Taker</b>: refers to any individual or legal entity that fills (partially or fully) the Fusion Order within the 1inch Fusion Mode, including the Whitelisted Resolver, the Permissioned Proxy, and any other Resolver that is contributing in any capacity to fill the Fusion Orders by such Permissioned Proxy.
- <b>Resolver</b>, \*\*Taker: refers to any individual or legal entity that fills (partially or fully) the Fusion Order within the 1inch Fusion Mode, including the Whitelisted Resolver, the Permissioned Proxy, and any other Resolver that is contributing in any capacity to fill the Fusion Orders by such Permissioned Proxy.
- <b>Permissioned Proxy</b>: refers to the Whitelisted Resolver that meets eligibility criteria by uniting the Unicorn Power and fills the Fusion Order by facilitating the collection of data from other Resolvers involved.
- <b>Whitelisted Resolver</b>: refers to the Resolver that has been registered and whitelisted to fill the Fusion Order.
- <b>Unicorn Power</b>: refers to the unit that is determined by the ratio of the st1INCH Token and its lock period and enables participation in the 1inch Network governance, including delegation to the Resolvers.
Expand Down Expand Up @@ -158,9 +158,9 @@ In cases where assets are withdrawn on the source chain escrow, but canceled on

The 1inch Fusion Mode employs limits on the Priority Fees, including through the predicate (“Fusion Order Predicate”). The following limitations are applicable, irrespective of the use of the Fusion Order Predicate:

- For blocks where the Base Fee is <10.6 gwei, the Priority Fee is capped at 70% of the Base Fee;
- For blocks where the Base Fee is < 10.6 gwei, the Priority Fee is capped at 70% of the Base Fee;
- For blocks with the Base Fee ranges between 10.6 gwei and 104.1 gwei, the Priority Fee is capped at 50% of the Base Fee;
- For blocks where the Base Fee is >104.1 gwei, the Priority Fee is capped at 65% of the Base Fee.
- For blocks where the Base Fee is > 104.1 gwei, the Priority Fee is capped at 65% of the Base Fee.

### Restriction Measures

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
"write-heading-ids": "docusaurus write-heading-ids",
"fix-md": "node automation/fix.js"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
Expand Down
Loading

0 comments on commit 6bcdfa4

Please sign in to comment.