Skip to content

Commit

Permalink
chore: remove currencies that fail to create conversion requests (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone authored Feb 6, 2025
1 parent 57f4b5b commit 71e1cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion packages/create-invoice-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/create-invoice-form",
"version": "0.12.4",
"version": "0.13.0",
"main": "./dist/web-component.umd.cjs",
"scripts": {
"dev": "vite dev",
Expand Down
9 changes: 0 additions & 9 deletions shared/utils/initCurrencyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ const defaultCurrencyIds = [
"CNY",
"GBP",
"JPY",
"DAI-bsc",
"BUSD-bsc",
"ETH-base-base",
"DAI-mainnet",
"ETH-mainnet",
"REQ-mainnet",
Expand All @@ -20,16 +17,10 @@ const defaultCurrencyIds = [
"MATIC-matic",
"USDC-matic",
"USDT-matic",
"DAI-optimism",
"ETH-optimism-optimism",
"USDC-optimism",
"USDT-optimism",
"FAU-sepolia",
"ETH-sepolia-sepolia",
"fUSDC-sepolia",
"fUSDT-sepolia",
"USDC-xdai",
"USDC-base",
];

const TOKEN_LIST_URL =
Expand Down

0 comments on commit 71e1cbc

Please sign in to comment.