Skip to content

Commit

Permalink
Merge pull request #28 from tokenbound/bj/ANVIL-TESTING
Browse files Browse the repository at this point in the history
Revised Anvil test pipeline + add transferETH, transferERC20, signMessage methods
  • Loading branch information
bjfresh authored Oct 4, 2023
2 parents 7082bbd + a222327 commit 60a8925
Show file tree
Hide file tree
Showing 45 changed files with 3,163 additions and 1,313 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-lies-give.md
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
11 changes: 0 additions & 11 deletions .eslintrc.js

This file was deleted.

15 changes: 15 additions & 0 deletions .eslintrc.yaml
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"
Loading

0 comments on commit 60a8925

Please sign in to comment.