Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
repo_for_exchange:
required: false
default: 'LedgerHQ/app-exchange'
default: 'blockydevs/app-exchange'
type: string

branch_for_stellar:
Expand Down Expand Up @@ -101,15 +101,6 @@ on:
default: 'LedgerHQ/app-tron'
type: string

branch_for_near:
required: false
default: 'develop'
type: string
repo_for_near:
required: false
default: 'LedgerHQ/app-near'
type: string

branch_for_ton:
required: false
default: 'develop'
Expand Down Expand Up @@ -137,15 +128,6 @@ on:
default: 'LedgerHQ/app-cosmos'
type: string

branch_for_sui:
required: false
default: 'develop'
type: string
repo_for_sui:
required: false
default: 'LedgerHQ/app-sui'
type: string

branch_for_aptos:
required: false
default: 'develop'
Expand Down
4 changes: 2 additions & 2 deletions test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def pytest_configure(config):
"ton": "TON",
"ATOM": "Cosmos",
"cardano": "Cardano ADA",
"near": "NEAR",
"sui": "Sui",
# "near": "NEAR",
# "sui": "Sui",
"boilerplate": "Boilerplate",
"kaspa": "Kaspa",
"hedera": "Hedera"
Expand Down
Loading