refactored payment orchestration

This commit is contained in:
Stephan D
2026-02-03 00:40:46 +01:00
parent 05d998e0f7
commit 5e87e2f2f9
184 changed files with 3920 additions and 2219 deletions

View File

@@ -86,8 +86,9 @@ func (n ChainNetwork) IsEVM() bool {
func (n ChainNetwork) IsTestnet() bool {
switch n {
case ChainNetworkTronNile:
case ChainNetworkArbitrumSepolia:
return true
default:
return false
}
return false
}