Skip to content

Commit

Permalink
Updated Symbiosis-SDK and Removed ParaSwap (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-Cyclone authored Aug 7, 2023
2 parents c0bb529 + bd20c24 commit e2ed142
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic-sdk",
"version": "4.14.1",
"version": "4.14.2",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -91,7 +91,7 @@
"lodash.clonedeep": "^4.5.0",
"rango-sdk-basic": "^0.0.7",
"rxjs": "7.8.1",
"symbiosis-js-sdk": "2.10.8",
"symbiosis-js-sdk": "2.10.20",
"tronweb": "^4.3.0",
"viem": "^1.3.1",
"web3": "^1.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const ON_CHAIN_TRADE_TYPE = {

PANCAKE_SWAP: 'PANCAKE_SWAP',
PANGOLIN: 'PANGOLIN',
PARA_SWAP: 'PARA_SWAP',
PEGASYS: 'PEGASYS',
PHOTON_SWAP: 'PHOTON_SWAP',
POLYDEX: 'POLYDEX',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
export const lifiProviders: Record<string, OnChainTradeType> = {
'0x': ON_CHAIN_TRADE_TYPE.ZRX,
'1inch': ON_CHAIN_TRADE_TYPE.ONE_INCH,
paraswap: ON_CHAIN_TRADE_TYPE.PARA_SWAP,
openocean: ON_CHAIN_TRADE_TYPE.OPEN_OCEAN,
dodo: ON_CHAIN_TRADE_TYPE.DODO,
sushiswap: ON_CHAIN_TRADE_TYPE.SUSHI_SWAP,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7361,10 +7361,10 @@ swarm-js@^0.1.40:
tar "^4.0.2"
xhr-request "^1.0.1"

[email protected].8:
version "2.10.8"
resolved "https://registry.yarnpkg.com/symbiosis-js-sdk/-/symbiosis-js-sdk-2.10.8.tgz#c6196cfe5243b079b59c9b4e0a2044530f36771d"
integrity sha512-50/XTh3dAuMVxnooyPQ1a9yFXPEeQgF2naU8B17I44cAZlTrwZzEaGeRe8pOKfkCTxplVDNjgJa7m/5Z3KKnoQ==
[email protected].20:
version "2.10.20"
resolved "https://registry.yarnpkg.com/symbiosis-js-sdk/-/symbiosis-js-sdk-2.10.20.tgz#8d8bff43c779c6bc91cbff8742e38c60491789fc"
integrity sha512-REEsTg3V+CBf9jqxe/Des2cXZOJMkH1YzTnWeKkNpC0+SbOJT+ygtxQ8HVIywuTofDum7P074yD33yHbnjAKEg==
dependencies:
big.js "^5.2.2"
bignumber.js "^9.0.1"
Expand Down

0 comments on commit e2ed142

Please sign in to comment.