We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b91c9 commit 97ee435Copy full SHA for 97ee435
packages/smart-contracts/src/lib/artifacts/BatchConversionPayments/index.ts
@@ -49,6 +49,16 @@ export const batchConversionPaymentsArtifact = new ContractArtifact<BatchConvers
49
address: '0x42c466ccF141A8EBE0Aa2ECEF06A4f4BE9a9B526',
50
creationBlockNumber: 19892946,
51
},
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
60
+ creationBlockNumber: 19146859,
61
62
63
64
0 commit comments