Skip to content

Commit

Permalink
add arbitrum example
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Feb 4, 2024
1 parent 51f5fc4 commit 35ceac2
Show file tree
Hide file tree
Showing 4 changed files with 6,919 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/arbitrum/hardhat.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require("@nomicfoundation/hardhat-toolbox");

const BaseConfig = require("../../hardhat.base.config");

module.exports = Object.assign({}, BaseConfig, {
paths: {
cache: "../../cache",
artifacts: "../../artifacts"
}
})
Loading

0 comments on commit 35ceac2

Please sign in to comment.