Browse Source

commit

master
mac 4 months ago
parent
commit
3d735f9334
  1. 10
      src/contract/index.ts

10
src/contract/index.ts

@ -37,11 +37,11 @@ import { ContractType } from '~/types/store';
},
} as any
// if(process.env.REACT_APP_CHAINID === '56'){
// delete config[97]
// }else{
// delete config[56]
// }
if(process.env.REACT_APP_CHAINID === '56'){
delete config[97]
}else{
delete config[56]
}
// 57.333333333333333332
const contractObj = {

Loading…
Cancel
Save