Skip to content

Commit

Permalink
Merge branch 'main' into support-cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
adaki2004 authored Feb 13, 2024
2 parents 21b5a02 + 34272d7 commit b173690
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 80 deletions.
3 changes: 0 additions & 3 deletions packages/protocol/solidity-docgen/templates/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions packages/protocol/solidity-docgen/templates/common.hbs

This file was deleted.

12 changes: 0 additions & 12 deletions packages/protocol/solidity-docgen/templates/contract.hbs

This file was deleted.

9 changes: 0 additions & 9 deletions packages/protocol/solidity-docgen/templates/enum.hbs

This file was deleted.

1 change: 0 additions & 1 deletion packages/protocol/solidity-docgen/templates/error.hbs

This file was deleted.

1 change: 0 additions & 1 deletion packages/protocol/solidity-docgen/templates/event.hbs

This file was deleted.

1 change: 0 additions & 1 deletion packages/protocol/solidity-docgen/templates/function.hbs

This file was deleted.

1 change: 0 additions & 1 deletion packages/protocol/solidity-docgen/templates/modifier.hbs

This file was deleted.

6 changes: 0 additions & 6 deletions packages/protocol/solidity-docgen/templates/page.hbs

This file was deleted.

9 changes: 0 additions & 9 deletions packages/protocol/solidity-docgen/templates/struct.hbs

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/protocol/solidity-docgen/templates/variable.hbs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-- +goose Up
-- +goose StatementBegin
ALTER TABLE `events` MODIFY COLUMN `canonical_token_symbol` VARCHAR(255);
-- +goose StatementEnd

-- +goose Down
-- +goose StatementBegin
ALTER TABLE `events` MODIFY COLUMN `canonical_token_symbol` VARCHAR(10);
-- +goose StatementEnd

0 comments on commit b173690

Please sign in to comment.