ecpay_expo/app/(tabs)/shared.tsx
2024-12-31 10:29:02 +05:30

39 lines
1.1 KiB
TypeScript

export const CHAIN_ID = 421614; // Arbitrum Sepolia
export const CONTRACT_ADDRESS = '0x5C38736f3E8d2A4F4Ca742fE0B6c4e22D3dB8917';
export const TOKEN_CONTRACT_ADDRESS = '0x976E7ED682f781F39Fd79BF2966bB54A9CBbDF5F';
export const RECEIPENT_ADDRESS = "0xE09865aaCd816729C19E4BeA4caFf247704De9fE";
//Old contract: 0xa9B7B85cFB7eD8C57b92086C52c63E3c01eac0C0
/*
inputs: [
{
internalType: "address",
name: "receiver",
type: "address",
}
],
*/
//New contract: 0xad36caE443aBa3130a5a01F76F19B89b5C8118FA
// export const contractABI = [
// {
// inputs: [],
// name: "transferETH",
// outputs: [],
// stateMutability: "payable",
// type: "function"
// }
// ];
export const projectId = 'e3a443e9ea8dbf483ef28f1d4f8393de';
export const providerMetadata = {
name: 'ECPAY',
description: 'Pay merchants with EASE',
url: 'https://vps.playpoolstudios.com',
icons: ['https://example.com/icon.png'],
redirect: {
native: 'ecpay://',
universal: 'https://example.com',
},
};