Skip to content

Commit

Permalink
Merge branch 'feat/staking-v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
GiambiHuang committed Sep 25, 2023
2 parents 5501cb6 + 8aab734 commit ed4e6be
Show file tree
Hide file tree
Showing 43 changed files with 13,044 additions and 1,534 deletions.
968 changes: 968 additions & 0 deletions dist/api/evm/abis/Config.json

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions dist/api/evm/abis/Reward.json

Large diffs are not rendered by default.

1,229 changes: 1,229 additions & 0 deletions dist/api/evm/abis/Staking.json

Large diffs are not rendered by default.

690 changes: 690 additions & 0 deletions dist/api/evm/abis/System.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/api/evm/evm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export declare const hashAddressTofraAddress: (addresss: string, bridgeAddress:
export declare const hashAddressTofraAddressByNFT: (address: string, tokenId: string, bridgeAddress: string, web3WalletInfo: IWebLinkedInfo) => Promise<string>;
export declare const hashAddressTofraAddressBy1155: (address: string, tokenId: string, bridgeAddress: string, web3WalletInfo: IWebLinkedInfo) => Promise<string>;
export declare const fraToBar: (bridgeAddress: string, recipientAddress: string, amount: string, web3WalletInfo: IWebLinkedInfo) => Promise<TransactionReceipt | any>;
export declare const approveToken: (tokenAddress: string, deckAddress: string, price: string, web3WalletInfo: IWebLinkedInfo) => Promise<import("web3-eth").TransactionReceipt>;
export declare const approveToken: (tokenAddress: string, deckAddress: string, price: string, web3WalletInfo: IWebLinkedInfo) => Promise<import("web3-core").TransactionReceipt>;
export declare const frc20ToBar: (bridgeAddress: string, recipientAddress: string, tokenAddress: string, tokenAmount: string, web3WalletInfo: IWebLinkedInfo) => Promise<TransactionReceipt | any>;
export declare function getPrismConfig(): Promise<{
ledgerAddress: string;
assetAddress: string;
bridgeAddress: string;
}>;
export declare const approveNFT: (tokenAddress: string, deckAddress: string, tokenId: string, nftType: string, web3WalletInfo: IWebLinkedInfo) => Promise<import("web3-eth").TransactionReceipt>;
export declare const approveNFT: (tokenAddress: string, deckAddress: string, tokenId: string, nftType: string, web3WalletInfo: IWebLinkedInfo) => Promise<import("web3-core").TransactionReceipt>;
export declare const getDomainCurrentText: (name: string) => Promise<{
eth: string;
fra: string;
Expand Down
Loading

0 comments on commit ed4e6be

Please sign in to comment.