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

Odyssey Chain Testnet #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

IntegralTeam
Copy link

@IntegralTeam IntegralTeam requested a review from a team as a code owner July 11, 2024 12:08
@IntegralTeam IntegralTeam requested review from nlordell, akshay-ap, mmv08 and remedcu and removed request for a team July 11, 2024 12:08
Copy link
Member

@remedcu remedcu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only RPC I could find was this: https://testnode.dioneprotocol.com/ext/bc/D/rpc from https://chainlist.org/chain/131313

Which results in a different bytecode hash when checked with cast.

➜ cast code 0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226 --rpc-url https://eth-sepolia.public.blastapi.io | tr -d '\n' | cast keccak
0x2aea997c4e3cf0e2f333025372e219abcfde81c21fc2f8fb066414a5685dd3e0
➜ cast code 0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226 --rpc-url https://testnode.dioneprotocol.com/ext/bc/D/rpc | tr -d '\n' | cast keccak 
0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470

@mmv08
Copy link
Member

mmv08 commented Jul 15, 2024

Also, the explorer doesn't show that the contract is deployed: https://testnet.odysseyscan.com/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226

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.

4 participants