Commit Graph

5 Commits

Author SHA1 Message Date
Bogdan Fazakas 40d3ec109f
Feature/add sepolia (#1947)
* add sepolia

* bump ocean lib

* add sepolia to wagmi config
2023-07-20 12:58:13 +03:00
Bogdan Fazakas 11808fb708
Bump connectick to 1.3.0 and add support for walletconnect 2.0 (#1937) 2023-06-27 17:40:11 +03:00
Bogdan Fazakas 9db01b6a30
remove not used networks (#1933) 2023-06-16 17:34:15 +03:00
Bogdan Fazakas 77d122d223
Fix/ Wallet issues (#1925)
* added get dummy signer method

* more dummy signer fixes

* bump to ocean lib 3.0.1-next0

* fix getDummySigner method

* use ocean js lib 3.0.1
2023-06-07 08:45:20 +02:00
Bogdan Fazakas 165a9b0fb3
Feature/wagmi (#1912)
* wagmi + ethers + web3modal setup

* refactor wallet components

* fallback providers, more config

* kick out useWeb3

* remove all useWeb3 imports

* more web3.js usage removal

* isAddress utils replacement

* restore add token / add network

* less accountId changes

* web3 legacy tinkering, utils/web3 → utils/wallet

* legacy web3 object for ocean.js

* graph sync fix, remove custom network switching code

* package updates, merge fixes

* downgrade to ethers v5

* fix project id

* switch to ConnectKit

* connectkit theming

* add existing chains to wagmi

* rewrite getPaymentCollector()

* kick out getPaymentCollector completely, use wagmi hooks instead

* Revert "kick out getPaymentCollector completely, use wagmi hooks instead"

This reverts commit 54c7d1ef1a.

* switch getPaymentCollector

* calcBaseInGivenDatatokensOut reorg

* wip integrate ocean lib 3.0.0

* update orbis components to use wagmi instead of web hooks

* more oceanjs integration updates

* more refactors

* fix build

* update ocean lib

* fix publish

* fix order fixed rate

* remove logs

* debug and stop infinite cycle orbis connect

* fix orbis dm connection

* mock use network and fix some more tests

* mock wagmi switch network

* mock wagmi  useProvider createClient and connectKit getDefaultClient

* fix jest tests

* try storybook fix

* cleanups and bump ocean lib

* fix order

* bump lib to next.5 and add more modal style

* bump ocean.js lib to 3.0.0

---------

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2023-05-29 13:28:41 +03:00