Add support for Plume Testnet (v2)
eyqs opened this issue · 5 comments
Note that Plume is an Arbitrum Orbit chain, so multicall can't be deployed using the pre-signed transaction because the gas limit is too low.
Chain Name
Plume Testnet
Chain ID
98864
RPC URL
https://test-rpc.plumenetwork.xyz
Block Explorer URL
https://test-explorer.plumenetwork.xyz
Deployment Funds
Yes
Hey, sorry for the delay here. Is this chain EVM equivalent? If so, the fastest way to get this deployed is to use the presigned transaction as described in the README. Just be sure to read that section carefully and test it on a fork with anvil first, to avoid burning the nonce.
Alternatively, if by any chance this chain uses the OP Stack, Multicall3 will already be there as a preinstall
Otherwise I should be able to do the next round of Multicall deploys next week
I added the detail to the initial comment that this is an Arbitrum Orbit chain, so I can't deploy with the presigned transaction because the gas limit isn't set high enough.
Done, thanks!