Skip to content

Commit

Permalink
🚧 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo authored and dieguezguille committed Oct 2, 2024
1 parent 5e59cb9 commit 314f189
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"webauthn-sol": "base-org/webauthn-sol#v1.0.0"
},
"devDependencies": {
"@exactly/protocol": "exactly/protocol#d2b0caa",
"@exactly/protocol": "exactly/protocol#d683f02",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable-v4": "npm:@openzeppelin/contracts-upgradeable@^4.9.6",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@alchemy/aa-alchemy": "^3.19.0",
"@alchemy/aa-core": "^3.19.0",
"@exactly/common": "workspace:*",
"@exactly/lib": "exactly/lib#8112e1f",
"@exactly/plugin": "workspace:*",
"@exactly/server": "workspace:*",
"@expo/html-elements": "^0.10.1",
Expand Down Expand Up @@ -88,7 +89,7 @@
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@exactly/protocol": "github:exactly/protocol#d2b0caa",
"@exactly/protocol": "github:exactly/protocol#d683f02",
"@expo/image-utils": "^0.5.1",
"@react-navigation/bottom-tabs": "*",
"@simplewebauthn/types": "^10.0.0",
Expand Down
24 changes: 17 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const auditor = loadDeployment("Auditor");
const marketUSDC = loadDeployment("MarketUSDC");
const marketWETH = loadDeployment("MarketWETH");
const previewer = loadDeployment("Previewer");
const ratePreviewer = loadDeployment("RatePreviewer");
const usdc = loadDeployment("USDC");
const weth = loadDeployment("WETH");
const [exaPlugin, factory] = loadBroadcast("Deploy").transactions;
Expand All @@ -33,6 +34,7 @@ export default defineConfig([
{ name: "Auditor", abi: auditor.abi },
{ name: "Market", abi: marketWETH.abi },
{ name: "Previewer", abi: previewer.abi },
{ name: "RatePreviewer", abi: ratePreviewer.abi },
],
plugins: [
foundry({
Expand Down

0 comments on commit 314f189

Please sign in to comment.