RPC(Remote Procedure Call) is a set of protocols and interfaces that the client interacts with blockchain system. The user can query the blockchain related information (such as block number, blocks, node connection, etc.) and send the transaction request through RPC interface.
Following are the steps to change the RPC on metamask.
1. Click on account and than click on setting.
Learn More โ
2. Click on Networks.
Learn More โ
3. Click on the network you want to change the RPC.
Learn More โ
4. Clear the old RPC URL
Learn More โ
5. Add the new RPC URL and Click on Save
Learn More โ
Issue: sort the pool list by selecting the chain. Multiple chain can be selected to sort the pool. Color scheme on the chain icon list makes it difficult to notice if one or multiple chains are selected. Issue: Token Search Bar Token search bar is not working as desired. It doesnt sort by the selected token instead list all the pools of the selected chain. Exception: Working fine on Avalanche. Issue: Add or Remove Liquidity
Sep 17, 2022Go to app.sushi.com Click on Connect wallet on top right hand corner. Choose Metamask Log into Metamask Connect the address
Oct 11, 2021Every transaction on the ethereum has a Nonce. Ethereum Yellow paper describes Nonce as "A scalar value equal to the number of transactions sent from this address or, in the case of accounts with associated code, the number of contract-creations made by this account." Each time a transaction is send from the address nonce value is increased by 1. This ensures transaction are mined in order, Transaction with Nonce 1 cannot be mined before the transaction with Nonce 0. Value of Nonce prevents the double spending. Follwoing are the Steps to cancel the stuck transaction on metamask with Nonce: 1. Click on account and click on settings. 2. Click on Advanced. 3. Scroll downa and toggle on the customize transaction Nonce.
Oct 4, 2021The number of token deployed on Ethereum mainent and other EVM compatible chains are in 1000s. This means not all tokens are possibly available to directly add on metamask. Steps to add custom tokens: 1. Click on asset and add click on add token 2. Click on custom tokens 4. Fill in the contract address of the token along with decimal and symbol. (Contract address of the token can be obtained from the block explorer like etherscan) 5. Click on next and the added token is shown in the list of asset.
Oct 4, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up