Skip to content

Instantly share code, notes, and snippets.

let { ROPSTEN_NETWORK_ID, MATIC_NETWORK_ID } = require('./constants');
const ROPSTEN_CONFIGS = {
rpcUrl: 'https://ropsten.infura.io/v3/"INFURA API KEY",
networkId: ROPSTEN_NETWORK_ID,
chainId: ROPSTEN_NETWORK_ID,
};
const MATIC_CONFIGS = {
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// 'Victus' token contract
//
// Symbol : W2W
// Name : Victus
// Total supply: 100000000000
// Decimals : 16
//