Skip to content

Commit

Permalink
VRF-1134: Update super scripts for BHS backward mode to include Nexon…
Browse files Browse the repository at this point in the history
… updated chain ids (#13792)
  • Loading branch information
iljapavlovs authored Jul 10, 2024
1 parent f4f635e commit 338bea8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/scripts/common/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 338bea8

Please sign in to comment.