From e4302701304a3ff9ed97308b62c4d72c716ab574 Mon Sep 17 00:00:00 2001 From: Moon Date: Sun, 29 Jan 2023 22:20:37 -0500 Subject: [PATCH] fix network id for ubiq --- truffle-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truffle-config.js b/truffle-config.js index 82b54c7..a7c1197 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -55,7 +55,7 @@ module.exports = { ubiq: { provider: () => new HDWalletProvider(mnemonic, "https://rpc.octano.dev"), gas: 5500000, - network_id: 88, + network_id: 8, confirmations: 2, timeoutBlocks: 200, skipDryRun: true