2022-06-19 15:03:30 +08:00

71 lines
1.4 KiB
TypeScript

export const DEFALUT_TOKENS = {
321: [
{
type: 'eth',
address: 'eth',
symbol: 'KCS',
decimal: 18
},
{
type: 'erc20',
address: '0xcaA011E902103752435AC98657B046B282E36509',
symbol: 'CEC',
decimal: 18
},
{
type: 'erc20',
address: '0xBE023C9D294A4668f0d510E2570CB81B4536cE77',
symbol: 'CEG',
decimal: 18
}
],
322: [
{
type: 'eth',
address: 'eth',
symbol: 'tKCS',
decimal: 18
},
{
type: 'erc20',
address: '0xdb6D4bB22E2C12686Efff25a79EC78f9f078fe7D',
symbol: 'CEC',
decimal: 18
},
{
type: 'erc20',
address: '0xC5Cd606b3e9B80b758e8274B198c76D929aA094A',
symbol: 'CEG',
decimal: 18
}
],
97: [
{
type: 'eth',
address: 'eth',
symbol: 'BNB',
decimal: 18
}
],
56: [
{
type: 'eth',
address: 'eth',
symbol: 'BNB',
decimal: 18
}
]
}
export const DEFAULT_NFT_TYPES = {
321: {
hero: '0x0EB362BD40F2288fF25A6Ee1b487cB0cb4638e0D',
weapon: '0x29F67A372AC1c6AcF478A564992D421FE20F2cc8',
chip: '0x54B6ED7EDe9355b471985439421Aa1DC7Da6Dc20'
},
322: {
hero: '0x52917087cd4E48bDb5f336012E677f471f9E1C2D',
weapon: '0x500AD8A4D50d71Af5cA8eA3b12B914f7aE5466f7',
chip: '0x0640958BDb4D7956e1452FacEBD550C6Cf42aC94'
}
}