You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
The README says the predeployed SuperERC20 address is 0x61a6eF395d217eD7C79e1B84880167a417796172 but when I investigated it seemed to be getting deployed to 0xA301B4dbc64c5BDA1f128186B1D084246E964F13
Steps to Reproduce
Building and running supersim
git clone ...supersim...
just generate-genesis
just build-go
just build-contracts
go build cmd/main.go
./main --interop.autorelay
$ ./main --interop.autorelay
INFO [09-18|11:15:27.229] starting supersim
INFO [09-18|11:15:27.401] configuring interop contracts
INFO [09-18|11:15:27.401] starting L2ToL2CrossDomainMessenger autorelayer
INFO [09-18|11:15:27.408] supersim is ready
INFO [09-18|11:15:27.413]
...
Additional context
I would love to have a section in the readme on building & running Supersim locally. It used to have that info but it got removed recently it seems.
⚠️Notice: Issues that do not include the following sections will be subject to closure:
Bug Description
Steps to Reproduce
Environment Information
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered:
Bug Description
The README says the predeployed SuperERC20 address is
0x61a6eF395d217eD7C79e1B84880167a417796172
but when I investigated it seemed to be getting deployed to0xA301B4dbc64c5BDA1f128186B1D084246E964F13
Steps to Reproduce
Building and running supersim
git clone ...supersim...
just generate-genesis
just build-go
just build-contracts
go build cmd/main.go
./main --interop.autorelay
Testing Example B
I try to follow the tutorial and run
However, there is no code at this contract address. Tested this with:
But when I use
cast send 0xA301B4dbc64c5BDA1f128186B1D084246E964F13 ...
the tutorial works as expected.Expected behavior
Expected the tutorial to work!
Environment Information:
Additional context
I would love to have a section in the readme on building & running Supersim locally. It used to have that info but it got removed recently it seems.
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered: