mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-02-06 01:03:43 +00:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
import Web3 from "web3";
|
|
|
|
export const config = {
|
|
web3: Web3 | undefined
|
|
};
|
|
|
|
export const redeemPath = "/redeem/:bucketAddress/:recipientAddress";
|