Skip to content

Commit

Permalink
sidebar move (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jun 3, 2024
1 parent f8cbea1 commit c179ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: gas-station
title: Multichain Gas Station Contract
sidebar_label: Multichain Gas Station
sidebar_label: Multichain Gas Station Contract
---

The [multichain gas station smart contract](https://github.com/near/multichain-gas-station-contract) accepts payments in NEAR tokens in exchange for gas funding on non-NEAR foreign chains. Part of the NEAR Multichain effort, it works in conjunction with the [MPC recovery service](https://github.com/near/mpc-recovery) to generate on-chain signatures.
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ const sidebar = {
'build/chain-abstraction/nft-chain-keys',
{
"Multichain Gas Relayer": [
"build/chain-abstraction/multichain-gas-relayer/multichain-server",
"build/chain-abstraction/multichain-gas-relayer/gas-station",
"build/chain-abstraction/multichain-gas-relayer/multichain-server",
"build/chain-abstraction/multichain-gas-relayer/relayer-gas-example",
]
},
Expand Down

0 comments on commit c179ddb

Please sign in to comment.