Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
RyukTheCoder committed Apr 24, 2024
2 parents 6f103b5 + 56b723b commit 52947f2
Show file tree
Hide file tree
Showing 97 changed files with 1,209 additions and 587 deletions.
11 changes: 6 additions & 5 deletions examples/queue-manager-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
"rango-sdk": "^0.1.45"
},
"dependencies": {
"@rango-dev/provider-all": "^0.31.1-next.0",
"@rango-dev/queue-manager-rango-preset": "^0.31.1-next.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/provider-xdefi": "^0.32.1",
"@rango-dev/queue-manager-rango-preset": "^0.32.0",
"@rango-dev/queue-manager-react": "^0.26.0",
"@rango-dev/wallets-react": "^0.17.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-react": "^0.18.0",
"@rango-dev/wallets-shared": "^0.32.0",
"bignumber.js": "^9.1.1",
"ethers": "^5.7.2",
"rango-sdk-basic": "^0.1.44",
"rango-types": "^0.1.59"
}
}
}
2 changes: 1 addition & 1 deletion examples/queue-manager-demo/src/flows/rango/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {
PendingSwapStep,
} from 'rango-types';

import { SUPPORTED_ETH_CHAINS as XDEFI_WALLET_SUPPORTED_EVM_CHAINS } from '@rango-dev/provider-xdefi/src/constants';
import { SUPPORTED_ETH_CHAINS as XDEFI_WALLET_SUPPORTED_EVM_CHAINS } from '@rango-dev/provider-xdefi';
import { readAccountAddress } from '@rango-dev/wallets-react';
import {
Networks,
Expand Down
6 changes: 3 additions & 3 deletions examples/wallets-adapter-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rimraf .parcel-cache && rimraf dist"
},
"dependencies": {
"@rango-dev/provider-all": "^0.31.1-next.0",
"@rango-dev/wallets-adapter": "^0.26.1-next.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/wallets-adapter": "^0.27.1",
"rango-sdk": "^0.1.45",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand All @@ -23,4 +23,4 @@
"publishConfig": {
"access": "public"
}
}
}
10 changes: 5 additions & 5 deletions examples/wallets-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"clean": "rimraf .parcel-cache && rimraf dist"
},
"dependencies": {
"@rango-dev/provider-all": "^0.31.1-next.0",
"@rango-dev/ui": "^0.32.0",
"@rango-dev/wallets-react": "^0.17.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/provider-all": "^0.32.1",
"@rango-dev/ui": "^0.33.0",
"@rango-dev/wallets-react": "^0.18.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-sdk": "^0.1.45",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,8 @@
},
"resolutions": {
"react-refresh": "0.9.0"
},
"@parcel/resolver-default": {
"packageExports": true
}
}
4 changes: 4 additions & 0 deletions queue-manager/rango-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-24)



# [0.31.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.31.0) (2024-04-23)


Expand Down
4 changes: 2 additions & 2 deletions queue-manager/rango-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/queue-manager-rango-preset",
"version": "0.31.1-next.0",
"version": "0.32.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -42,4 +42,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.33.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.33.0) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-23)


Expand Down
6 changes: 3 additions & 3 deletions wallets/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/wallets-core",
"version": "0.32.0",
"version": "0.33.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -26,10 +26,10 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-types": "^0.1.59"
},
"publishConfig": {
"access": "public"
}
}
}
13 changes: 13 additions & 0 deletions wallets/provider-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.32.1](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.1) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-24)


### Features

