Skip to content

Commit

Permalink
Merge pull request #1 from etherspot/transactionFund
Browse files Browse the repository at this point in the history
PRO-1591: Added Transfer NFT Token test cases and minor modifications in all the test cases
  • Loading branch information
Jineshdarjee authored Jul 28, 2023
2 parents 614c957 + a55611f commit 7188a40
Show file tree
Hide file tree
Showing 9 changed files with 9,841 additions and 2,396 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PRIVATE_KEY=_private_key_
POLYGON_CHAINID = "137"
ARBITRUM_CHAINID = "42161"
OPTIMISM_CHAINID = "10"
ARBITRUM_CHAINID="42161"
OPTIMISM_CHAINID="10"
POLYGON_CHAINID="137"
PRIVATE_KEY=_private_key_
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
etherspot-prime-sdk
etherspot-prime-sdk
.eslintrc.json
.prettierrc
Loading

0 comments on commit 7188a40

Please sign in to comment.