Skip to content

Commit

Permalink
Commit all configs for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 2, 2024
1 parent f3dee3f commit 3725f76
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ selected_networks = ["ARBITRUM_SEPOLIA"]

[ARBITRUM_SEPOLIA.VRFv2Plus.General]
use_existing_env = true

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["AVALANCHE_FUJI"]

[AVALANCHE_FUJI.VRFv2Plus.General]
use_existing_env = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["BSC_TESTNET"]

[BSC_TESTNET.VRFv2Plus.General]
use_existing_env = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["NEXON_DEV"]

[NEXON_DEV.VRFv2Plus.General]
use_existing_env = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["NEXON_QA"]

[NEXON_QA.VRFv2Plus.General]
use_existing_env = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["NEXON_STAGE"]

[NEXON_STAGE.VRFv2Plus.General]
use_existing_env = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["NEXON_TEST"]

[NEXON_TEST.VRFv2Plus.General]
use_existing_env = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
selected_networks = ["SEPOLIA"]

[SEPOLIA.VRFv2Plus.General]
use_existing_env = true

0 comments on commit 3725f76

Please sign in to comment.