Skip to content

Commit

Permalink
chore: add remark
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill committed Sep 5, 2024
1 parent 212025e commit 4bf17c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/portal/src/domains/staking/slpx/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { utils } from 'ethers'

export const _dstGasForCall = 3000000n
export const _adapterParams = utils.solidityPack(['uint16', 'uint256'], [1, 3200000]) as `0x${string}`

const remark = import.meta.env.REACT_APP_APPLICATION_NAME ?? 'Talisman'

export const _adapterParams = utils.solidityPack(['uint16', 'uint256', 'string'], [1, 3200000, remark]) as `0x${string}`

0 comments on commit 4bf17c5

Please sign in to comment.