Skip to content

Commit 09713a4

Browse files
chore: drop unintended workflow and peers_test changes from PR
1 parent 19132c5 commit 09713a4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/contracts-ecdsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ jobs:
352352
environment: ${{ github.event.inputs.environment }}
353353
upstream_builds: ${{ github.event.inputs.upstream_builds }}
354354
upstream_ref: dapp-development
355-
version: ${{ steps.npm-version-bump.outputs.version }}
355+
version: ${{ steps.npm-version-bump.outputs.version }}

.github/workflows/contracts-random-beacon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,4 @@ jobs:
346346
environment: ${{ github.event.inputs.environment }}
347347
upstream_builds: ${{ github.event.inputs.upstream_builds }}
348348
upstream_ref: dapp-development
349-
version: ${{ steps.npm-version-bump.outputs.version }}
349+
version: ${{ steps.npm-version-bump.outputs.version }}

config/peers_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func TestResolvePeers(t *testing.T) {
2525
network: network.Testnet,
2626
expectedPeers: []string{
2727
"/dns4/bst-a01.test.keep.boar.network/tcp/6001/ipfs/16Uiu2HAmSLDSahiKyTbCNNu8wJmZAsiKF7wuYJ8mogY8ZuAG1jhu",
28-
"/dns4/keep-validator-0.eks-ap-northeast-2-secure.staging.staked.cloud/tcp/3919/ipfs/16Uiu2HAm77eSvRq5ioD4J8VFPkq3bJHBEHkssCuiFkgAoABwjo2S",
2928
},
3029
},
3130
"developer network": {

0 commit comments

Comments
 (0)