Skip to content

Instantly share code, notes, and snippets.

@tansawit
Created July 20, 2020 09:47
Show Gist options
  • Save tansawit/477503e66ef380208433a96277328e1f to your computer and use it in GitHub Desktop.
Save tansawit/477503e66ef380208433a96277328e1f to your computer and use it in GitHub Desktop.
// BandChain devnet endpoint URL
const endpoint = 'http://guanyu-devnet.bandchain.org/rest';
// Mnemonic of the account to make the query from.
const mnemonic =
'ask jar coast prison educate decide elephant find pigeon truth reason double figure enroll scheme melt soldier damage debris recall brief jeans million essence';
// Request parameters
const oracleScriptID = 1;
const minCount = 1;
const askCount = 2;
const gasAmount = 100;
const gasLimit = 300000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment