forked from Tonnanto/flutter-bird
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update WalletConnect v2 and connect metamask (#2)
* feat: update WalletConnect v2 and connect metamask * chore: apply review * fix: change url
- Loading branch information
Showing
7 changed files
with
112 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,5 @@ app.*.map.json | |
|
||
/lib/secrets.dart | ||
/analysis_options.yaml | ||
|
||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
const chainId = 5; // Goerli Testnet | ||
const flutterBirdSkinsContractAddress = '0x387f544E4c3B2351d015dF57c30831Ad58D6C798'; | ||
const ipfsGatewayUrl = 'https://nftstorage.link/ipfs/'; | ||
const chainId = 1001; // Klaytn Testnet baobab | ||
const flutterBirdSkinsContractAddress = '0xAca84dc56A05bbC7a335a74d9e13C91dfA2Ea16D'; | ||
const ipfsGatewayUrl = 'https://nftstorage.link/ipfs/'; //FIXME: | ||
const alchemyNodeProviderUrl = 'https://eth-goerli.g.alchemy.com/v2/'; | ||
const walletConnectBridge = 'https://bridge.walletconnect.org'; | ||
const klaytnBaobabProviderUrl = 'https://public-en-baobab.klaytn.net'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters