issues
search
perawallet
/
connect
JavaScript SDK for integrating Pera Wallet to web applications.
https://perawallet.app
Other
64
stars
20
forks
source link
fix: Remove `network` param
#88
Closed
mucahit
closed
1 year ago
mucahit
commented
1 year ago
Firstly Merge:
https://github.com/perawallet/connect/pull/92
network
param has been removed, no need for it.
staging
config file has been removed, we just have the prod one.
app_meta
param has been removed, it is unnecessary.
made a couple of tiny code cleanup
Firstly Merge: https://github.com/perawallet/connect/pull/92
network
param has been removed, no need for it.staging
config file has been removed, we just have the prod one.app_meta
param has been removed, it is unnecessary.