Skip to content

Commit

Permalink
Merge pull request #129 from tablelandnetwork/dtb/add-base-mainnet
Browse files Browse the repository at this point in the history
feat: base mainnet support
  • Loading branch information
dtbuchholz authored Jul 10, 2024
2 parents 8c13076 + aeac860 commit 313b41c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
1 change: 1 addition & 0 deletions app/components/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const chains: readonly [Chain, ...Chain[]] = [
chain.polygon,
chain.optimism,
chain.arbitrum,
chain.base,
chain.filecoin,
chain.arbitrumSepolia,
chain.baseSepolia,
Expand Down
36 changes: 20 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.6",
"@reduxjs/toolkit": "^1.9.0",
"@tableland/sdk": "^7.1.0",
"@tableland/sdk": "^7.2.0",
"@tableland/sqlparser": "^1.3.0",
"@types/mocha": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
Expand Down

0 comments on commit 313b41c

Please sign in to comment.