Skip to content

Commit 97ee435

Browse files
authored
fix(smart-contract): batch conversion - add xdai and fuse proxy addresses (#919)
* add xdai and fuse network * comment correction
1 parent a9b91c9 commit 97ee435

File tree

1 file changed

+10
-0
lines changed
  • packages/smart-contracts/src/lib/artifacts/BatchConversionPayments

1 file changed

+10
-0
lines changed

packages/smart-contracts/src/lib/artifacts/BatchConversionPayments/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ export const batchConversionPaymentsArtifact = new ContractArtifact<BatchConvers
4949
address: '0x42c466ccF141A8EBE0Aa2ECEF06A4f4BE9a9B526',
5050
creationBlockNumber: 19892946,
5151
},
52+
// Caution: no ETHConversion proxy on xDai
53+
xdai: {
54+
address: '0x42c466ccF141A8EBE0Aa2ECEF06A4f4BE9a9B526',
55+
creationBlockNumber: 24192455,
56+
},
57+
// Caution: no ERC20Conversion proxy on fuse
58+
fuse: {
59+
address: '0x42c466ccF141A8EBE0Aa2ECEF06A4f4BE9a9B526',
60+
creationBlockNumber: 19146859,
61+
},
5262
},
5363
},
5464
},

0 commit comments

Comments
 (0)