ethers-io / ethers.js

Complete Ethereum library and wallet implementation in JavaScript.
https://ethers.org/
MIT License
7.8k stars 1.8k forks source link

Palm network support for Infura Provider #3001

Open jlturner opened 2 years ago

jlturner commented 2 years ago

Describe the Feature

Infura Provider should support the Palm Network (https://docs.infura.io/infura/networks/palm/how-to/accessing-palm-api-endpoints)

Code Example

No response

ricmoo commented 2 years ago

What is “palm”? This is likely something that will make more sense in an ancillary package in v5 and a network plugin for v6?

jlturner commented 2 years ago

Low cost Ethereum side chain (with plan to transition to an L2) governance token and transaction medium for artists built by former ConsenSys engineers. We have artists on our platform that want to use it, and Infura supports it. I'm not affiliated with Palm in anyway, and tbh this is the extent of what I know about it.

https://palm.io

ricmoo commented 2 years ago

Generally I do not add built-in support for a network unless it is widely adopted by the community and the third-party providers.

In v6, this is les an issue because Networks can provide their own Plugin for adding INRUFA support. I'll tag this as a major-version change to remind me to make an extension package for it.