diff --git a/developer-guide/integration/viction-staking-governance.md b/developer-guide/integration/viction-staking-governance.md index 9bc076f..8bb5892 100644 --- a/developer-guide/integration/viction-staking-governance.md +++ b/developer-guide/integration/viction-staking-governance.md @@ -3,7 +3,7 @@ Masternodes and Voters' funds are locked and governed in the [Viction Validator smart contract](https://vicscan.xyz/address/0x0000000000000000000000000000000000000088): * Smart Contract Code: [Viction Validator](https://github.com/BuildOnViction/tomomaster/blob/master/contracts/TomoValidator.sol) -* Smart Contract ABI: [TomoValidatorAbi.json](https://raw.githubusercontent.com/Viction/tomomaster/master/abis/TomoValidatorAbi.json) +* Smart Contract ABI: [VicValidatorAbi.json](https://raw.githubusercontent.com/Viction/tomomaster/master/abis/VicValidatorAbi.json) Viction Validator Smart Contract Interface: @@ -74,13 +74,13 @@ web3.eth.defaultAccount = owner ### Init Web3 Viction Validator Contract ```javascript -const validatorAbi = require('./TomoValidatorAbi.json') +const validatorAbi = require('./VicValidatorAbi.json') const address = '0x0000000000000000000000000000000000000088' const validator = new web3.eth.Contract(validatorAbi, address, {gasPrice: 250000000, gas: 2000000 }) ``` -Note: you can get TomoValidatorAbi.json [here](https://raw.githubusercontent.com/Viction/tomomaster/master/abis/TomoValidatorAbi.json) +Note: you can get VicValidatorAbi.json [here](https://raw.githubusercontent.com/Viction/tomomaster/master/abis/VicValidatorAbi.json) ### Propose/Apply a Candidate diff --git a/general/how-to-connect-to-viction-network/metamask.md b/general/how-to-connect-to-viction-network/metamask.md index 5a7b3d0..c8e0802 100644 --- a/general/how-to-connect-to-viction-network/metamask.md +++ b/general/how-to-connect-to-viction-network/metamask.md @@ -14,7 +14,7 @@ First install the[ MetaMask Extension](https://metamask.io/) on Chrome or Brave |


| Mainnet | Testnet | | ------------------ | ----------------------- | ----------------------------------- | -| New RPC URL | https://rpc.viction.xyz | https://rpc-testnet.viction.xyz | +| New RPC URL | https://rpc.viction.xyz | https://rpc.testnet.tomochain.com | | ChainID | 88 or 0x58 | 89 | | Symbol | VIC | VIC | | Nickname | Viction | Viction Testnet |