Skip to content

Commit 86d26f3

Browse files
committed
shorten names
1 parent 56c6f8a commit 86d26f3

File tree

6 files changed

+1154
-1154
lines changed

6 files changed

+1154
-1154
lines changed

contracts/gen/gen.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
//
2828
// sequence wallet-contracts v3
2929
//
30-
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=walletfactory --type=WalletFactory --outFile=./v3/walletfactory/wallet_factory.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Factory.sol/Factory.json
31-
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=stage1module --type=Stage1Module --outFile=./v3/stage1/stage1_module.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Stage1Module.sol/Stage1Module.json
32-
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=stage2module --type=Stage2Module --outFile=./v3/stage2/stage2_module.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Stage2Module.sol/Stage2Module.json
33-
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=guestmodule --type=GuestModule --outFile=./v3/guest/guest_module.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Guest.sol/Guest.json
30+
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=factory --type=Factory --outFile=./v3/factory/factory.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Factory.sol/Factory.json
31+
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=stage1 --type=Stage1 --outFile=./v3/stage1/stage1.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Stage1Module.sol/Stage1Module.json
32+
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=stage2 --type=Stage2 --outFile=./v3/stage2/stage2.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Stage2Module.sol/Stage2Module.json
33+
//go:generate go run github.com/0xsequence/ethkit/cmd/ethkit abigen --pkg=guest --type=Guest --outFile=./v3/guest/guest.gen.go --artifactsFile=../artifacts/wallet-contracts-v3/Guest.sol/Guest.json
3434

3535
//
3636
// tokens

contracts/gen/v3/factory/factory.gen.go

Lines changed: 224 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)