Skip to content

Commit 71e1cbc

Browse files
authored
chore: remove currencies that fail to create conversion requests (#338)
1 parent 57f4b5b commit 71e1cbc

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

packages/create-invoice-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/create-invoice-form",
3-
"version": "0.12.4",
3+
"version": "0.13.0",
44
"main": "./dist/web-component.umd.cjs",
55
"scripts": {
66
"dev": "vite dev",

shared/utils/initCurrencyManager.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ const defaultCurrencyIds = [
88
"CNY",
99
"GBP",
1010
"JPY",
11-
"DAI-bsc",
12-
"BUSD-bsc",
13-
"ETH-base-base",
1411
"DAI-mainnet",
1512
"ETH-mainnet",
1613
"REQ-mainnet",
@@ -20,16 +17,10 @@ const defaultCurrencyIds = [
2017
"MATIC-matic",
2118
"USDC-matic",
2219
"USDT-matic",
23-
"DAI-optimism",
24-
"ETH-optimism-optimism",
25-
"USDC-optimism",
26-
"USDT-optimism",
2720
"FAU-sepolia",
2821
"ETH-sepolia-sepolia",
2922
"fUSDC-sepolia",
3023
"fUSDT-sepolia",
31-
"USDC-xdai",
32-
"USDC-base",
3324
];
3425

3526
const TOKEN_LIST_URL =

0 commit comments

Comments
 (0)