Skip to content

Commit 7adae01

Browse files
authored
Merge branch 'main' into matter-labs#79-ellipsis
2 parents b1f79c0 + e817fae commit 7adae01

8 files changed

+14
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.4](https://github.com/matter-labs/zksync-dapp-checkout/compare/3.1.3...3.1.4) (2022-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* update infura keys on all environments ([#88](https://github.com/matter-labs/zksync-dapp-checkout/issues/88)) ([99149a3](https://github.com/matter-labs/zksync-dapp-checkout/commit/99149a3e89b6e572dd576d7c8927b81cec88677b))
7+
18
## [3.1.3](https://github.com/matter-labs/zksync-dapp-checkout/compare/3.1.2...3.1.3) (2022-01-04)
29

310

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu
7575

7676
---
7777

78+
7879
## Release CI
7980

8081
> This sharable configuration conforms to angular standard

environments/.env.mainnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, c
1010
zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments"
1111
GTAG_ID=GTM-P9S4QSF
1212

13-
APP_INFURA_API_KEY=a8554ac14ea04fc3b8c04f35f9e0596a
13+
APP_INFURA_API_KEY=f60769ea380544dfa0d2c28bdf869a38
1414
APP_ONBOARDING_APP_ID=d5160d1b-92f3-483b-8a54-ec8a5d1c100d
1515
APP_FORTMATIC=pk_live_6B0C5E23B6D8FD3A
1616
APP_PORTIS=2de02c10-9d10-4626-99cb-b71ebedab5c6

environments/.env.rinkeby

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, c
1010
zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments"
1111
GTAG_ID=GTM-P9S4QSF
1212

13-
APP_INFURA_API_KEY=72b13ae588b44eb9bc04c571bf22c984
13+
APP_INFURA_API_KEY=f60769ea380544dfa0d2c28bdf869a38
1414
APP_ONBOARDING_APP_ID=c4b83f7e-9bea-40d8-ad61-539f800863ee
1515
APP_FORTMATIC=pk_test_6CCD7EB1D7A9D0DB
1616
APP_PORTIS=68099bdc-3de9-4adc-ace0-e4664c1e77b4

environments/.env.rinkeby-beta

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GTAG_ID=GTM-P9S4QSF
88
ZK_SPECIAL_API="rinkeby-beta-api.zksync.io"
99
ZK_SPECIAL_SCAN="rinkeby-beta-scan.zksync.dev"
1010

11-
APP_INFURA_API_KEY=72b13ae588b44eb9bc04c571bf22c984
11+
APP_INFURA_API_KEY=f60769ea380544dfa0d2c28bdf869a38
1212
APP_ONBOARDING_APP_ID=c4b83f7e-9bea-40d8-ad61-539f800863ee
1313
APP_FORTMATIC=pk_test_6CCD7EB1D7A9D0DB
1414
APP_PORTIS=68099bdc-3de9-4adc-ace0-e4664c1e77b4

environments/.env.ropsten

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SITE_KEYWORDS="zkSync, Checkout, send payments in crypto, add payment gateway, c
1010
zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure payments, scalable crypto payments"
1111
GTAG_ID=GTM-P9S4QSF
1212

13-
APP_INFURA_API_KEY=72b13ae588b44eb9bc04c571bf22c984
13+
APP_INFURA_API_KEY=f60769ea380544dfa0d2c28bdf869a38
1414
APP_ONBOARDING_APP_ID=c4b83f7e-9bea-40d8-ad61-539f800863ee
1515
APP_FORTMATIC=pk_test_6CCD7EB1D7A9D0DB
1616
APP_PORTIS=68099bdc-3de9-4adc-ace0-e4664c1e77b4

environments/.env.ropsten-beta

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zero-knowledge proofs, Ethereum, crypto, blockchain, permissionless, L2, secure
1111
GTAG_ID=GTM-P9S4QSF
1212
ZK_NETWORK="ropsten-beta"
1313

14-
APP_INFURA_API_KEY=72b13ae588b44eb9bc04c571bf22c984
14+
APP_INFURA_API_KEY=f60769ea380544dfa0d2c28bdf869a38
1515
APP_ONBOARDING_APP_ID=c4b83f7e-9bea-40d8-ad61-539f800863ee
1616
APP_FORTMATIC=pk_test_6CCD7EB1D7A9D0DB
1717
APP_PORTIS=68099bdc-3de9-4adc-ace0-e4664c1e77b4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "zkSync Checkout — simple permissionless DeFi payment gateway",
44
"homepage": "https://checkout.zksync.io",
55
"description": "zkSync Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet.",
6-
"version": "3.1.3",
6+
"version": "3.1.4",
77
"keywords": [
88
"zksync",
99
"ethereum",

0 commit comments

Comments
 (0)