Skip to content

Instantly share code, notes, and snippets.

View parv3213's full-sized avatar

Parv Garg parv3213

View GitHub Profile
@parv3213
parv3213 / GnosisInteraction.ts
Created October 13, 2021 11:30
Interact with Gnosis Safe using Gnosis Transaction Service
import { ethers } from 'hardhat';
import Safe, { EthersAdapter } from '@gnosis.pm/safe-core-sdk';
import { SafeTransactionDataPartial } from '@gnosis.pm/safe-core-sdk-types';
import SafeServiceClient, {
SafeInfoResponse,
} from '@gnosis.pm/safe-service-client';
const SUPPORTED_NETWORKS: number[] = [4]; // Array of supported networks
const GNOSIS_SAFE_ADDRESS: string =
'0xF16cAC48d46135247CC2f1e5054d0B2b0f0000AF'; // Address of Gnosis Safe
@psygo
psygo / academind_ts_notes.md
Created November 5, 2020 21:24
Academind's TypeScript Course Notes

Academind's Tutorial

Overview

  • Static error checking is always better than runtime crazy ones.
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active May 17, 2024 12:37
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k