Added network code to OrionUnit

This commit is contained in:
Aleksandr Kraiz
2022-05-13 21:49:11 +04:00
parent cd7ce6d384
commit 0af12f707f
3 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ export default function initOrionUnit(chain: string, env: string) {
return new OrionUnit(
chainId,
chainInfo.code,
envNetworkInfo.rpc ?? chainInfo.rpc,
env,
envNetworkInfo.api,