Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(truffle.config): goerli weth, exchange_proxy
Browse files Browse the repository at this point in the history
Fixes the truffle config contract address for the goerli network. Taken from here: https://docs.0x.org/developer-resources/contract-addresses#goerli-testnet-chain-id-5
  • Loading branch information
ubinatus authored Sep 12, 2022
1 parent e02eb1c commit c5f2568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module.exports = {
goerli: {
provider: () => new HDWalletProvider(MNEMONIC, RPC_URL),
network_id: 5,
weth: '0x0bb7509324ce409f7bbc4b701f932eaca9736ab7',
exchange_proxy: "0xDef1C0ded9bec7F1a1670819833240f027b25EfF",
weth: '0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6',
exchange_proxy: "0xf91bb752490473b8342a3e964e855b9f9a2a668e",
},
},

Expand Down

0 comments on commit c5f2568

Please sign in to comment.