mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Walletconnect fix for polygon (#1548)
* fix wc Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro> * fix mumbai Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
02beb0f8c3
commit
8396b705d3
@ -57,7 +57,13 @@ const providerOptions = isBrowser
|
|||||||
? {
|
? {
|
||||||
walletconnect: {
|
walletconnect: {
|
||||||
package: WalletConnectProvider,
|
package: WalletConnectProvider,
|
||||||
options: { infuraId }
|
options: {
|
||||||
|
infuraId,
|
||||||
|
rpc: {
|
||||||
|
137: 'https://polygon-rpc.com',
|
||||||
|
80001: 'https://rpc-mumbai.matic.today'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// torus: {
|
// torus: {
|
||||||
// package: require('@toruslabs/torus-embed')
|
// package: require('@toruslabs/torus-embed')
|
||||||
|
Loading…
Reference in New Issue
Block a user