Identify integrator activity
Using app with Snapshot.js
app with Snapshot.jsimport { Web3Provider } from '@ethersproject/providers';
const web3 = new Web3Provider(window.ethereum);
const [account] = await web3.listAccounts();
const receipt = await client.vote(web3, account, {
space: 'yam.eth',
proposal: '0x21ea31e896ec5b5a49a3653e51e787ee834aaf953263144ab936ed756f36609f',
type: 'single-choice',
choice: 1,
reason: 'Choice 1 makes a lot of sense',
app: 'yourappname'
});Adding app to Snapshot URLs
app to Snapshot URLsLast updated
Was this helpful?
