polytope-labs / hyperbridge

Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
104 stars 33 forks source link

Simplify fee model #162

Closed casweeney closed 4 months ago

casweeney commented 4 months ago

Rather than making the user approve the host infitely in a way that can be exploited by malicious applications. We instead simply charge the application the neccessary fees, the application in turn should charge it's users. With EIP-3074 confirmed we now allow relayers also be managed by a smart contract account

Closes #106