-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from dojoengine/burner-docs
burner docs first pass
- Loading branch information
Showing
6 changed files
with
130 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,29 @@ | ||
/** | ||
* @ignore | ||
* | ||
* `@hidden` and `@ignore` keep the subsequent code from being documented. | ||
*/ | ||
export const OPENZEPPELIN_ACCOUNT_GOERLI = | ||
"0x2f318C334780961FB129D2a6c30D0763d9a5C970"; | ||
/** | ||
* @ignore | ||
* | ||
* `@hidden` and `@ignore` keep the subsequent code from being documented. | ||
*/ | ||
export const PREFUND_AMOUNT = "0x2386f26fc10000"; // 0.001ETH | ||
|
||
/** | ||
* @ignore | ||
* | ||
* `@hidden` and `@ignore` keep the subsequent code from being documented. | ||
*/ | ||
export const KATANA_ETH_CONTRACT_ADDRESS = | ||
"0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"; | ||
|
||
/** | ||
* @ignore | ||
* | ||
* `@hidden` and `@ignore` keep the subsequent code from being documented. | ||
*/ | ||
export const KATANA_ACCOUNT_CLASS_HASH = | ||
"0x04d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters