Skip to content

Instantly share code, notes, and snippets.

@modster
Forked from ulerdogan/p256verify.sh
Created February 8, 2024 04:10
Show Gist options
  • Save modster/7137ebf500596c5a28786f971648be8f to your computer and use it in GitHub Desktop.
Save modster/7137ebf500596c5a28786f971648be8f to your computer and use it in GitHub Desktop.
Testing command for RIP-7212
RPC="https://polygon-mumbai.blockpi.network/v1/rpc/public"
P256VERIFY="0x0000000000000000000000000000000000000100"
CALLDATA="4cee90eb86eaa050036147a12d49004b6b9c72bd725d39d4785011fe190f0b4da73bd4903f0ce3b639bbbf6e8e80d16931ff4bcf5993d58468e8fb19086e8cac36dbcd03009df8c59286b162af3bd7fcc0450c9aa81be5d10d312af6c66b1d604aebd3099c618202fcfe16ae7770b0c49ab5eadf74b754204a3bb6060e44eff37618b065f9832de4ca6ca971a7a1adc826d0f7c00181a5fb2ddf79ae00b4e10e"
echo "testing RIP-7212 on Mumbai"
cast call --rpc-url ${RPC} ${P256VERIFY} --data ${CALLDATA}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment