Skip to content

Instantly share code, notes, and snippets.

View atifather's full-sized avatar
🧔

Atif Ather atifather

🧔
View GitHub Profile
@atifather
atifather / .env
Created August 16, 2022 16:31 — forked from davizalpe/.env
GNO Deposit contract interaction scripts
RPC_URL="https://rpc-chiado.gnosistestnet.com/"
DEPLOYMENT_ACCOUNT_PRIVATE_KEY=_SET_HERE_YOUR_PRIVATE_KEY
OWNER_ADDRESS=_SET_HERE_YOUR_ADDRESS_
SEND_TO_ADDRESS=_SET_HERE_AND_ADDRESS_TO_SEND_GNO_
STAKE_TOKEN_ADDRESS=0x7f3e7cDf43E543c6D08bEf131f94aB99b091D2A2 # Gnosis Token GNO
SBC_TOKEN_ADDRESS=0x6bE2df1956282d2d1936fCB06B9C3361986a0DEe # mGNO (mGNO) deposit token address
SBC_WRAPPER_ADDRESS=0x6DD45A261782EAAC28B5c165CABD38a9e1389129 # SBCWrapperProxy
# SBC_DEPOSIT_ADDRESS=0x2DCa72Dcf9fd65c806726a3F76aC51f3CEf778dc # SBCDepositContractProxy 0xdead3
SBC_DEPOSIT_ADDRESS=0xa3fCe9F33cc4220fd835f33AA0fcE88CeCAcf4C4 # SBCDepositContractProxy mGNO Chiado test
@atifather
atifather / self-signed-certificate-with-custom-ca.md
Created February 7, 2022 11:00 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096