fix: echoer contract address & start block

This commit is contained in:
nikdementev 2021-06-10 14:48:31 +03:00
parent 8e29ae7372
commit cd10d5d46d
No known key found for this signature in database
GPG Key ID: 769B05D57CF16FE2
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
const contracts = [
{
prod: 8158799,
prod: 8159269,
network: 'bsc',
name: 'Echoer',
address: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
address: '0xa75BF2815618872f155b7C4B0C81bF990f5245E4',
},
];