Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20231209 run axios script #680

Merged
merged 3 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/public/indexes/all-dev/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/indexes/all/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/indexes/latest/map.json

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions docs/reference/airnode/latest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ directory.
</tr>
</table>

## RequesterAuthorizerWithErc721

<table>
<th class="contract-addresses-heading">Chain</th><th class="contract-addresses-heading">ID</th><th class="contract-addresses-heading">Contract Address</th>
<tr v-for="(chain, index) in RequesterAuthorizerWithErc721">
<td style="max-width:150px;">{{chain.fullname}}</td>
<td>{{chain.id}}</td>
<td class="contract-addresses-address" NOWRAP>{{chain.contractAddress}}
<CopyIcon :text="chain.contractAddress" />
</td>
</tr>
</table>

## AirnodeRrpV0DryRun

<table>
Expand All @@ -102,7 +89,6 @@ directory.
import AirnodeRrpV0 from './src/AirnodeRrpV0.json';
import AccessControlRegistry from './src/AccessControlRegistry.json';
import RequesterAuthorizerWithAirnode from './src/RequesterAuthorizerWithAirnode.json';
import RequesterAuthorizerWithErc721 from './src/RequesterAuthorizerWithErc721.json';
import AirnodeRrpV0DryRun from './src/AirnodeRrpV0DryRun.json';
</script>

Expand Down

This file was deleted.

14 changes: 0 additions & 14 deletions docs/reference/airnode/next/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ directory.
</tr>
</table>

## RequesterAuthorizerWithErc721

<table>
<th class="contract-addresses-heading">Chain</th><th class="contract-addresses-heading">ID</th><th class="contract-addresses-heading">Contract Address</th>
<tr v-for="(chain, index) in RequesterAuthorizerWithErc721">
<td style="max-width:150px;">{{chain.fullname}}</td>
<td>{{chain.id}}</td>
<td class="contract-addresses-address" NOWRAP>{{chain.contractAddress}}
<CopyIcon :text="chain.contractAddress" />
</td>
</tr>
</table>

## AirnodeRrpV0DryRun

<table>
Expand All @@ -102,7 +89,6 @@ directory.
import AirnodeRrpV0 from './src/AirnodeRrpV0.json';
import AccessControlRegistry from './src/AccessControlRegistry.json';
import RequesterAuthorizerWithAirnode from './src/RequesterAuthorizerWithAirnode.json';
import RequesterAuthorizerWithErc721 from './src/RequesterAuthorizerWithErc721.json';
import AirnodeRrpV0DryRun from './src/AirnodeRrpV0DryRun.json';
</script>

Expand Down
23 changes: 0 additions & 23 deletions docs/reference/airnode/next/src/RequesterAuthorizerWithErc721.json

This file was deleted.

14 changes: 0 additions & 14 deletions docs/reference/airnode/v0.11/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,12 @@ directory.
</tr>
</table>

## RequesterAuthorizerWithErc721

<table>
<th class="contract-addresses-heading">Chain</th><th class="contract-addresses-heading">ID</th><th class="contract-addresses-heading">Contract Address</th>
<tr v-for="(chain, index) in RequesterAuthorizerWithErc721">
<td style="max-width:150px;">{{chain.fullname}}</td>
<td>{{chain.id}}</td>
<td class="contract-addresses-address" NOWRAP>{{chain.contractAddress}}
<CopyIcon :text="chain.contractAddress" />
</td>
</tr>
</table>

<FlexEndTag/>

<script setup lang="ts">
import AirnodeRrpV0 from './src/AirnodeRrpV0.json';
import AccessControlRegistry from './src/AccessControlRegistry.json';
import RequesterAuthorizerWithAirnode from './src/RequesterAuthorizerWithAirnode.json';
import RequesterAuthorizerWithErc721 from './src/RequesterAuthorizerWithErc721.json';
</script>

<style scoped>
Expand Down

This file was deleted.

14 changes: 0 additions & 14 deletions docs/reference/airnode/v0.12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ directory.
</tr>
</table>

## RequesterAuthorizerWithErc721

<table>
<th class="contract-addresses-heading">Chain</th><th class="contract-addresses-heading">ID</th><th class="contract-addresses-heading">Contract Address</th>
<tr v-for="(chain, index) in RequesterAuthorizerWithErc721">
<td style="max-width:150px;">{{chain.fullname}}</td>
<td>{{chain.id}}</td>
<td class="contract-addresses-address" NOWRAP>{{chain.contractAddress}}
<CopyIcon :text="chain.contractAddress" />
</td>
</tr>
</table>

## AirnodeRrpV0DryRun

<table>
Expand All @@ -102,7 +89,6 @@ directory.
import AirnodeRrpV0 from './src/AirnodeRrpV0.json';
import AccessControlRegistry from './src/AccessControlRegistry.json';
import RequesterAuthorizerWithAirnode from './src/RequesterAuthorizerWithAirnode.json';
import RequesterAuthorizerWithErc721 from './src/RequesterAuthorizerWithErc721.json';
import AirnodeRrpV0DryRun from './src/AirnodeRrpV0DryRun.json';
</script>

Expand Down

This file was deleted.

Loading
Loading