Skip to content

Commit

Permalink
chore: update latest epoch hash (#8066)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xean authored Nov 1, 2024
1 parent e5db0c5 commit 84d25a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chain-adapters/src/utils/validateAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const assertAddressNotSanctioned = async (address: string): Promise<void>
}
})()

if (!valid) throw Error('Address not supported')
if (!valid) throw Error(`Address ${address} not supported`)
}
2 changes: 1 addition & 1 deletion src/pages/RFOX/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const withdrawEvent = getAbiItem({ abi: RFOX_ABI, name: 'Withdraw' })

export const IPFS_GATEWAY = 'https://gateway.shapeshift.com/ipfs'

export const CURRENT_EPOCH_IPFS_HASH = 'QmRKiwyENL6MUCPXm4MNRszQag863rFZQuFuD5YcxA8m3C'
export const CURRENT_EPOCH_IPFS_HASH = 'QmRJuUeRKQa3bASqEXuhbZ2yBeTK9KDzTPXVMocbg6UqJi'

const client = viemClientByNetworkId[arbitrum.id]

Expand Down

0 comments on commit 84d25a3

Please sign in to comment.