fix: change pool contract

This commit is contained in:
nikdementev 2021-10-26 22:00:03 +03:00
parent a0fa76d1a1
commit fa6ce3ca65
No known key found for this signature in database
GPG Key ID: 769B05D57CF16FE2
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ export const CONTRACT_NETWORKS: { [chainId in ChainId]: string } = {
// [ChainId.MAINNET]: '0x8Bfac9EF3d73cE08C7CEC339C0fE3B2e57814c1E',
[ChainId.GOERLI]: '0xE2D9aF526edeB16a02FBC3B68B0eB9B534f9c114',
[ChainId.OPTIMISM]: '0xcd7318c299A82E887f5180EF865a4c350dFC9fe5',
[ChainId.XDAI]: '0xdd85b1dbE3379AFA37F703822f9E328d4bAf8625',
// [ChainId.XDAI]: '0xdd85b1dbE3379AFA37F703822f9E328d4bAf8625', // BNB
[ChainId.XDAI]: '0xbA41BDf9fB0015ed852F9f221176C48FD9158B43', // ETH
};
export const RPC_LIST: { [chainId in ChainId]: string } = {