增加第三方erc20token的支持
This commit is contained in:
parent
ceb8cca8dc
commit
ba0d976e42
@ -33,6 +33,20 @@ module.exports = {
|
||||
name: 'chip',
|
||||
type: 'erc721',
|
||||
},
|
||||
{
|
||||
type: 'erc20',
|
||||
address: '0xaa34B79A0Ab433eaC900fB3CB9f191F5Cd27501D',
|
||||
symbol: 'USDT',
|
||||
decimal: 18,
|
||||
thirdparty: 1,
|
||||
},
|
||||
{
|
||||
type: 'erc20',
|
||||
address: '0x944D0A8463B2c955F90F7252bBb99A3395087155',
|
||||
symbol: 'USDC',
|
||||
decimal: 6,
|
||||
thirdparty: 1,
|
||||
},
|
||||
],
|
||||
contracts: {
|
||||
minterFactory: '0x1A27515c35a92Fb276c2670fa27C85ffAd75D094',
|
||||
|
@ -32,6 +32,20 @@ module.exports = {
|
||||
name: 'gacha',
|
||||
type: 'erc721',
|
||||
},
|
||||
{
|
||||
type: 'erc20',
|
||||
address: '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
|
||||
symbol: 'USDT',
|
||||
decimal: 6,
|
||||
thirdparty: 1,
|
||||
},
|
||||
{
|
||||
type: 'erc20',
|
||||
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
|
||||
symbol: 'USDC',
|
||||
decimal: 6,
|
||||
thirdparty: 1,
|
||||
},
|
||||
],
|
||||
contracts: {
|
||||
minterFactory: '0x24499444b2BE6A8E3F800D47E4Ed0c36B5c0747e',
|
||||
|
Loading…
x
Reference in New Issue
Block a user