-
Notifications
You must be signed in to change notification settings - Fork 7
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
Not implemented chain_id
function.
#44
Comments
chain_id
function.
Can you rebase against latest |
With the new version I got another panic: |
Can you provide me the contents of |
Also any libraries, assuming it uses OZ |
Nevermind. It is caused by the immutables, which are still a WIP. |
on the remix main page in the section: |
I guess |
I planned to add it to the pallet as configuration. Eventually we'll have to settle on the ChainID for every chain we deploy, including testnets. So having it in the configuration seems reasonable to me. |
One obvious idea would be to use the parachain id. But it is not unique across relay chains. So maybe something like But I assume it doesn't really matter as long it is unique and people can lookup what is what. |
Yeah, we might want to add them here too. |
Yes I was wondering how if numbers are coordinated. So basically just pick a unique one and get a PR merged. No hashing required :) |
This PR adds the EVM chain ID to Config as well as a corresponding runtime API so contracts can query it. Related issue: paritytech/revive#44 --------- Signed-off-by: xermicus <[email protected]> Co-authored-by: command-bot <>
This PR adds the EVM chain ID to Config as well as a corresponding runtime API so contracts can query it. Related issue: paritytech/revive#44 --------- Signed-off-by: xermicus <[email protected]> Co-authored-by: command-bot <>
The ERC20 workspace in Remix is failing to compile.
How to reproduce:
results:
eip: https://eips.ethereum.org/EIPS/eip-1344
The text was updated successfully, but these errors were encountered: