From ee73ead8ae0b433b62b547a7b289a00b07b5584c Mon Sep 17 00:00:00 2001 From: kaleb Date: Mon, 25 Mar 2024 20:59:54 +0100 Subject: [PATCH 1/2] version increment --- omnibus-base-mainnet-andromeda.toml | 2 +- omnibus-base-sepolia-andromeda.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/omnibus-base-mainnet-andromeda.toml b/omnibus-base-mainnet-andromeda.toml index 71c20a25a..4a888ae1d 100644 --- a/omnibus-base-mainnet-andromeda.toml +++ b/omnibus-base-mainnet-andromeda.toml @@ -1,5 +1,5 @@ name = "synthetix-omnibus" -version = "5" +version = "6" description = "Andromeda deployment" preset = "andromeda" include = [ diff --git a/omnibus-base-sepolia-andromeda.toml b/omnibus-base-sepolia-andromeda.toml index f58dfa36f..a8b3866ea 100644 --- a/omnibus-base-sepolia-andromeda.toml +++ b/omnibus-base-sepolia-andromeda.toml @@ -1,5 +1,5 @@ name = "synthetix-omnibus" -version = "7" +version = "8" description = "Andromeda dev deployment" preset = "andromeda" include = [ From 0ed23bc62e1648dce87db21d59fe82c0aa243504 Mon Sep 17 00:00:00 2001 From: Noisekit Date: Tue, 26 Mar 2024 09:22:51 +0800 Subject: [PATCH 2/2] Disable sepolia test --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fee859892..571912c44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -623,13 +623,13 @@ workflows: chain-id: 10 provider-url: https://optimism-mainnet.infura.io/v3/$INFURA_API_KEY - - fork-test: - name: sepolia - toml: omnibus-sepolia.toml - package: "synthetix-omnibus:latest" - preset: "main" - chain-id: 11155111 - provider-url: https://sepolia.infura.io/v3/$INFURA_API_KEY + # - fork-test: + # name: sepolia + # toml: omnibus-sepolia.toml + # package: "synthetix-omnibus:latest" + # preset: "main" + # chain-id: 11155111 + # provider-url: https://sepolia.infura.io/v3/$INFURA_API_KEY - fork-test: name: polygon-mumbai