422 Commits

Author SHA1 Message Date
Alex Kraiz
902b5f3994 consistent imports 2023-10-03 16:54:40 +04:00
Mikhail Gladchenko
9b2d9e87dd Merge branch 'main' into feat/ethers-v6
# Conflicts:
#	package-lock.json
#	package.json
2023-10-03 07:34:50 +01:00
Kirill Litvinov
acb1e0c397 fix referral schema 2023-10-02 19:15:51 +03:00
Kirill Litvinov
5efad05fef referral schema update 2023-10-02 17:58:09 +03:00
Mikhail Gladchenko
b18a2fa2ef Merge remote-tracking branch 'origin/main' into feat/ethers-v6
# Conflicts:
#	package-lock.json
#	package.json
2023-10-02 15:46:31 +01:00
Kirill Litvinov
bff9be6d83 remove console log 2023-10-02 16:57:10 +03:00
Kirill Litvinov
b73bbd8f31 test 2023-10-02 15:13:29 +03:00
Kirill Litvinov
6cd0995d26 fix address 2023-10-02 15:02:18 +03:00
Kirill Litvinov
b2344549eb fix: lowercase 2023-10-02 14:48:35 +03:00
Kirill Litvinov
4f2c1a5c06 fix lowercase 2023-10-02 14:39:08 +03:00
Kirill Litvinov
1a2f1d7940 update 2023-10-02 14:21:43 +03:00
Kirill Litvinov
3d1a23ab7b fix 2023-10-02 14:21:21 +03:00
Kirill Litvinov
6002899ef8 test 2023-10-02 14:03:06 +03:00
Kirill Litvinov
91c6342813 swap by address fix 2023-10-02 13:35:15 +03:00
Alex Kraiz
d5a3e1d64e fix: getPlatformFees inputs 2023-09-28 18:31:54 +04:00
Oleg Nechiporenko
c2a4084158 feat: update ethers@6
fix: bigint errors

fix: TS errors

fix: gasLimit fetch

fix: review comments

fix: contracts errors

chore: bump rc version

fix: revert wrong fix

fix: ts config

fix: ts config

fix: ts config

feat: update signer
2023-09-28 11:43:27 +02:00
Kirill Litvinov
badd55a261 Merge remote-tracking branch 'origin/main' into multiple-exchanges-in-suborder 2023-09-28 12:26:46 +03:00
Alex Kraiz
14b05af850 orionprotocol.io replaces with orion.xyz 2023-09-27 17:50:23 +04:00
TheJuze
c40cc93b94 remove comments and logs 2023-09-27 14:05:20 +03:00
Kirill Litvinov
a9a182417f Merge remote-tracking branch origin/main into feature/new-exchanges 2023-09-26 18:05:37 +03:00
Kirill Litvinov
276b1beec8 multiple exchanges in suborder 2023-09-26 14:03:27 +03:00
Kirill Litvinov
e4493e343b update schemas 2023-09-25 18:56:33 +03:00
Mikhail Gladchenko
c0cbbab48d feature: add new fields to ratingSchema 2023-09-21 15:00:56 +01:00
lomonoshka
0b67ea0b86 Added debug logs 2023-09-20 15:43:46 +04:00
TheJuze
2fe599f8d3 Merge branch 'main' into feature/new-exchanges
# Conflicts:
#	package.json
2023-09-20 14:38:56 +03:00
Kirill Litvinov
5e15b64f9a added cross-chain leaderboard 2023-09-19 15:04:50 +03:00
TheJuze
4dcc858bfa Merge branch 'main' into feature/new-exchanges
# Conflicts:
#	package.json
2023-09-15 17:06:35 +03:00
Kirill Litvinov
dba82f332c rename bsc to bnb chain 2023-09-12 10:11:00 +05:00
Dmitriy Pavlov
cf0e687f11 Merge branch 'main' into feature/new-exchanges
# Conflicts:
#	package.json
2023-09-08 14:38:50 +03:00
Kirill Litvinov
c8cf608e13 update exchanges mapping 2023-09-08 14:36:33 +03:00
Dmitriy Pavlov
663b099882 apply linter 2023-09-08 14:35:04 +03:00
Dmitriy Pavlov
e1c30e6a29 remove toUpperCase from factory 2023-09-08 14:12:25 +03:00
Dmitriy Pavlov
1f9838e48d remove exchangeToType map 2023-09-08 13:41:31 +03:00
Dmitriy Pavlov
ebf768b67e remove generatePancake3Calls 2023-09-08 13:28:17 +03:00
Dmitriy Pavlov
a30688d462 return swapExecutorContractAddress 2023-09-08 13:24:20 +03:00
Dmitriy Pavlov
3a44ea7a62 add uniswapv3 exchange 2023-09-08 12:56:12 +03:00
Dmitriy Pavlov
1538c74c48 mock PancakeSwapV3 generateCall function 2023-09-08 12:28:24 +03:00
Dmitriy Pavlov
58add34a6c add redirect pancake to uni 2023-09-08 12:11:32 +03:00
Dmitriy Pavlov
4378286243 update exchanges 2023-09-08 11:35:06 +03:00
Dmitriy Pavlov
c202f3523a add Factory 2023-09-08 11:16:21 +03:00
Dmitriy Pavlov
50dbdce577 add exchanges 2023-09-08 11:13:46 +03:00
Kirill Litvinov
c47d1ed538 update chain names 2023-09-07 11:19:48 +03:00
Mikhail Gladchenko
8577c77834 feature: added chain_id parameter to payload 2023-09-01 12:57:29 +01:00
Mikhail Gladchenko
9d969c88c1 feature: added chain_id parameter to payload 2023-08-31 10:52:06 +01:00
Mikhail Gladchenko
6444463e21 feature: updated placeOrder and added submitTransactionDataForWidget methods 2023-08-30 15:35:40 +01:00
Mikhail Gladchenko
1de01439d1 Network code was added 2023-08-30 09:37:08 +01:00
Mikhail Gladchenko
7c1e582d40 Merge remote-tracking branch 'origin/main' into feat/platform-fees
# Conflicts:
#	package.json
2023-08-30 09:31:29 +01:00
Kirill Litvinov
b6266a78f0 fix 2023-08-30 10:59:39 +03:00
Kirill Litvinov
1fec02f0da update schema 2023-08-30 10:48:14 +03:00
Dmitry Leleko
841ad83888 Update referral linkSchema 2023-08-29 19:57:58 +03:00