From 03ad00c1cca5646b164f5ab7c1f6d7a7395d9f11 Mon Sep 17 00:00:00 2001 From: Ilja Pavlovs Date: Tue, 9 Jul 2024 22:30:01 +0300 Subject: [PATCH] VRF-1134: Update super scripts for BHS backward mode to include Nexon updated chain ids --- core/scripts/common/helpers.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/scripts/common/helpers.go b/core/scripts/common/helpers.go index a71222e8749..57c8c15e405 100644 --- a/core/scripts/common/helpers.go +++ b/core/scripts/common/helpers.go @@ -590,10 +590,11 @@ func IsAvaxNetwork(chainID int64) bool { func IsAvaxSubnet(chainID int64) bool { return chainID == 335 || // DFK testnet chainID == 53935 || // DFK mainnet - chainID == 955081 || // Nexon Dev + chainID == 5668 || // Nexon Dev chainID == 595581 || // Nexon Test chainID == 807424 || // Nexon QA - chainID == 847799 // Nexon Stage + chainID == 847799 || // Nexon Stage + chainID == 60118 // Nexon Mainnet } func UpkeepLink(chainID int64, upkeepID *big.Int) string {