Skip to content
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

Create TSC Mainnet eip155-345 #5087

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

vv5d
Copy link

@vv5d vv5d commented May 17, 2024

Create TSC Mainnet eip155-345

Copy link
Member

@ligi ligi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explorer does not seem to be EIP3091 compatible

@vv5d vv5d requested a review from ligi May 20, 2024 05:44
@vv5d
Copy link
Author

vv5d commented May 24, 2024

We've addressed all the problems, please review it here @ligi

@vv5d
Copy link
Author

vv5d commented May 27, 2024

Action errors:
connecting to https://rpc01.trias.one/
Client:Geth/v1.1.17-1bc5d0f7-20240327/linux-amd64/go1.18.2
BlockNumber:3782392
GasPrice:1000000000
Exception in thread "main" java.lang.IllegalStateException: RPC chainId (16) does not match chainId from json (345)

After replacing chainId:

curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' https://rpc01.trias.one
{"jsonrpc":"2.0","id":1,"result":"0x159"}

please review it here @ligi, thks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants