Skip to content

Commit

Permalink
Merge branch 'quota_logic' into return_message_status_process_message
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored May 8, 2024
2 parents bf16c88 + 0b3713d commit 2e9c8c8
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 159 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ __pycache__/
.vscode/launch.json
packages/protocol/config.js
.vercel

# Idea
.idea/
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/libs/connect/web3modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const web3modal = createWeb3Modal({
projectId,
featuredWalletIds: [],
allowUnsupportedChain: true,
excludeWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96'],
excludeWalletIds: [],
// chains,
chainImages,
themeVariables: {
Expand Down
Loading

0 comments on commit 2e9c8c8

Please sign in to comment.