* add ethereum for ledger ([084aae2](https://github.com/rango-exchange/rango-client/commit/084aae28adaf0310dffe3a3100dd783252393053))



# [0.31.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.31.0) (2024-04-23)


Expand Down
61 changes: 31 additions & 30 deletions wallets/provider-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-all",
"version": "0.31.1-next.0",
"version": "0.32.1",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -21,36 +21,37 @@
"lint": "eslint \"**/*.{ts,tsx}\" --ignore-path ../../.eslintignore"
},
"dependencies": {
"@rango-dev/provider-argentx": "^0.32.0",
"@rango-dev/provider-bitget": "^0.28.0",
"@rango-dev/provider-braavos": "^0.25.0",
"@rango-dev/provider-brave": "^0.32.0",
"@rango-dev/provider-clover": "^0.32.0",
"@rango-dev/provider-coin98": "^0.32.0",
"@rango-dev/provider-coinbase": "^0.31.0",
"@rango-dev/provider-cosmostation": "^0.31.0",
"@rango-dev/provider-default": "^0.28.0",
"@rango-dev/provider-enkrypt": "^0.31.0",
"@rango-dev/provider-exodus": "^0.31.0",
"@rango-dev/provider-frontier": "^0.31.0",
"@rango-dev/provider-halo": "^0.31.0",
"@rango-dev/provider-keplr": "^0.31.0",
"@rango-dev/provider-leap-cosmos": "^0.31.0",
"@rango-dev/provider-math-wallet": "^0.31.0",
"@rango-dev/provider-metamask": "^0.31.0",
"@rango-dev/provider-okx": "^0.31.0",
"@rango-dev/provider-phantom": "^0.31.0",
"@rango-dev/provider-safe": "^0.24.0",
"@rango-dev/provider-safepal": "^0.31.0",
"@rango-dev/provider-solflare-snap": "^0.2.0",
"@rango-dev/provider-taho": "^0.31.0",
"@rango-dev/provider-tokenpocket": "^0.31.0",
"@rango-dev/provider-tron-link": "^0.31.0",
"@rango-dev/provider-trustwallet": "^0.31.0",
"@rango-dev/provider-walletconnect-2": "^0.24.1-next.0",
"@rango-dev/provider-xdefi": "^0.31.0"
"@rango-dev/provider-argentx": "^0.33.0",
"@rango-dev/provider-bitget": "^0.29.0",
"@rango-dev/provider-braavos": "^0.26.0",
"@rango-dev/provider-brave": "^0.33.0",
"@rango-dev/provider-clover": "^0.33.0",
"@rango-dev/provider-coin98": "^0.33.0",
"@rango-dev/provider-coinbase": "^0.32.0",
"@rango-dev/provider-cosmostation": "^0.32.0",
"@rango-dev/provider-default": "^0.29.0",
"@rango-dev/provider-enkrypt": "^0.32.0",
"@rango-dev/provider-exodus": "^0.32.0",
"@rango-dev/provider-frontier": "^0.32.0",
"@rango-dev/provider-halo": "^0.32.0",
"@rango-dev/provider-keplr": "^0.32.0",
"@rango-dev/provider-leap-cosmos": "^0.32.0",
"@rango-dev/provider-ledger": "^0.2.0",
"@rango-dev/provider-math-wallet": "^0.32.0",
"@rango-dev/provider-metamask": "^0.32.0",
"@rango-dev/provider-okx": "^0.32.0",
"@rango-dev/provider-phantom": "^0.32.0",
"@rango-dev/provider-safe": "^0.25.0",
"@rango-dev/provider-safepal": "^0.32.0",
"@rango-dev/provider-solflare-snap": "^0.3.0",
"@rango-dev/provider-taho": "^0.32.0",
"@rango-dev/provider-tokenpocket": "^0.32.0",
"@rango-dev/provider-tron-link": "^0.32.0",
"@rango-dev/provider-trustwallet": "^0.32.0",
"@rango-dev/provider-walletconnect-2": "^0.25.0",
"@rango-dev/provider-xdefi": "^0.32.1"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 2 additions & 0 deletions wallets/provider-all/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import * as frontier from '@rango-dev/provider-frontier';
import * as halo from '@rango-dev/provider-halo';
import * as keplr from '@rango-dev/provider-keplr';
import * as leapCosmos from '@rango-dev/provider-leap-cosmos';
import * as ledger from '@rango-dev/provider-ledger';
import * as mathwallet from '@rango-dev/provider-math-wallet';
import * as metamask from '@rango-dev/provider-metamask';
import * as okx from '@rango-dev/provider-okx';
Expand Down Expand Up @@ -61,5 +62,6 @@ export const allProviders = (enviroments?: Enviroments) => {
frontier,
taho,
braavos,
ledger,
];
};
4 changes: 4 additions & 0 deletions wallets/provider-argentx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.33.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.33.0) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-23)


Expand Down
6 changes: 3 additions & 3 deletions wallets/provider-argentx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-argentx",
"version": "0.32.0",
"version": "0.33.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -22,10 +22,10 @@
},
"dependencies": {
"@rango-dev/signer-starknet": "^0.27.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-types": "^0.1.59"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/provider-bitget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.29.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.29.0) (2024-04-24)



# [0.28.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.28.0) (2024-04-23)


Expand Down
6 changes: 3 additions & 3 deletions wallets/provider-bitget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-bitget",
"version": "0.28.0",
"version": "0.29.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"@rango-dev/signer-evm": "^0.26.0",
"@rango-dev/signer-tron": "^0.26.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-types": "^0.1.59"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/provider-braavos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.26.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.26.0) (2024-04-24)



# [0.25.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.25.0) (2024-04-23)


Expand Down
6 changes: 3 additions & 3 deletions wallets/provider-braavos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-braavos",
"version": "0.25.0",
"version": "0.26.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -22,10 +22,10 @@
},
"dependencies": {
"@rango-dev/signer-starknet": "^0.27.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-types": "^0.1.59"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/provider-brave/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.33.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.33.0) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-23)


Expand Down
6 changes: 3 additions & 3 deletions wallets/provider-brave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-brave",
"version": "0.32.0",
"version": "0.33.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"@rango-dev/signer-evm": "^0.26.0",
"@rango-dev/signer-solana": "^0.27.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-types": "^0.1.59"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/provider-clover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.33.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.33.0) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-23)


Expand Down
6 changes: 3 additions & 3 deletions wallets/provider-clover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rango-dev/provider-clover",
"version": "0.32.0",
"version": "0.33.0",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"@rango-dev/signer-evm": "^0.26.0",
"@rango-dev/signer-solana": "^0.27.0",
"@rango-dev/wallets-shared": "^0.31.0",
"@rango-dev/wallets-shared": "^0.32.0",
"rango-types": "^0.1.59"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 4 additions & 0 deletions wallets/provider-coin98/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.33.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.33.0) (2024-04-24)



# [0.32.0](https://github.com/rango-exchange/rango-client/compare/[email protected]@0.32.0) (2024-04-23)


Expand Down
Loading

0 comments on commit 52947f2

Please sign in to comment.