From fc6cc35d435c3736401e43d134e38ad269eab208 Mon Sep 17 00:00:00 2001 From: rain-zxn <63389359+rain-zxn@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:14:33 +0800 Subject: [PATCH] update CONFLUX mainet chainId(38) --- base/mainnet.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/mainnet.go b/base/mainnet.go index ba058ef..122fbc5 100644 --- a/base/mainnet.go +++ b/base/mainnet.go @@ -55,6 +55,7 @@ const ( ZKSYNC uint64 = 100940 CELO uint64 = 36 CLOVER uint64 = 37 + CONFLUX uint64 = 38 // Invalid chain IDs RINKEBY uint64 = 1000000 @@ -62,7 +63,7 @@ const ( BCSPALETTE uint64 = 1001001 ONTEVM uint64 = 1001333 FLOW uint64 = 1000444 - CONFLUX uint64 = 1000980 + ENV = "mainnet" )