-
Notifications
You must be signed in to change notification settings - Fork 39
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 #28 from tokenbound/bj/ANVIL-TESTING
Revised Anvil test pipeline + add transferETH, transferERC20, signMessage methods
- Loading branch information
Showing
45 changed files
with
3,163 additions
and
1,313 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@tokenbound/sdk': patch | ||
--- | ||
|
||
Revised testing pipeline, add signMessage, transferERC20, transferETH methods |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
root: true | ||
extends: | ||
- "prettier" | ||
rules: | ||
"no-unexpected-multiline": "warn" | ||
"react/display-name": "off" | ||
"semi": 0 | ||
"react/no-unescaped-entities": 0 | ||
plugins: | ||
- "@typescript-eslint" | ||
parser: "@typescript-eslint/parser" | ||
parserOptions: | ||
project: | ||
- "./tsconfig.json" | ||
- "./.eslintrc.js" |
Oops, something went wrong.