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

Added garnet testnet & redstone (OP Stack - preinstalled) #851

Merged
merged 2 commits into from
Jan 2, 2025

Conversation

blurpesec
Copy link
Contributor

@blurpesec blurpesec commented Dec 31, 2024

Description

Adds deployments for the two OP stack networks:

  • Garnet (testnet)
    curl -s -X POST https://rpc.garnetchain.com -H 'content-type: application/json' --data '{"jsonrpc":"2.0","id":0,"method":"eth_getCode","params":["0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7","latest"]}' | jq -r .result
  • Redstone
    curl -s -X POST https://rpc.redstonechain.com -H 'content-type: application/json' --data '{"jsonrpc":"2.0","id":0,"method":"eth_getCode","params":["0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7","latest"]}' | jq -r .result

@blurpesec blurpesec requested a review from a team as a code owner December 31, 2024 18:34
@blurpesec blurpesec changed the title feat: added garnet testnet (op stack) feat: added garnet testnet & redstone (op stack) Dec 31, 2024
@blurpesec blurpesec changed the title feat: added garnet testnet & redstone (op stack) Added garnet testnet & redstone (op stack) Dec 31, 2024
@blurpesec blurpesec changed the title Added garnet testnet & redstone (op stack) Added garnet testnet & redstone (OP Stack - preinstalled) Dec 31, 2024
@mmv08 mmv08 merged commit 7da877d into safe-global:main Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants