Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
add UniversalDeployer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawliet-Chan committed Jan 31, 2024
1 parent 80fa196 commit b957f47
Show file tree
Hide file tree
Showing 2 changed files with 1,988 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cairoVM/cairo.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ func NewCairoVM(cfg *Config) (*Cairo, error) {
//cairoFiles["data/genesis/NoValidateAccount.sierra.json"] = "data/genesis/NoValidateAccount.casm.json"
//cairoFiles["data/genesis/erc20.sierra.json"] = "data/genesis/erc20.casm.json"

state, err := BuildGenesis([]string{"data/genesis/NoValidateAccount.sierra.json", "data/genesis/erc20.sierra.json"})
state, err := BuildGenesis(
[]string{
"data/genesis/NoValidateAccount.sierra.json",
"data/genesis/UniversalDeployer.json",
"data/genesis/erc20.sierra.json",
},
)
if err != nil {
return nil, err
}
Expand Down
Loading

0 comments on commit b957f47

Please sign in to comment.