Skip to content

Commit

Permalink
changes nitro to assetforwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalgupta13 committed Jun 7, 2024
1 parent 97c3c53 commit 5e47c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/networks/supported-chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The chain config for all the networks supported by Router including the Gateway
Please make sure that you pass the **Chain ID** and **Gateway Contract Address** in your request without any quotes. For example, for Polygon, instead of passing Chain ID as "137" or '80001371', pass it as 137.
:::

#### Nitro Contracts
#### AssetForwarder Contracts
<APIData
apiData={[
{ contractConfigUrl: 'https://sentry.lcd.routerprotocol.com/router-protocol/router-chain/multichain/contract_config',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/GatewayAddressTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const APIData = ({ apiData }) => {
<th style={{ fontWeight: 'bold' }}>Network Type</th>
<th style={{ fontWeight: 'bold' }}>Chain ID</th>
<th style={{ fontWeight: 'bold' }}>Chain Name</th>
<th style={{ fontWeight: 'bold' }}>Gateway Contract Address</th>
<th style={{ fontWeight: 'bold' }}>Contract Address</th>
{/* <th style={{ fontWeight: 'bold' }}>Fee Payer Address</th> */}
</tr>
</thead>
Expand Down

0 comments on commit 5e47c7f

Please sign in to comment.