mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-10 18:15:37 +00:00
3f6a8ee3f8
* Adds patch-package and postinstall * Creates a patch to add EWC and Volta in web3-eth and web3-eth-ens * Adds support for ewc in isValidEnsName * Update web3 ewc patch * Enables ens lookup for ewc and volta * Fix eslint * Update patch Fix patch-package script in package.json Co-authored-by: Fernando <fernando.greco@gmail.com> Co-authored-by: nicolas <nicosampler@users.noreply.github.com> Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
16 lines
829 B
Diff
16 lines
829 B
Diff
diff --git a/node_modules/web3-eth-ens/src/config.js b/node_modules/web3-eth-ens/src/config.js
|
|
index b12e5f5..e0abf2d 100644
|
|
--- a/node_modules/web3-eth-ens/src/config.js
|
|
+++ b/node_modules/web3-eth-ens/src/config.js
|
|
@@ -30,7 +30,9 @@ var config = {
|
|
main: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
|
|
ropsten: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
|
|
rinkeby: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
|
|
- goerli: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
|
+ goerli: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
|
|
+ energyWebChain: "0x0A6d64413c07E10E890220BBE1c49170080C6Ca0",
|
|
+ volta: "0xd7CeF70Ba7efc2035256d828d5287e2D285CD1ac",
|
|
},
|
|
// These ids obtained at ensdomains docs:
|
|
// https://docs.ens.domains/contract-developer-guide/writing-a-resolver
|