File tree 2 files changed +1
-10
lines changed
packages/create-invoice-form
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @requestnetwork/create-invoice-form" ,
3
- "version" : " 0.12.4 " ,
3
+ "version" : " 0.13.0 " ,
4
4
"main" : " ./dist/web-component.umd.cjs" ,
5
5
"scripts" : {
6
6
"dev" : " vite dev" ,
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ const defaultCurrencyIds = [
8
8
"CNY" ,
9
9
"GBP" ,
10
10
"JPY" ,
11
- "DAI-bsc" ,
12
- "BUSD-bsc" ,
13
- "ETH-base-base" ,
14
11
"DAI-mainnet" ,
15
12
"ETH-mainnet" ,
16
13
"REQ-mainnet" ,
@@ -20,16 +17,10 @@ const defaultCurrencyIds = [
20
17
"MATIC-matic" ,
21
18
"USDC-matic" ,
22
19
"USDT-matic" ,
23
- "DAI-optimism" ,
24
- "ETH-optimism-optimism" ,
25
- "USDC-optimism" ,
26
- "USDT-optimism" ,
27
20
"FAU-sepolia" ,
28
21
"ETH-sepolia-sepolia" ,
29
22
"fUSDC-sepolia" ,
30
23
"fUSDT-sepolia" ,
31
- "USDC-xdai" ,
32
- "USDC-base" ,
33
24
] ;
34
25
35
26
const TOKEN_LIST_URL =
You can’t perform that action at this time.
0 commit comments