Commit Graph

26 Commits

Author SHA1 Message Date
Alex Coseru e25ab73f55
add EnergyWeb, Moonriver & Celo Alfajores (#239)
* add EnergyWeb, Moonriver & Celo Alfajores

* fix ocean address

* add ERC20 abis
2021-10-05 14:05:52 +02:00
mihaisc ec0c282658
add nr of sales for user (#231) 2021-10-05 12:51:47 +02:00
Alex Coseru 1abd5324a4
add catenax & bump ocean.js (#227)
* add catenax & bump ocean.js

* fix typo

* fix lint deps
2021-09-16 19:53:21 +02:00
mihaisc 4a6d342fb3
fix id (#214) 2021-09-03 04:40:08 -07:00
lacoop6tu dac185694b
Add swap volume, consume volume to subgraph (#64)
* Add swap volume, consume volume to subgraph

* add Global object, run lint

Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-07-30 00:36:44 -07:00
Alex Coseru 9b3c466dff
add token name symbol to pools (#61)
* add token name symbol to pools

* fix lint

* fix build

* remove token prefixed keys and add isDatatoken

* add decimals

* merge

* fix package lock

* lock fix

* fix tokenId

Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-07-29 01:55:48 -07:00
Alex Coseru 777cd1beb7
new moonbeam alpha deployment (#158)
* new moonbeam alpha deployment
2021-07-07 12:06:38 +03:00
Alex Coseru ed89e2fb34
Use debug instead of info (#147) 2021-06-25 11:00:34 +02:00
Alex Coseru 7aad411e74
add Gaia-X testnet, BSC & Mumbai (#140) 2021-06-10 13:21:50 +03:00
Alex Coseru 07b02c2b5a
add gulp (#104)
* add gulp

* fix transaction values
2021-05-13 09:17:54 +03:00
Alex Coseru ddfaa991f4
add moonbeamalpha (#85)
* add moonbeamalpha

* Update helpers.ts
2021-04-16 14:47:03 +03:00
Alex Coseru 52e8fb1e30
Bug/fix non ocean pools (#75)
* fix non ocean pools

* fixed fre bugs

* fix lint
2021-04-16 11:07:01 +03:00
mihaisc 2125e16e91
Update ocean address (#40)
* update ocean address

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* fix log

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-01 14:41:36 +02:00
dependabot[bot] 42af9acbe0
Bump eslint-config-prettier from 7.2.0 to 8.0.0 (#37)
* Bump eslint-config-prettier from 7.2.0 to 8.0.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* update ESLint config

* breaking eslint-config-prettier config merge, see https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-02-23 16:54:15 +01:00
Matthias Kretschmann f1a8269036
Activate dependabot, build tweaks, green CI (#6)
* activate dependabot

* package updates

* move auto-generated typings, adapt .gitignore

* lint fix

* eslint config tweaks, turn off eqeqeq rule

* kick out Travis, switch to GitHub Actions

* Update the readme file.

* Add totalOceanLiquidity and fix TVL calculation

* add logs to track pool shares.

* lockedValue fix

* update variable names

* Feature/devel instructions (#19)

* improve developer docs

* fix readme

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* update gitignore

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* .env, and infura key

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* merged/dependabot-tvl-fix (#21)

* Update the readme file.

* Add totalOceanLiquidity and fix TVL calculation

* add logs to track pool shares.

* update variable names

* fix error after merge

Co-authored-by: ssallam <travis@travis-ci.org>

* use const

Co-authored-by: ssallam <travis@travis-ci.org>
Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Samer <36411297+ssallam@users.noreply.github.com>
2021-02-09 11:13:31 +01:00
ssallam a2bc63178c add subgraph config for rinkeby and ropsten testnets, set ocean address based on detected network name 2021-01-20 09:35:53 +01:00
ssallam 6e02738d9b fix all issues related to the use of `===` instead of `==` in if statements. 2021-01-19 12:16:03 +01:00
ssallam dc5068f5f3 fix ocean address 2021-01-18 22:12:29 +01:00
ssallam 7a0f2b6113 revert debug changes. 2021-01-18 16:24:36 +01:00
ssallam 50c5ac247c add debug log 2021-01-18 16:18:28 +01:00
ssallam 057553b7f0 more debug 2021-01-18 16:16:15 +01:00
ssallam 00eacb7832 help debug error. 2021-01-18 15:57:55 +01:00
ssallam 8d65cb5fb5 revert locked value update 2021-01-18 15:41:28 +01:00
ssallam 36ad30a371 fix import. 2021-01-15 14:44:22 +01:00
ssallam 083dfe6255 capture total locked value and keep it up to date with pool updates. 2021-01-14 13:31:29 +01:00
Matthias Kretschmann f649083b3e
project setup fixes (#1)
* project setup fixes

* fix typescript

* some auto fixes

* fixes

* fix all linting errors

* add urls

* fixes, deactivate type checking on Travis for now

* add query examples

* consistent examples

* note about lowercase ETH addresses

* remove npm start
2020-12-11 11:37:09 +01:00