Skip to content

Commit

Permalink
Disable Polygon zkEVM
Browse files Browse the repository at this point in the history
There are some polygon zkEVM payment bugs to fix before reenabling.
  • Loading branch information
ryanberckmans committed Jul 9, 2024
1 parent aa67d30 commit 213f90f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pretix_eth/static/pretix_eth/web3modal-dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"main.js": "/static/pretix_eth/web3modal-dist/web3modal.aae5b37bfac8eee73b79.js",
"main.js": "/static/pretix_eth/web3modal-dist/web3modal.41f2ebb3989a6b3f7d46.js",
"periodicCheck.js": "/static/pretix_eth/web3modal-dist/web3modal.ebe91d40da5f60dacd9b.js",
"web3modal.js.map": "/static/pretix_eth/web3modal-dist/web3modal.ebe91d40da5f60dacd9b.js.map"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion pretix_eth/web3modal/src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function makePayment() {
// }

make3citiesIframe({
tcBaseUrl: 'https://3cities.xyz/#/pay?c=CAESFGdAb29187sroN7d8mdtO6b1XHAPIgICASoCARA6DEVUSCBXRVRIIERBSUo1AQoBAAoEAgEGAQoIBAUDCgUJAQQECgUDBAMFAgoDBAQEAwoIAQQFBwoBAQABCgcHBwcHBwc', // this is a production payment link with baked in settings: single receiver address 0x67406f6F75F3Bb2bA0DeDdf2676D3bA6F55C700F; chain allowlist Ethereum Mainnet, OP Mainnet, Arbitrum One, Scroll, Linea, Zora, Base, Polygon zkEVM, Blast, Mode; TODO add zkSync Era after multi receiver address is implemented and Taiko; ETH, WETH, DAI; TODO add USDC, USDT, LUSD, USDP, PYUSD, GUSD after legal approval; TODO add USDGLO to 3cities --> TODO pass chain/token allowlist as URL params sourced from plugin config
tcBaseUrl: 'https://3cities.xyz/#/pay?c=CAESFGdAb29187sroN7d8mdtO6b1XHAPIgICASoCARA6DEVUSCBXRVRIIERBSUowAQoBAAoEAgEGAQoIBAUDCgUDBAMFAgoHBwcHBwcHCgUJAQQECggBBAUHCgMEBAQD', // this is a production payment link with baked in settings: single receiver address 0x67406f6F75F3Bb2bA0DeDdf2676D3bA6F55C700F; chain allowlist: Ethereum Mainnet, OP Mainnet, Arbitrum One, Scroll, Linea, Zora, Base, Blast, Mode; TODO add zkSync Era after multi receiver address is implemented and Taiko; TODO add Polygon zkEVM after the payment bugs on it are fixed; token allowlist: ETH, WETH, DAI; TODO add USDC, USDT, LUSD, USDP, PYUSD, GUSD after legal approval; TODO add USDGLO to 3cities --> TODO pass chain/token allowlist as URL params sourced from plugin config
receiverAddress: GlobalPretixEthState.paymentDetails['recipient_address'],
paymentLogicalAssetAmountInUsd: GlobalPretixEthState.paymentDetails['amount'],
primaryCurrency: GlobalPretixEthState.paymentDetails['primary_currency'],
Expand Down

0 comments on commit 213f90f

Please sign in to comment.