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

custom gas token updates #164

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Conversation

pahor167
Copy link

No description provided.

@pahor167 pahor167 merged commit 7d92c84 into ezdac/custom-gas-token Jun 25, 2024
28 of 31 checks passed
@pahor167 pahor167 deleted the pahor/custom-gas-token2 branch June 25, 2024 11:28
console.log("setting L2ToL1MessagePasser");
L2ToL1MessagePasser l2ToL1MessagePasser = L2ToL1MessagePasser(payable(Predeploys.L2_TO_L1_MESSAGE_PASSER));
vm.startPrank(l2ToL1MessagePasser.owner());
l2ToL1MessagePasser.setCeloToken(address(kontract));

Choose a reason for hiding this comment

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

I think this address should be the proxy, not the implementation.

Suggested change
l2ToL1MessagePasser.setCeloToken(address(kontract));
l2ToL1MessagePasser.setCeloToken(precompile);

ezdac pushed a commit that referenced this pull request Jun 26, 2024
* custom gas token updates

* owner fix

* gold token update
ezdac added a commit that referenced this pull request Jun 26, 2024
ezdac pushed a commit that referenced this pull request Jul 3, 2024
* custom gas token updates

* owner fix

* gold token update
ezdac added a commit that referenced this pull request Jul 3, 2024
ezdac pushed a commit that referenced this pull request Jul 4, 2024
* custom gas token updates

* owner fix

* gold token update
ezdac added a commit that referenced this pull request Jul 4, 2024
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.

2 participants