Skip to content

Commit

Permalink
Add BSC testnet artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bertux committed Sep 30, 2021
1 parent 4d8df62 commit 48e39c3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
Expand Up @@ -28,6 +28,10 @@ export const chainlinkConversionPath = new ContractArtifact<ChainlinkConversionP
address: '0xEEc4790306C43DC00cebbE4D0c36Fadf8634B533',
creationBlockNumber: 18326897,
},
bsctest: {
address: '0xEEc4790306C43DC00cebbE4D0c36Fadf8634B533',
creationBlockNumber: 12759694,
},
},
},
},
Expand Down
Expand Up @@ -45,6 +45,10 @@ export const erc20FeeProxyArtifact = new ContractArtifact<ERC20FeeProxy>(
address: '0x0DfbEe143b42B41eFC5A6F87bFD1fFC78c2f0aC9',
creationBlockNumber: 18326896
},
bsctest: {
address: '0x0DfbEe143b42B41eFC5A6F87bFD1fFC78c2f0aC9',
creationBlockNumber: 12759691
},
},
},
'0.2.0': {
Expand Down Expand Up @@ -86,7 +90,11 @@ export const erc20FeeProxyArtifact = new ContractArtifact<ERC20FeeProxy>(
xdai: {
address: '0x0DfbEe143b42B41eFC5A6F87bFD1fFC78c2f0aC9',
creationBlockNumber: 18326896
}
},
bsctest: {
address: '0x0DfbEe143b42B41eFC5A6F87bFD1fFC78c2f0aC9',
creationBlockNumber: 12759691
},
},
},
},
Expand Down
Expand Up @@ -20,6 +20,10 @@ export const erc20SwapToPayArtifact = new ContractArtifact<ERC20SwapToPay>(
address: '0xb674e3d228e631594D8fd4BF947E1811288bf836',
creationBlockNumber: 7363204,
},
bsctest: {
address: '0x75740D9b5cA3BCCb356CA7f0D0dB71aBE427a835',
creationBlockNumber: 12759707,
},
},
},
'0.3.0': {
Expand All @@ -37,6 +41,10 @@ export const erc20SwapToPayArtifact = new ContractArtifact<ERC20SwapToPay>(
address: '0x1B5077Ca852d39CDDeDaF45FAF1235841854420b',
creationBlockNumber: 7408086,
},
bsctest: {
address: '0x75740D9b5cA3BCCb356CA7f0D0dB71aBE427a835',
creationBlockNumber: 12759707,
},
},
},
},
Expand Down
Expand Up @@ -28,6 +28,10 @@ export const erc20ConversionProxy = new ContractArtifact<Erc20ConversionProxy>(
address: '0xf0f49873C50765239F6f9534Ba13c4fe16eD5f2E',
creationBlockNumber: 18326898,
},
bsctest: {
address: '0xf0f49873C50765239F6f9534Ba13c4fe16eD5f2E',
creationBlockNumber: 12759699,
},
},
},
},
Expand Down
Expand Up @@ -20,6 +20,10 @@ export const erc20SwapConversionArtifact = new ContractArtifact<ERC20SwapToConve
address: '0x38443a9501F20C3bf2BDff14244665F3aEC86bA2',
creationBlockNumber: 8884276,
},
bsctest: {
address: '0x1d6B06C6f7adFd9314BD4C58a6D306261113a1D4',
creationBlockNumber: 12759710,
},
},
},
},
Expand Down
Expand Up @@ -23,7 +23,11 @@ export const ethereumProxyArtifact = new ContractArtifact<EthereumProxy>(
xdai: {
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 18326895
}
},
bsctest: {
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 12759688
},
// FIXME: Temporarily disable this artifact to fix ETH payment detection
// because Matic doesn't support eth_getLogs for many blocks.
// The fix will be to use TheGraph for Ethereum Proxy
Expand Down

0 comments on commit 48e39c3

Please sign in to comment.