This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ import {SwaggerDoc} from '../../../src/components/swagger-doc/SwaggerDoc';
10
10
11
11
<Tabs >
12
12
<TabItem value = " ethereum" label = " Ethereum" default >
13
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https://api. 1inch.io/swagger/ethereum-json" />
13
+ <SwaggerDoc url = " https://api.1inch.io/swagger/ethereum-json" />
14
14
</TabItem >
15
15
<TabItem value = " BSC" label = " Binance Smart Chain" >
16
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https://api. 1inch.io/swagger/binance-json" />
16
+ <SwaggerDoc url = " https://api.1inch.io/swagger/binance-json" />
17
17
</TabItem >
18
18
<TabItem value = " polygon" label = " Polygon" >
19
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https://api. 1inch.io/swagger/polygon-json" />
19
+ <SwaggerDoc url = " https://api.1inch.io/swagger/polygon-json" />
20
20
</TabItem >
21
21
<TabItem value = " optimism" label = " Optimism" >
22
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https://api. 1inch.io/swagger/optimism-json" />
22
+ <SwaggerDoc url = " https://api.1inch.io/swagger/optimism-json" />
23
23
</TabItem >
24
24
<TabItem value = " arbitrum" label = " Arbitrum" >
25
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https://api. 1inch.io/swagger/arbitrum-json" />
25
+ <SwaggerDoc url = " https://api.1inch.io/swagger/arbitrum-json" />
26
26
</TabItem >
27
27
</Tabs >
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ import {SwaggerDoc} from '../../src/components/swagger-doc/SwaggerDoc';
9
9
10
10
<Tabs >
11
11
<TabItem value = " ethereum" label = " Ethereum" default >
12
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https:// limit-orders.1inch.io/swagger/ethereum-json" />
12
+ <SwaggerDoc url = " https://limit-orders.1inch.io/swagger/ethereum-json" />
13
13
</TabItem >
14
14
<TabItem value = " BSC" label = " Binance Smart Chain" >
15
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https:// limit-orders.1inch.io/swagger/binance-json" />
15
+ <SwaggerDoc url = " https://limit-orders.1inch.io/swagger/binance-json" />
16
16
</TabItem >
17
17
<TabItem value = " polygon" label = " Polygon" >
18
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https:// limit-orders.1inch.io/swagger/polygon-json" />
18
+ <SwaggerDoc url = " https://limit-orders.1inch.io/swagger/polygon-json" />
19
19
</TabItem >
20
20
<TabItem value = " optimism" label = " Optimism" >
21
21
Currently, 1inch Limit Order Protocol is not available on Optimism network.
22
22
</TabItem >
23
23
<TabItem value = " arbitrum" label = " Arbitrum" >
24
- <SwaggerDoc url = " https://api.allorigins.win/raw?url=https:// limit-orders.1inch.io/swagger/arbitrum-json" />
24
+ <SwaggerDoc url = " https://limit-orders.1inch.io/swagger/arbitrum-json" />
25
25
</TabItem >
26
26
</Tabs >
You can’t perform that action at this time.
0 commit comments