mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
disable torus for now
This commit is contained in:
parent
c5f07f9fdb
commit
90b4f4bb47
@ -18,17 +18,17 @@ const providerOptions = {
|
|||||||
options: {
|
options: {
|
||||||
infuraId: infuraProjectId
|
infuraId: infuraProjectId
|
||||||
}
|
}
|
||||||
},
|
|
||||||
torus: {
|
|
||||||
package: Torus,
|
|
||||||
options: {
|
|
||||||
networkParams: {
|
|
||||||
host: oceanConfig.url // optional
|
|
||||||
// chainId: 1337, // optional
|
|
||||||
// networkId: 1337 // optional
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
// torus: {
|
||||||
|
// package: Torus,
|
||||||
|
// options: {
|
||||||
|
// networkParams: {
|
||||||
|
// host: oceanConfig.url // optional
|
||||||
|
// // chainId: 1337, // optional
|
||||||
|
// // networkId: 1337 // optional
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
export const web3ModalOpts = {
|
export const web3ModalOpts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user