From df1fe178f00465aa5790fd283bb4bcee76313743 Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Fri, 12 Apr 2024 17:01:22 +0100 Subject: [PATCH 1/3] chore: migrate Polygon testnet from mumbai to amoy --- .env.example | 4 ++-- docs/boson-environments.md | 6 ++---- public/scripts/commit-button-example.html | 2 +- tests/www/test1.html | 3 +-- tests/www/test2.html | 2 +- tests/www/test3.html | 2 +- tests/www/test4.html | 4 ++-- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.env.example b/.env.example index eded8df..e9115c9 100644 --- a/.env.example +++ b/.env.example @@ -41,11 +41,11 @@ REACT_APP_RNFT_LICENSE_TEMPLATE=ipfs://QmdN6tCBkiGiCyr7xEfsEysoYrdkacdU3P2mEdVC5 REACT_APP_FAIR_EXCHANGE_POLICY_RULES=ipfs://QmbVmAspK2wi6Xrm6yB75TLqgfv9PAVv3kWxdsyQpEm79D # A Biconomy API key can be set here, to allow meta transactions in the widgets -REACT_APP_META_TX_API_KEY_MAP={"testing-80001-0":"xxxxxx", "testing-5-0":"xxxxxx"} +REACT_APP_META_TX_API_KEY_MAP={"testing-80002-0":"xxxxxx", "testing-11155111-0":"xxxxxx"} # Biconomy API ids can be set here, to allow meta transactions to the protocol contracts # As each contracts needs its own AipId, we need to consider protocol, and all supported ERC20 tokens -REACT_APP_META_TX_API_IDS_MAP={"testing-80001-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}, "testing-5-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}} +REACT_APP_META_TX_API_IDS_MAP={"testing-80002-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}, "testing-11155111-0":{"protocol": "xxxxxx", "BOSON": "yyyyyy", "WETH", "zzzzzz"}} REACT_APP_MAGIC_API_KEY= diff --git a/docs/boson-environments.md b/docs/boson-environments.md index 5ece93e..1037d81 100644 --- a/docs/boson-environments.md +++ b/docs/boson-environments.md @@ -40,8 +40,7 @@ The following table recaps all configurations, per environment staging - - +
ConfigurationBlockchainSubgraph
staging-80001-0 Polygon Mumbai (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/mumbai-staging
staging-5-0 Ethereum Goerli (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/goerli-staging
staging-80002-0 Polygon Mumbai (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/amoy-staging
staging-11155111-0 Ethereum Sepolia (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/sepolia-staging
@@ -57,8 +56,7 @@ The following table recaps all configurations, per environment
testing - - +
ConfigurationBlockchainSubgraph
testing-80001-0Polygon Mumbai (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/mumbai-testing
testing-5-0 Ethereum Goerli (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/goerli-testing
testing-80002-0Polygon Mumbai (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/amoy-testing
testing-11155111-0 Ethereum Sepolia (testnet)https://api.thegraph.com/subgraphs/name/bosonprotocol/sepolia-testing
diff --git a/public/scripts/commit-button-example.html b/public/scripts/commit-button-example.html index 6697aac..43accce 100644 --- a/public/scripts/commit-button-example.html +++ b/public/scripts/commit-button-example.html @@ -21,7 +21,7 @@

Commit button example