Skip to content

Commit

Permalink
fix(network-data): broken ref
Browse files Browse the repository at this point in the history
- replace ../deployments/xdai.json with ..gnosis.json
  • Loading branch information
moconnell committed Nov 13, 2023
1 parent 52a1569 commit 5067f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/scripts/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const goerli = require("../deployments/goerli.json");
const localhost = require("../deployments/localhost.json");
const gnosis = require("../deployments/xdai.json");
const gnosis = require("../deployments/gnosis.json");
const polygon = require("../deployments/polygon.json");
const mumbai = require("../deployments/polygonMumbai.json");
const mainnet = require("../deployments/mainnet.json");
Expand Down

0 comments on commit 5067f62

Please # to comment.