UNPKG

@reown/appkit-controllers

Version:

The full stack toolkit to build onchain app UX.

155 lines 4.66 kB
export const ONRAMP_TRANSACTIONS_RESPONSES_JAN = { SUCCESS: { id: '1eeccf2f-ef04-6d48-a2dd-0e1dca1d3cfb', metadata: { operationType: 'buy', hash: '0xbf5f116e0e77b304404ff873b527578d8c0a247732a50b0da174a533b669ab5b', minedAt: '2024-01-15T16:59:37.345Z', sentFrom: '0x97D9C49eF79B20e865673b7099c7A2d77B74be88', sentTo: '0xf3ea39310011333095CFCcCc7c4Ad74034CABA64', status: 'confirmed', nonce: 1, chain: 'eip155:137' }, transfers: [ { fungible_info: { name: 'USDC', symbol: 'USDC' }, direction: 'in', quantity: { numeric: '3.003898' } } ] }, FAILED: { id: '1eeccf2f-ef04-6d48-a2dd-0e1dca1d3cfb', metadata: { operationType: 'buy', hash: '', minedAt: '2024-01-15T16:59:37.345Z', sentFrom: '0x97D9C49eF79B20e865673b7099c7A2d77B74be88', sentTo: '0xf3ea39310011333095CFCcCc7c4Ad74034CABA64', status: 'failed', nonce: 1, chain: 'eip155:137' }, transfers: [ { fungible_info: { name: 'USDC', symbol: 'USDC' }, direction: 'in', quantity: { numeric: '4.995375' } } ] }, IN_PROGRESS: { id: '1eeccf2f-ef04-6d48-a2dd-0e1dca1d3cfb', metadata: { operationType: 'buy', hash: '', minedAt: '2024-01-15T16:59:37.345Z', sentFrom: '0x97D9C49eF79B20e865673b7099c7A2d77B74be88', sentTo: '0xf3ea39310011333095CFCcCc7c4Ad74034CABA64', status: 'pending', nonce: 1, chain: 'eip155:137' }, transfers: [ { fungible_info: { name: 'USDC', symbol: 'USDC' }, direction: 'in', quantity: { numeric: '4.995375' } } ] } }; export const ONRAMP_TRANSACTIONS_RESPONSES_FEB = { SUCCESS: { id: '1eecc239-9ed5-696e-afeb-129d128962f1', metadata: { operationType: 'buy', hash: '0xbf5f116e0e77b304404ff873b527578d8c0a247732a50b0da174a533b669ab5b', minedAt: '2024-02-15T16:59:37.345Z', sentFrom: '0x97D9C49eF79B20e865673b7099c7A2d77B74be88', sentTo: '0xf3ea39310011333095CFCcCc7c4Ad74034CABA64', status: 'confirmed', nonce: 1, chain: 'eip155:137' }, transfers: [ { fungible_info: { name: 'USDC', symbol: 'USDC' }, direction: 'in', quantity: { numeric: '3.003898' } } ] }, FAILED: { id: '1eecc239-9ed5-696e-afeb-129d128962f1', metadata: { operationType: 'buy', hash: '', minedAt: '2024-02-15T16:59:37.345Z', sentFrom: '0x97D9C49eF79B20e865673b7099c7A2d77B74be88', sentTo: '0xf3ea39310011333095CFCcCc7c4Ad74034CABA64', status: 'failed', nonce: 1, chain: 'eip155:137' }, transfers: [ { fungible_info: { name: 'USDC', symbol: 'USDC' }, direction: 'in', quantity: { numeric: '4.995375' } } ] }, IN_PROGRESS: { id: '1eecc239-9ed5-696e-afeb-129d128962f1', metadata: { operationType: 'buy', hash: '', minedAt: '2024-02-15T16:59:37.345Z', sentFrom: '0x97D9C49eF79B20e865673b7099c7A2d77B74be88', sentTo: '0xf3ea39310011333095CFCcCc7c4Ad74034CABA64', status: 'pending', nonce: 1, chain: 'eip155:137' }, transfers: [ { fungible_info: { name: 'USDC', symbol: 'USDC' }, direction: 'in', quantity: { numeric: '4.995375' } } ] } }; //# sourceMappingURL=OnrampTransactions.js.map