-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLOCKCHAIN-94 - Bridge: Minimum transfer amount requirement #305
Conversation
5a93c72
to
6fad183
Compare
eth-bridge/contracts/README.md
Outdated
* there's a delay between approval of mint and actually allowing it | ||
|
||
## Official deployments | ||
|
||
Sepolia testnet (meant to be used with Liberland Bastiat testnet): | ||
|
||
``` | ||
LDN ERC-20 token: 0x195E89cdE9475e18DB594A24FC2954235d7F4e92 | ||
LDN ERC-20 token: 0x0f018D7e0B8f5D5cCc88c0B23d931AaAA13B0C42 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, sorry, this should be part of https://github.com/liberland/liberland_substrate/pull/304/files .
Will clean this from this PR.
As to why: old token contract required explicit allowance granted to be used with bridge by each token holder. New version allows bridge use automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed these changes from this PR.
Approved by Dorian on chat. |
No description provided.