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

feat: add MintManager and bridgeable GovernanceToken #269

Merged
merged 5 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9

- name: Build
run: pnpm build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9

- name: Build
run: pnpm build
Expand Down
1 change: 1 addition & 0 deletions kroma-bindings/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"L2OutputOracle",
"L2StandardBridge",
"L2ToL1MessagePasser",
"MintManager",
"ProtocolVault",
"Proxy",
"ProxyAdmin",
Expand Down
1 change: 1 addition & 0 deletions kroma-bindings/bindings/colosseum_more.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions kroma-bindings/bindings/gaspriceoracle_more.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

446 changes: 343 additions & 103 deletions kroma-bindings/bindings/governancetoken.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions kroma-bindings/bindings/governancetoken_more.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kroma-bindings/bindings/l1block.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading