mds1 / multicall

Multicall: Aggregate multiple constant function call results into one
https://multicall3.com
MIT License
955 stars 166 forks source link

Please deploy on Oasis Sapphire #144

Closed CedarMist closed 1 year ago

CedarMist commented 1 year ago

Chain Name

Oasis Sapphire

Chain ID

0x5afe (23294)

RPC URL

https://sapphire.oasis.io

Block Explorer URL

https://explorer.sapphire.oasis.io/

Deployment Funds

Yes

CedarMist commented 1 year ago

I tried deploying using cast but we get an error:

ProviderError: client: transaction check failed: runtime error: module: core code: 1
message: malformed transaction: chain ID None, expected Some(23294)

Presumably this means you need to manually deploy it.

mds1 commented 1 year ago

Yea that means the chain requires EIP-155, and the presigned transaction does of course does not sign over a chain ID.

Just deployed, thanks!