Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Chain]: Geo Genesis #845

Closed
3 tasks done
mouseless0x opened this issue Dec 20, 2024 · 5 comments · Fixed by #854
Closed
3 tasks done

[New Chain]: Geo Genesis #845

mouseless0x opened this issue Dec 20, 2024 · 5 comments · Fixed by #854
Labels
new-chain Request to deploy to a new chain ready-to-deploy Pre-deployment checks have passed and is ready to deploy

Comments

@mouseless0x
Copy link

mouseless0x commented Dec 20, 2024

Chain Name

Geo Genesis

RPC URL

https://geo.rpc.pinax.network/v1/88a58d053ea735b3db44cab71cb387caaa6f05feeac31434/

The RPC endpoint must allow batch requests for the bot script.

  • I confirm that the RPC allows batch requests

The chain must be added to https://chainlist.org/

  • I confirm that the chain is added to chainlist

After creating the issue, a bot will estimate the required pre-fund and post it in the comments. Please check this checkbox after you send the pre-fund.

  • I sent the pre-fund in accordance with Github Action's comment

Relevant information

chain_id: 80451

No response

@mouseless0x mouseless0x added the new-chain Request to deploy to a new chain label Dec 20, 2024
Copy link

github-actions bot commented Dec 20, 2024

💸 Pre-fund needed:
We need a pre-fund to deploy the factory. Please send 1034850000000 wei to 0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37 and check the checkbox in the issue.

@mmv08 mmv08 changed the title [New chain]: Geo Genesis [New Chain]: Geo Genesis Jan 2, 2025
@mmv08
Copy link
Member

mmv08 commented Jan 2, 2025

hey, it looks like we're missing a pre-fund

@mouseless0x
Copy link
Author

Hey, the deployer has been seeded with 10.00000103485 ETH, I checked the prepareTransaction workflow and it is throwing throwing with Deployer address balance: -8446743038859551616. This seems to be due to a overflow in the bashscript

Running

curl -s "https://geo.rpc.pinax.network/v1/88a58d053ea735b3db44cab71cb387caaa6f05feeac31434/" \
--location --header \
'Content-Type: application/json' --data '{
  "jsonrpc": "2.0",
  "method": "eth_getBalance",
  "params": ["0xE1CB04A0fA36DdD16a06ea828007E35e1a3cBC37", "latest"],
  "id": 5413
}' 

Returns

{
  "jsonrpc": "2.0",
  "id": 5413,
  "result": "0x8ac723f57bc5dc80"
}

Do you know what steps would need to be made to complete the deployment? Thank you:)

@mmv08
Copy link
Member

mmv08 commented Jan 3, 2025

@mouseless0x ah, thanks for checking. this should be enough

@mouseless0x
Copy link
Author

Thanks for the confirmation!

@rmeissner rmeissner added the ready-to-deploy Pre-deployment checks have passed and is ready to deploy label Jan 3, 2025
rmeissner added a commit that referenced this issue Jan 3, 2025
rmeissner added a commit that referenced this issue Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-chain Request to deploy to a new chain ready-to-deploy Pre-deployment checks have passed and is ready to deploy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants