Skip to content

Instantly share code, notes, and snippets.

View eth-jashan's full-sized avatar
🎯
Focusing

Jashan Shetty eth-jashan

🎯
Focusing
View GitHub Profile
@eth-jashan
eth-jashan / gnosis-safe-multisend-submitter.js
Created February 10, 2022 16:15 — forked from jjgonecrypto/gnosis-safe-multisend-submitter.js
Programmatically submit multiple transactions to a gnosis safe to be signed as one
// Extrapolated from https://github.com/gnosis/safe-core-sdk
const ethers = require('ethers');
const { EthersAdapter } = require('@gnosis.pm/safe-core-sdk');
const Safe = require('@gnosis.pm/safe-core-sdk').default;
const SafeServiceClient = require('@gnosis.pm/safe-service-client').default;
const providerUrl = '....';