Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed May 6, 2024
1 parent a97f8d7 commit 427a1f7
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FALLBACK_ESTIMATED_GAS } from '@core/layer-2/constants'
import { TESTNET_EVM_CHAIN_CONFIGURATION, SupportedNetworkId } from '@core/network/constants'
import { IscChain } from '@core/network/classes'
import { getOutputParameters } from '../utils'
import { ReturnStrategy, SubjectType } from '../enums'
import { IToken, IPersistedToken } from '@core/token/interfaces'
Expand Down Expand Up @@ -32,19 +33,7 @@ const nativeTokenAsset: IToken = {
verification: { verified: true, status: VerifiedStatus.SelfVerified },
}

const destinationNetwork = {
...TESTNET_EVM_CHAIN_CONFIGURATION,
getMetadata() {
return {
gasFeePolicy: {
gasPerToken: {
a: 1,
b: 1,
},
},
}
},
}
const destinationNetwork = new IscChain(TESTNET_EVM_CHAIN_CONFIGURATION)

const nftId = '0xcd9430ff870a22f81f92428e5c06975fa3ec1a993331aa3db9fb2298e931ade1'
const surplus = '50000'
Expand Down

0 comments on commit 427a1f7

Please sign in to comment.