Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: staking on big dipper [web-desmos] #1244

Draft
wants to merge 343 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
343 commits
Select commit Hold shift + click to select a range
d83c856
updated onClose func
MonikaCat Jan 5, 2023
83fe22e
updated connect wallet hooks.ts
MonikaCat Jan 5, 2023
b0ccf90
updated wallet connect dialog
MonikaCat Jan 5, 2023
506c422
update connect wallet, add onContinue props
MonikaCat Jan 5, 2023
59e2c0c
update login/logout hooks
MonikaCat Jan 5, 2023
78b389b
rm recoil/wallet
MonikaCat Jan 5, 2023
4208452
add link to accout details
MonikaCat Jan 5, 2023
4daf6bc
mv wallet dialog to login dialog component
MonikaCat Jan 6, 2023
0bb2d2f
rm console.log
MonikaCat Jan 6, 2023
16c62cc
add recoil/wallet
MonikaCat Jan 6, 2023
ecddfa7
updated recoil wallet hooks
MonikaCat Jan 6, 2023
e5dace1
add useWalletRecoil to app main
MonikaCat Jan 6, 2023
92ddc33
updated ConnectWallet component
MonikaCat Jan 6, 2023
7538e07
updated showWallet to showWalletDetails obj
MonikaCat Jan 6, 2023
5ea218f
updated recoil wallet selectors
MonikaCat Jan 6, 2023
f08be03
fix wallet connect hooks, use recoil state
MonikaCat Jan 6, 2023
0886058
updated useConnectWalletList import
MonikaCat Jan 6, 2023
fe863b4
update env values
MonikaCat Jan 6, 2023
d95fe3f
updated walllet dropdown buttons
MonikaCat Jan 6, 2023
bfdfc59
add pubkey and wallet name to user state
MonikaCat Jan 6, 2023
eee8e7d
rm WalletDetails from declararions
MonikaCat Jan 6, 2023
53bb616
updated the user state in hooks.ts
MonikaCat Jan 6, 2023
269798d
update wallet name to read from recoil
MonikaCat Jan 6, 2023
b5f531b
update pairing dialog hook
MonikaCat Jan 9, 2023
f3c1435
tidy cosmos client methods
MonikaCat Jan 9, 2023
619afd1
add pubkey to user recoil state
MonikaCat Jan 9, 2023
23c6e0b
Merge branch 'main' into BDU-670-connected-wallet-menu
teamchong Jan 10, 2023
7a876ef
rm select network dialog import from connect wallet
MonikaCat Jan 10, 2023
4618352
add prev default on button click
MonikaCat Jan 10, 2023
59086b9
rm butter login button
MonikaCat Jan 10, 2023
3342fe7
add clickawaylistener to wallet details
MonikaCat Jan 10, 2023
dd6184e
updated user recoil hooks
MonikaCat Jan 10, 2023
53090be
fix close button spacing
MonikaCat Jan 10, 2023
c06e11b
change loading comp color
MonikaCat Jan 10, 2023
f0bfe7b
rm unused import
MonikaCat Jan 10, 2023
bf9c85a
updated user recoil atom.ts
MonikaCat Jan 10, 2023
8394c36
updated onContinue inside pair keplr wallet dialog
MonikaCat Jan 10, 2023
13f134b
updated wallet details dropdown width
MonikaCat Jan 10, 2023
78bcfcb
updated wallet label height
MonikaCat Jan 10, 2023
b125f98
updated all connet wallet hooks
MonikaCat Jan 10, 2023
14b2b01
updated common.json for all chains
MonikaCat Jan 10, 2023
6fef675
updated wallet colors for light theme
MonikaCat Jan 10, 2023
becc9ad
updated continue translation
MonikaCat Jan 10, 2023
186e6c1
add changeset
MonikaCat Jan 10, 2023
ceecd9d
Merge branch 'BDU-670-connected-wallet-menu' of https://github.com/fo…
MonikaCat Jan 11, 2023
3bfdc1f
clean package.json
MonikaCat Jan 11, 2023
8f5ed96
fix dependencies
MonikaCat Jan 11, 2023
b945aa4
fix @cosmjs/encoding import
MonikaCat Jan 11, 2023
ef0b5c9
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat Jan 11, 2023
00a708a
add @next/font to dependencies
MonikaCat Jan 11, 2023
145a158
mv window.d.ts
MonikaCat Jan 11, 2023
0ae5507
rm disableTypography props
MonikaCat Jan 11, 2023
3313a88
mv window.d.ts to packages/ui/src
MonikaCat Jan 11, 2023
c411a75
catch error
MonikaCat Jan 11, 2023
42fb6df
rm unused devDependencies
MonikaCat Jan 11, 2023
12d747d
rm unused devDependencies
MonikaCat Jan 11, 2023
158ccb2
add connect wc dialog import
MonikaCat Jan 12, 2023
e28a540
add qr code
MonikaCat Jan 12, 2023
caeeccb
updated qr border radius
MonikaCat Jan 12, 2023
451354b
updated tabs display
MonikaCat Jan 12, 2023
d6a22d2
Add walletConnectURI to wallet recoil
MonikaCat Jan 12, 2023
e67fc5c
use recoil for wcuri
MonikaCat Jan 12, 2023
10a35a0
cleanup styles.ts
MonikaCat Jan 12, 2023
095c83f
use wcURI value in qrcode svg
MonikaCat Jan 12, 2023
441fcca
added @walletconnect dependencies
MonikaCat Jan 12, 2023
006a5a5
add loading until qr code is ready to display
MonikaCat Jan 13, 2023
3fa60a8
add @walletconnect and @keplr-wallet dependencies
MonikaCat Jan 16, 2023
ce9d12b
connect keplr using wallet connect qr code
MonikaCat Jan 16, 2023
d044353
handle authorize and login success dialog
MonikaCat Jan 16, 2023
8dfb7ba
update var name
MonikaCat Jan 17, 2023
548e891
kill wc session on logout
MonikaCat Jan 17, 2023
50dc2af
add wc killSession on logout
MonikaCat Jan 17, 2023
6449bb7
updated wc hooks
MonikaCat Jan 17, 2023
380acff
cleanup
MonikaCat Jan 17, 2023
7a6a783
updated wallet drop down props
MonikaCat Jan 17, 2023
89e92a2
rm qr code & desktop tabs from connect wallet connect dialog
MonikaCat Jan 17, 2023
053550d
display error message in dialog when error is thrown
MonikaCat Jan 17, 2023
cd43fa0
updated error message display
MonikaCat Jan 17, 2023
713d140
add setErrorMsg to hooks
MonikaCat Jan 17, 2023
e931afc
updated wallet styles
MonikaCat Jan 18, 2023
4012af6
rm projectID const
MonikaCat Jan 18, 2023
df3e0f0
add clear errmsg state, update listener on disconnect
MonikaCat Jan 18, 2023
bee0e4f
updated error msg display
MonikaCat Jan 18, 2023
9bf6f8e
updated keplr pairing dialog
MonikaCat Jan 18, 2023
886adeb
updated dialogs and hooks, changed wallet type to keplr extension
MonikaCat Jan 18, 2023
037b8a4
updated continue button and error message position
MonikaCat Jan 18, 2023
86a6216
cleanup
MonikaCat Jan 18, 2023
007da7d
updated env variables
MonikaCat Jan 18, 2023
e02e2ea
updated Keplr name display
MonikaCat Jan 18, 2023
e0d5a24
updated qr code display
MonikaCat Jan 18, 2023
0be42de
add experimentalSuggestChain if chain isn't integrated with keplr
MonikaCat Jan 18, 2023
7dd8e9b
add changeset entry
MonikaCat Jan 18, 2023
1fef860
updated changeset entry
MonikaCat Jan 18, 2023
8fc15ed
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat Jan 18, 2023
23b781d
Merge branch 'BDU-650-add-login-with-keplr' of https://github.com/for…
MonikaCat Jan 18, 2023
d1512b0
tidy dependencies
MonikaCat Jan 19, 2023
ec98950
updated changeset
MonikaCat Jan 19, 2023
5060052
tidy dependencies
MonikaCat Jan 19, 2023
df5814f
tidy dependencies
MonikaCat Jan 19, 2023
239bd8b
Merge remote-tracking branch 'origin/main' into BDU-651-add-login-wit…
teamchong Feb 6, 2023
23cf382
fix: build error
teamchong Feb 7, 2023
c3a27af
Merge branch 'main' into BDU-651-add-login-with-wallet-connect
teamchong Feb 7, 2023
f9a5d4d
cleanup
MonikaCat Feb 7, 2023
243211b
Merge branch 'main' into BDU-651-add-login-with-wallet-connect
teamchong Feb 14, 2023
aaed213
fix: build errors
teamchong Feb 14, 2023
5f98f24
fix: run `yarn`
teamchong Feb 14, 2023
ec16bae
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat Apr 25, 2023
41c950b
updared common.json
MonikaCat Apr 27, 2023
f40e402
updated chain.json
MonikaCat Apr 27, 2023
6fa9e0b
add new icons
MonikaCat Apr 27, 2023
368eea6
updated theme index.ts
MonikaCat Apr 27, 2023
3635401
mv connect wallet button on small screen
MonikaCat Apr 27, 2023
41af5d1
updated login dialogs to latest ui
MonikaCat Apr 27, 2023
2d12e77
updated wallet styles.ts
MonikaCat Apr 27, 2023
b450add
updated wallet hooks
MonikaCat Apr 27, 2023
c5981d0
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat Apr 27, 2023
3e4f197
updated validators locales
MonikaCat May 4, 2023
756a68d
replace @cosmjs/launchpad with @cosmjs/stargate package
MonikaCat May 4, 2023
c4ee5a3
add staking column
MonikaCat May 4, 2023
8bb774b
add stake button
MonikaCat May 4, 2023
6950567
add staking hooks
MonikaCat May 4, 2023
9097a3d
update import
MonikaCat May 4, 2023
51e6288
updated validators locales
MonikaCat May 5, 2023
5242bd9
add @cosmjs/proto-signing package
MonikaCat May 5, 2023
f31229f
add delegate dialog
MonikaCat May 8, 2023
4756d7c
update client to SigningStargateClient
MonikaCat May 8, 2023
c2bf12a
Add delegate hooks
MonikaCat May 8, 2023
4778b70
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat May 8, 2023
e781216
store chain id
MonikaCat May 8, 2023
b6a9b82
wIP: updated delegate hooks
MonikaCat May 12, 2023
e6b8170
updated validators locales
MonikaCat May 14, 2023
62b4b5e
add redelegate and undelegate dialog
MonikaCat May 15, 2023
2113584
add staking buttons
MonikaCat May 15, 2023
db29f81
add getClient
MonikaCat May 15, 2023
36d558f
updated api
MonikaCat May 15, 2023
a59160e
updated staking dialogs, add err msg dipslay
MonikaCat May 15, 2023
418af9c
updated stake button
MonikaCat May 15, 2023
85575b1
updated staking hooks
MonikaCat May 15, 2023
71ce8ea
display staking button when user is logged in
MonikaCat May 15, 2023
8f0bf84
add estimateFee method
MonikaCat May 15, 2023
fe65d1c
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat May 15, 2023
2190af9
Merge branch 'main' of https://github.com/forbole/big-dipper-2.0-cosm…
MonikaCat May 15, 2023
fd9c4e7
rm SnackBar import
MonikaCat May 15, 2023
be4ddf4
save
rachelhox May 16, 2023
390b478
keplrURL to forbole RPC
rachelhox May 22, 2023
e8eaedb
keplr config for desmos-testnet && val imageUrl type
rachelhox May 23, 2023
9b2b364
Merge remote-tracking branch 'origin/main' into BDU-105-staking-on-bi…
teamchong May 24, 2023
dbb5729
feat: bun install for local dev
teamchong May 24, 2023
1346af5
fix: resolve eslint errors
teamchong May 24, 2023
733cdca
fix: resolve some typescript error
teamchong May 24, 2023
10fb680
change keplr rpc endpoint to testnet
rachelhox May 24, 2023
9c17888
change keplr rpc endpoint to testnet
rachelhox May 24, 2023
ad59123
update staking dialogs to accept decimal number
MonikaCat May 24, 2023
4888c2c
validators filter component save
rachelhox May 29, 2023
16e1ceb
validatorAddress to valAddress state when validators is passed to sta…
rachelhox May 29, 2023
ccf5d6c
filter component styling
rachelhox May 30, 2023
1632256
styles save
rachelhox May 30, 2023
a9ab7b0
style fix
rachelhox May 30, 2023
3eb8268
conditionally render stake button
rachelhox May 31, 2023
b32309f
utils: baseToDisplayUnit
rachelhox Jun 2, 2023
1917ef7
save
rachelhox Jun 2, 2023
b9138a7
packages upgrade
rachelhox Jun 2, 2023
ffcd883
delegation state and loading and snackbar styling
rachelhox Jun 4, 2023
de79b76
save
rachelhox Jun 4, 2023
0fb2443
redelegation feat
rachelhox Jun 5, 2023
db1f631
redelegation for individual validator on the list
rachelhox Jun 5, 2023
f84fbc1
undelegate feat
rachelhox Jun 5, 2023
7c73f29
validators styling
rachelhox Jun 5, 2023
6ae3e3f
style fix
rachelhox Jun 5, 2023
7519481
loggedIn column
rachelhox Jun 5, 2023
e4dd387
loggedIn column
rachelhox Jun 5, 2023
f1f7e10
fix merge conflicts
rachelhox Jun 6, 2023
78e6f72
ci: Resolve lint errors
teamchong Jun 7, 2023
d67ad28
fix: Resolve issue with Material UI theme switching button not functi…
teamchong Jun 8, 2023
e14f989
test: Update snapshots
teamchong Jun 8, 2023
3c2b3e6
keplr custom config for testnets and mainnets
rachelhox Jun 8, 2023
3d271c8
pass full validator list and increase delegated validator list
rachelhox Jun 13, 2023
935f2d6
stakebutton disabled state and filter input placeholder trans key
rachelhox Jun 14, 2023
c76a955
buttons disabled state
rachelhox Jun 14, 2023
9353885
condition props passed to custom FilterInput components && fix duplic…
rachelhox Jun 15, 2023
999e4a8
account details: stake button on balance
rachelhox Jun 15, 2023
e72bd05
forbole on idx #1 if present
rachelhox Jun 15, 2023
9b34325
update test snapshots
rachelhox Jun 18, 2023
1f89c12
menu paper items style
rachelhox Jun 19, 2023
5abb935
dialog actions button style
rachelhox Jun 19, 2023
03cd9e0
loggedIn state for tokenFormatDenom and delegationsValidators
rachelhox Jun 19, 2023
32ca32f
withdraw rewards feature
rachelhox Jun 19, 2023
c883327
update rewardsMemo dependency
rachelhox Jun 19, 2023
e98539e
dialog actions button disabled state
rachelhox Jun 19, 2023
0687391
Merge branch 'main' into BDU-105-staking-on-big-dipper
rachelhox Jun 19, 2023
2649072
yarn cache
rachelhox Jun 19, 2023
79e3064
Merge branch 'main' into BDU-105-staking-on-big-dipper
rachelhox Jun 26, 2023
853134e
text buttons
rachelhox Jul 3, 2023
172e347
max button, tx fee estimation and transaction types
rachelhox Jul 3, 2023
725e337
replace getOfflineSigner to getOfflineSignerOnlyAmino for ledger support
MonikaCat Jul 5, 2023
f6c37a2
updated pass baseDenom props to getClient func
MonikaCat Jul 5, 2023
40c5f17
txFee max fee step
rachelhox Jul 5, 2023
0cafd4d
format
MonikaCat Jul 6, 2023
5c8f762
save
rachelhox Jul 7, 2023
037a1b1
type error fix && undelegate fee estimation logic
rachelhox Jul 7, 2023
995919e
updated @walletconnect dependencies
MonikaCat Jul 7, 2023
ad0e4d0
display error if connection is rejected
MonikaCat Jul 7, 2023
29a7bf4
updated wc hooks to v2, implement login and logout
MonikaCat Jul 7, 2023
ef47b80
avatar check list component and signAndBroadcast logic
rachelhox Jul 9, 2023
be3efb3
whithdraw rewards logic and styling revised
rachelhox Jul 9, 2023
2c6d663
BDU-1076
rachelhox Jul 9, 2023
89390af
button disabled state logic && getMaxFee logic revised
rachelhox Jul 9, 2023
cc086e9
tooltip icon
rachelhox Jul 9, 2023
a47c04d
AvatarNameFilterInput style fix
rachelhox Jul 10, 2023
aaf1cf4
tooltip on contribution icon hover
rachelhox Jul 11, 2023
3c947bc
BDU-1074
rachelhox Jul 11, 2023
1c15539
updated user recoil
MonikaCat Jul 12, 2023
638498e
updated staking hooks
MonikaCat Jul 12, 2023
155290e
updtated wallet connect handlers to v2
MonikaCat Jul 12, 2023
c88d690
yarn format
MonikaCat Jul 12, 2023
3d2de97
yarn format
MonikaCat Jul 12, 2023
b6c2dd7
husky precommit fix
rachelhox Jul 12, 2023
88e650c
husky precommit fix
rachelhox Jul 12, 2023
084dc45
husky precommit fix
rachelhox Jul 12, 2023
15aaa4f
husky precommit fix
rachelhox Jul 12, 2023
ef607db
husky precommit fix
rachelhox Jul 12, 2023
10432d7
fix type errors
rachelhox Jul 12, 2023
6e2c3df
fix web-nomic and ui wallet_connect types error
rachelhox Jul 13, 2023
b27a907
web-nomic types fix
rachelhox Jul 13, 2023
bef88bb
walletconnect types error fix v1
rachelhox Jul 13, 2023
19b59e1
precommit test
rachelhox Jul 13, 2023
d109267
husky precommit lint-staged command error fix
rachelhox Jul 15, 2023
b9bb25f
BDU-1076
rachelhox Jul 15, 2023
b82eb0b
BDU-1076
rachelhox Jul 16, 2023
3cfb865
fix walletconnect types error
rachelhox Jul 16, 2023
21fcf09
fix wallet connect error
rachelhox Jul 16, 2023
08ad55a
bigDipperRepoURL to bigDipperURL
rachelhox Jul 16, 2023
f4fda2e
add keplr custom chain info to chains
rachelhox Jul 16, 2023
9549fcc
web-celestia hook types fix
rachelhox Jul 17, 2023
7031cdf
ibc display
rachelhox Jul 17, 2023
0414e58
keplr listens to keplr extension account change
rachelhox Jul 17, 2023
1a1c389
prompt tooltip state
rachelhox Jul 17, 2023
a55835a
add ENV to turbo json
rachelhox Jul 17, 2023
6d7e97d
walletconnect signTx
rachelhox Jul 19, 2023
e8846c7
UAT #1
rachelhox Aug 7, 2023
8ef0d62
UAT #2
rachelhox Aug 7, 2023
b0107c5
tooltip bottom placement
rachelhox Aug 7, 2023
12c0aa2
tooltip content redesign
rachelhox Aug 14, 2023
bccea53
undelegate msg
rachelhox Aug 30, 2023
74219fe
resolve merge conflicts
rachelhox Sep 13, 2023
a55554a
fix:yarn
MonikaCat Sep 13, 2023
ff686fb
fix: staking branch ci errors (#1303)
icfor Sep 14, 2023
d038a70
refactor: keplr config usage
icfor Sep 14, 2023
4a5f844
refactor: add misc refactors
icfor Sep 14, 2023
5c28c7d
refactor: rename type
icfor Sep 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 33 additions & 0 deletions .changeset/wild-camels-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
'eslint-config-custom': minor
'jest-presets': minor
'shared-utils': minor
'web-assetmantle': minor
'web-persistence': minor
'web-provenance': minor
'web-crescent': minor
'web-likecoin': minor
'web-sifchain': minor
'tsconfig': minor
'web-bitsong': minor
'web-osmosis': minor
'web-agoric': minor
'web-comdex': minor
'web-cosmos': minor
'web-desmos': minor
'web-elrond': minor
'web-emoney': minor
'web-shentu': minor
'web-stride': minor
'web-akash': minor
'web-evmos': minor
'web-nomic': minor
'web-regen': minor
'web-rizon': minor
'web-band': minor
'web-nym': minor
'ui': minor
'web': minor
---

Added login with Keplr and WalletConnect([\#1128](https://github.com/forbole/big-dipper-2.0-cosmos/pull/1128))
4 changes: 1 addition & 3 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ NEXT_PUBLIC_GRAPHQL_WS=
NODE_ENV=development
PORT=3000
NEXT_PUBLIC_CHAIN_TYPE=
NEXT_PUBLIC_KEPLR_CHAIN_ID=
NEXT_PUBLIC_KEPLR_CUSTOM_CHAIN_INFO=
NEXT_PUBLIC_KEPLR_LCD_URL=
NEXT_PUBLIC_NETWORK_NAME=
NEXT_PUBLIC_RPC_WEBSOCKET=
NEXT_PUBLIC_WC_BRIDGE_URL=
NEXT_PUBLIC_WALLET_CONNECT_RELAY_URL=
PROJECT_NAME=web
1,455 changes: 1,308 additions & 147 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ ARG NEXT_PUBLIC_GRAPHQL_URL
ENV NEXT_PUBLIC_GRAPHQL_URL=${NEXT_PUBLIC_GRAPHQL_URL}
ARG NEXT_PUBLIC_GRAPHQL_WS
ENV NEXT_PUBLIC_GRAPHQL_WS=${NEXT_PUBLIC_GRAPHQL_WS}
ARG NEXT_PUBLIC_KEPLR_CHAIN_ID
ENV NEXT_PUBLIC_KEPLR_CHAIN_ID=${NEXT_PUBLIC_KEPLR_CHAIN_ID}
ARG NEXT_PUBLIC_KEPLR_CUSTOM_CHAIN_INFO
ENV NEXT_PUBLIC_KEPLR_CUSTOM_CHAIN_INFO=${NEXT_PUBLIC_KEPLR_CUSTOM_CHAIN_INFO}
ARG NEXT_PUBLIC_KEPLR_LCD_URL
ENV NEXT_PUBLIC_KEPLR_LCD_URL=${NEXT_PUBLIC_KEPLR_LCD_URL}
ARG NEXT_PUBLIC_MATOMO_URL
Expand All @@ -49,8 +45,8 @@ ARG NEXT_PUBLIC_NETWORK_NAME
ENV NEXT_PUBLIC_NETWORK_NAME=${NEXT_PUBLIC_NETWORK_NAME}
ARG NEXT_PUBLIC_RPC_WEBSOCKET
ENV NEXT_PUBLIC_RPC_WEBSOCKET=${NEXT_PUBLIC_RPC_WEBSOCKET}
ARG NEXT_PUBLIC_WC_BRIDGE_URL
ENV NEXT_PUBLIC_WC_BRIDGE_URL=${NEXT_PUBLIC_WC_BRIDGE_URL}
ARG NEXT_PUBLIC_WALLET_CONNECT_RELAY_URL
ENV NEXT_PUBLIC_WALLET_CONNECT_RELAY_URL=${NEXT_PUBLIC_WALLET_CONNECT_RELAY_URL}
ARG NEXT_PUBLIC_SENTRY_DSN
ENV NEXT_PUBLIC_SENTRY_DSN=${NEXT_PUBLIC_SENTRY_DSN}
ARG SENTRY_AUTH_TOKEN
Expand Down
10 changes: 7 additions & 3 deletions apps/web-agoric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
"@apollo/client": "^3.7.14",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/proto-signing": "^0.31.0-alpha.1",
"@cosmjs/stargate": "^0.31.0-alpha.1",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@keplr-wallet/types": "^0.11.59",
"@keplr-wallet/wc-client": "^0.11.59",
"@keplr-wallet/types": "^0.12.14",
"@keplr-wallet/wc-client": "^0.12.14",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@socialgouv/matomo-next": "^1.6.1",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.8.6",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "^2.8.6",
"@walletconnect/types": "^2.8.6",
"@yarnpkg/pnpify": "^4.0.0-rc.43",
"apollo-link-rest": "^0.9.0",
"bech32": "^2.0.0",
Expand Down
5 changes: 4 additions & 1 deletion apps/web-agoric/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
}
}
},
"keplr": "{\"rpc\":\"https://rpc-agoric.keplr.app\",\"rest\":\"https://lcd-agoric.keplr.app\",\"chainId\":\"agoric-3\",\"chainName\":\"Agoric\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/chain.png\",\"stakeCurrency\":{\"coinDenom\":\"BLD\",\"coinMinimalDenom\":\"ubld\",\"coinDecimals\":6,\"coinGeckoId\":\"agoric\"},\"walletUrl\":\"https://wallet.keplr.app/chains/agoric\",\"walletUrlForStaking\":\"https://wallet.keplr.app/chains/agoric\",\"bip44\":{\"coinType\":564},\"bech32Config\":{\"bech32PrefixAccAddr\":\"agoric\",\"bech32PrefixAccPub\":\"agoricpub\",\"bech32PrefixValAddr\":\"agoricvaloper\",\"bech32PrefixValPub\":\"agoricvaloperpub\",\"bech32PrefixConsAddr\":\"agoricvalcons\",\"bech32PrefixConsPub\":\"agoricvalconspub\"},\"currencies\":[{\"coinDenom\":\"BLD\",\"coinMinimalDenom\":\"ubld\",\"coinDecimals\":6,\"coinGeckoId\":\"agoric\"},{\"coinDenom\":\"IST\",\"coinMinimalDenom\":\"uist\",\"coinDecimals\":6}],\"feeCurrencies\":[{\"coinDenom\":\"BLD\",\"coinMinimalDenom\":\"ubld\",\"coinDecimals\":6,\"coinGeckoId\":\"agoric\",\"gasPriceStep\":{\"low\":0.03,\"average\":0.05,\"high\":0.07}},{\"coinDenom\":\"IST\",\"coinMinimalDenom\":\"uist\",\"coinDecimals\":6,\"coinGeckoId\":\"inter-stable-token\",\"gasPriceStep\":{\"low\":0.0034,\"average\":0.007,\"high\":0.02}}],\"features\":[],\"alternativeBIP44s\":[{\"coinType\":118}]}",
"chains": [
{
"network": "agoric-3",
Expand All @@ -151,6 +150,10 @@
"graphqlWebsocket": "wss://gql.agoric.forbole.com/v1/graphql",
"publicRpcWebsocket": "wss://rpc.agoric.forbole.com/websocket"
},
"keplrConfig": {
"keplrRpc": "https://rpc.agoric.forbole.com/",
"keplr": "{\"rpc\":\"https://rpc-agoric.keplr.app\",\"rest\":\"https://lcd-agoric.keplr.app\",\"chainId\":\"agoric-3\",\"chainName\":\"Agoric\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/agoric/chain.png\",\"stakeCurrency\":{\"coinDenom\":\"BLD\",\"coinMinimalDenom\":\"ubld\",\"coinDecimals\":6,\"coinGeckoId\":\"agoric\"},\"walletUrl\":\"https://wallet.keplr.app/chains/agoric\",\"walletUrlForStaking\":\"https://wallet.keplr.app/chains/agoric\",\"bip44\":{\"coinType\":564},\"bech32Config\":{\"bech32PrefixAccAddr\":\"agoric\",\"bech32PrefixAccPub\":\"agoricpub\",\"bech32PrefixValAddr\":\"agoricvaloper\",\"bech32PrefixValPub\":\"agoricvaloperpub\",\"bech32PrefixConsAddr\":\"agoricvalcons\",\"bech32PrefixConsPub\":\"agoricvalconspub\"},\"currencies\":[{\"coinDenom\":\"BLD\",\"coinMinimalDenom\":\"ubld\",\"coinDecimals\":6,\"coinGeckoId\":\"agoric\"},{\"coinDenom\":\"IST\",\"coinMinimalDenom\":\"uist\",\"coinDecimals\":6}],\"feeCurrencies\":[{\"coinDenom\":\"BLD\",\"coinMinimalDenom\":\"ubld\",\"coinDecimals\":6,\"coinGeckoId\":\"agoric\",\"gasPriceStep\":{\"low\":0.03,\"average\":0.05,\"high\":0.07}},{\"coinDenom\":\"IST\",\"coinMinimalDenom\":\"uist\",\"coinDecimals\":6,\"coinGeckoId\":\"inter-stable-token\",\"gasPriceStep\":{\"low\":0.0034,\"average\":0.007,\"high\":0.02}}],\"features\":[],\"alternativeBIP44s\":[{\"coinType\":118}]}"
},
"marketing": {
"matomoURL": "https://analytics.bigdipper.live",
"matomoSiteID": "8"
Expand Down
6 changes: 6 additions & 0 deletions apps/web-agoric/window.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { Window as KeplrWindow } from '@keplr-wallet/types';

declare global {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Window extends KeplrWindow {}
}
10 changes: 7 additions & 3 deletions apps/web-akash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
"@apollo/client": "^3.7.14",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/proto-signing": "^0.31.0-alpha.1",
"@cosmjs/stargate": "^0.31.0-alpha.1",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@keplr-wallet/types": "^0.11.59",
"@keplr-wallet/wc-client": "^0.11.59",
"@keplr-wallet/types": "^0.12.14",
"@keplr-wallet/wc-client": "^0.12.14",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@socialgouv/matomo-next": "^1.6.1",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.8.6",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "^2.8.6",
"@walletconnect/types": "^2.8.6",
"@yarnpkg/pnpify": "^4.0.0-rc.43",
"apollo-link-rest": "^0.9.0",
"bech32": "^2.0.0",
Expand Down
9 changes: 8 additions & 1 deletion apps/web-akash/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
}
}
},
"keplr": "{\"rpc\":\"https://rpc-akash.keplr.app\",\"rest\":\"https://lcd-akash.keplr.app\",\"chainId\":\"akashnet-2\",\"chainName\":\"Akash\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/akashnet/chain.png\",\"stakeCurrency\":{\"coinDenom\":\"AKT\",\"coinMinimalDenom\":\"uakt\",\"coinDecimals\":6,\"coinGeckoId\":\"akash-network\"},\"walletUrl\":\"https://wallet.keplr.app/chains/akash\",\"walletUrlForStaking\":\"https://wallet.keplr.app/chains/akash\",\"bip44\":{\"coinType\":118},\"bech32Config\":{\"bech32PrefixAccAddr\":\"akash\",\"bech32PrefixAccPub\":\"akashpub\",\"bech32PrefixValAddr\":\"akashvaloper\",\"bech32PrefixValPub\":\"akashvaloperpub\",\"bech32PrefixConsAddr\":\"akashvalcons\",\"bech32PrefixConsPub\":\"akashvalconspub\"},\"currencies\":[{\"coinDenom\":\"AKT\",\"coinMinimalDenom\":\"uakt\",\"coinDecimals\":6,\"coinGeckoId\":\"akash-network\"}],\"feeCurrencies\":[{\"coinDenom\":\"AKT\",\"coinMinimalDenom\":\"uakt\",\"coinDecimals\":6,\"coinGeckoId\":\"akash-network\"}],\"features\":[]}",
"chains": [
{
"network": "akashnet-2",
Expand All @@ -154,6 +153,10 @@
"graphqlWebsocket": "wss://gql.akash.forbole.com/v1/graphql",
"publicRpcWebsocket": "wss://rpc.akash.forbole.com/websocket"
},
"keplrConfig": {
"keplrRpc": "https://rpc.akash.forbole.com/",
"keplr": "{\"rpc\":\"https://rpc-akash.keplr.app\",\"rest\":\"https://lcd-akash.keplr.app\",\"chainId\":\"akashnet-2\",\"chainName\":\"Akash\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/akashnet/chain.png\",\"stakeCurrency\":{\"coinDenom\":\"AKT\",\"coinMinimalDenom\":\"uakt\",\"coinDecimals\":6,\"coinGeckoId\":\"akash-network\"},\"walletUrl\":\"https://wallet.keplr.app/chains/akash\",\"walletUrlForStaking\":\"https://wallet.keplr.app/chains/akash\",\"bip44\":{\"coinType\":118},\"bech32Config\":{\"bech32PrefixAccAddr\":\"akash\",\"bech32PrefixAccPub\":\"akashpub\",\"bech32PrefixValAddr\":\"akashvaloper\",\"bech32PrefixValPub\":\"akashvaloperpub\",\"bech32PrefixConsAddr\":\"akashvalcons\",\"bech32PrefixConsPub\":\"akashvalconspub\"},\"currencies\":[{\"coinDenom\":\"AKT\",\"coinMinimalDenom\":\"uakt\",\"coinDecimals\":6,\"coinGeckoId\":\"akash-network\"}],\"feeCurrencies\":[{\"coinDenom\":\"AKT\",\"coinMinimalDenom\":\"uakt\",\"coinDecimals\":6,\"coinGeckoId\":\"akash-network\"}],\"features\":[]}"
},
"marketing": {
"matomoURL": "https://analytics.bigdipper.live",
"matomoSiteID": "8"
Expand Down Expand Up @@ -184,6 +187,10 @@
"graphqlWebsocket": "wss://gql-testnet.akash.forbole.com/v1/graphql",
"publicRpcWebsocket": "wss://rpc-testnet.akash.forbole.com/websocket"
},
"keplrConfig": {
"keplrRpc": "https://rpc.akash.forbole.com/",
"keplr": ""
},
"marketing": {
"matomoURL": "https://analytics.bigdipper.live",
"matomoSiteID": "8"
Expand Down
6 changes: 6 additions & 0 deletions apps/web-akash/window.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { Window as KeplrWindow } from '@keplr-wallet/types';

declare global {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Window extends KeplrWindow {}
}
10 changes: 7 additions & 3 deletions apps/web-assetmantle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
"@apollo/client": "^3.7.14",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/proto-signing": "^0.31.0-alpha.1",
"@cosmjs/stargate": "^0.31.0-alpha.1",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@keplr-wallet/types": "^0.11.59",
"@keplr-wallet/wc-client": "^0.11.59",
"@keplr-wallet/types": "^0.12.14",
"@keplr-wallet/wc-client": "^0.12.14",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@socialgouv/matomo-next": "^1.6.1",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.8.6",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "^2.8.6",
"@walletconnect/types": "^2.8.6",
"@yarnpkg/pnpify": "^4.0.0-rc.43",
"apollo-link-rest": "^0.9.0",
"bech32": "^2.0.0",
Expand Down
5 changes: 4 additions & 1 deletion apps/web-assetmantle/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
}
}
},
"keplr": "{\"chainId\":\"mantle-1\",\"chainName\":\"AssetMantle\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\",\"nodeProvider\":{\"name\":\"mantleNode\",\"email\":\"hello@assetmantle.one\",\"website\":\"https://assetmantle.one/\"},\"rpc\":\"https://rpc.assetmantle.one\",\"rest\":\"https://rest.assetmantle.one\",\"bip44\":{\"coinType\":118},\"bech32Config\":{\"bech32PrefixAccAddr\":\"mantle\",\"bech32PrefixAccPub\":\"mantlepub\",\"bech32PrefixValAddr\":\"mantlevaloper\",\"bech32PrefixValPub\":\"mantlevaloperpub\",\"bech32PrefixConsAddr\":\"mantlevalcons\",\"bech32PrefixConsPub\":\"mantlevalconspub\"},\"currencies\":[{\"coinDenom\":\"MNTL\",\"coinMinimalDenom\":\"umntl\",\"coinDecimals\":6,\"coinGeckoId\":\"assetmantle\",\"coinImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\"}],\"feeCurrencies\":[{\"coinDenom\":\"MNTL\",\"coinMinimalDenom\":\"umntl\",\"coinDecimals\":6,\"coinGeckoId\":\"assetmantle\",\"coinImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\",\"gasPriceStep\":{\"low\":0.01,\"average\":0.025,\"high\":0.04}}],\"stakeCurrency\":{\"coinDenom\":\"MNTL\",\"coinMinimalDenom\":\"umntl\",\"coinDecimals\":6,\"coinGeckoId\":\"assetmantle\",\"coinImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\"},\"features\":[],\"walletUrl\":\"https://wallet.assetmantle.one\",\"walletUrlForStaking\":\"https://wallet.assetmantle.one/stake\"}",
"chains": [
{
"network": "mantle-1",
Expand All @@ -154,6 +153,10 @@
"graphqlWebsocket": "wss://gql.assetmantle.forbole.com/v1/graphql",
"publicRpcWebsocket": "wss://rpc.assetmantle.forbole.com/websocket"
},
"keplrConfig": {
"keplrRpc": "https://rpc.assetmantle.forbole.com/",
"keplr": "{\"chainId\":\"mantle-1\",\"chainName\":\"AssetMantle\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\",\"nodeProvider\":{\"name\":\"mantleNode\",\"email\":\"hello@assetmantle.one\",\"website\":\"https://assetmantle.one/\"},\"rpc\":\"https://rpc.assetmantle.one\",\"rest\":\"https://rest.assetmantle.one\",\"bip44\":{\"coinType\":118},\"bech32Config\":{\"bech32PrefixAccAddr\":\"mantle\",\"bech32PrefixAccPub\":\"mantlepub\",\"bech32PrefixValAddr\":\"mantlevaloper\",\"bech32PrefixValPub\":\"mantlevaloperpub\",\"bech32PrefixConsAddr\":\"mantlevalcons\",\"bech32PrefixConsPub\":\"mantlevalconspub\"},\"currencies\":[{\"coinDenom\":\"MNTL\",\"coinMinimalDenom\":\"umntl\",\"coinDecimals\":6,\"coinGeckoId\":\"assetmantle\",\"coinImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\"}],\"feeCurrencies\":[{\"coinDenom\":\"MNTL\",\"coinMinimalDenom\":\"umntl\",\"coinDecimals\":6,\"coinGeckoId\":\"assetmantle\",\"coinImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\",\"gasPriceStep\":{\"low\":0.01,\"average\":0.025,\"high\":0.04}}],\"stakeCurrency\":{\"coinDenom\":\"MNTL\",\"coinMinimalDenom\":\"umntl\",\"coinDecimals\":6,\"coinGeckoId\":\"assetmantle\",\"coinImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantle/chain.png\"},\"features\":[],\"walletUrl\":\"https://wallet.assetmantle.one\",\"walletUrlForStaking\":\"https://wallet.assetmantle.one/stake\"}"
},
"marketing": {
"matomoURL": "https://analytics.bigdipper.live",
"matomoSiteID": "8"
Expand Down
6 changes: 6 additions & 0 deletions apps/web-assetmantle/window.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { Window as KeplrWindow } from '@keplr-wallet/types';

declare global {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Window extends KeplrWindow {}
}
10 changes: 7 additions & 3 deletions apps/web-band/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
"@apollo/client": "^3.7.14",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/proto-signing": "^0.31.0-alpha.1",
"@cosmjs/stargate": "^0.31.0-alpha.1",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@keplr-wallet/types": "^0.11.59",
"@keplr-wallet/wc-client": "^0.11.59",
"@keplr-wallet/types": "^0.12.14",
"@keplr-wallet/wc-client": "^0.12.14",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@socialgouv/matomo-next": "^1.6.1",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.8.6",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "^2.8.6",
"@walletconnect/types": "^2.8.6",
"@yarnpkg/pnpify": "^4.0.0-rc.43",
"apollo-link-rest": "^0.9.0",
"bech32": "^2.0.0",
Expand Down
9 changes: 8 additions & 1 deletion apps/web-band/src/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
}
}
},
"keplr": "",
"chains": [
{
"network": "laozi-mainnet",
Expand All @@ -154,6 +153,10 @@
"graphqlWebsocket": "wss://gql.band.forbole.com/v1/graphql",
"publicRpcWebsocket": "wss://rpc.band.forbole.com/websocket"
},
"keplrConfig": {
"keplrRpc": "https://rpc.band.forbole.com/",
"keplr": "{\"chainId\":\"laozi-mainnet\",\"chainName\":\"BandChain\",\"chainSymbolImageUrl\":\"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/laozi-mainnet/chain.png\",\"rpc\":\"https://rpc.laozi3.bandchain.org:443\",\"rest\":\"https://laozi3.bandchain.org/api\",\"nodeProvider\":{\"name\":\"Band Protocol\",\"email\":\"dev@bandprotocol.com\",\"website\":\"https://bandprotocol.com/\"},\"bip44\":{\"coinType\":494},\"bech32Config\":{\"bech32PrefixAccAddr\":\"band\",\"bech32PrefixAccPub\":\"bandpub\",\"bech32PrefixValAddr\":\"bandvaloper\",\"bech32PrefixValPub\":\"bandvaloperpub\",\"bech32PrefixConsAddr\":\"bandvalcons\",\"bech32PrefixConsPub\":\"bandvalconspub\"},\"currencies\":[{\"coinDenom\":\"BAND\",\"coinMinimalDenom\":\"uband\",\"coinDecimals\":6,\"coinGeckoId\":\"band-protocol\"}],\"feeCurrencies\":[{\"coinDenom\":\"BAND\",\"coinMinimalDenom\":\"uband\",\"coinDecimals\":6,\"coinGeckoId\":\"band-protocol\",\"gasPriceStep\":{\"low\":0.0025,\"average\":0.003,\"high\":0.005}}],\"stakeCurrency\":{\"coinDenom\":\"BAND\",\"coinMinimalDenom\":\"uband\",\"coinDecimals\":6,\"coinGeckoId\":\"band-protocol\"},\"features\":[]}"
},
"marketing": {
"matomoURL": "https://analytics.bigdipper.live",
"matomoSiteID": "8"
Expand Down Expand Up @@ -181,6 +184,10 @@
"endpoints": {
"publicRpcWebsocket": "wss://band-guanyu.bigdipper.live/sockjs/931/88vfskpn/websocket"
},
"keplrConfig": {
"keplrRpc": "https://rpc.band.forbole.com/",
"keplr": ""
},
"marketing": {
"matomoURL": "https://analytics.bigdipper.live",
"matomoSiteID": "8"
Expand Down
6 changes: 6 additions & 0 deletions apps/web-band/window.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { Window as KeplrWindow } from '@keplr-wallet/types';

declare global {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Window extends KeplrWindow {}
}
10 changes: 7 additions & 3 deletions apps/web-bitsong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@
"@apollo/client": "^3.7.14",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.29.5",
"@cosmjs/proto-signing": "^0.31.0-alpha.1",
"@cosmjs/stargate": "^0.31.0-alpha.1",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@keplr-wallet/types": "^0.11.59",
"@keplr-wallet/wc-client": "^0.11.59",
"@keplr-wallet/types": "^0.12.14",
"@keplr-wallet/wc-client": "^0.12.14",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@socialgouv/matomo-next": "^1.6.1",
"@walletconnect/client": "^1.8.0",
"@walletconnect/core": "^2.8.6",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/sign-client": "^2.8.6",
"@walletconnect/types": "^2.8.6",
"@yarnpkg/pnpify": "^4.0.0-rc.43",
"apollo-link-rest": "^0.9.0",
"bech32": "^2.0.0",
Expand Down
Loading