Skip to content

Commit

Permalink
Merge pull request #127 from tablelandnetwork/dtb/add-base
Browse files Browse the repository at this point in the history
feat: base sepolia chain support
  • Loading branch information
dtbuchholz authored Jun 5, 2024
2 parents a5cbf74 + 0a2f12d commit 8c13076
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 48 deletions.
1 change: 1 addition & 0 deletions app/components/Providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const chains: readonly [Chain, ...Chain[]] = [
chain.arbitrum,
chain.filecoin,
chain.arbitrumSepolia,
chain.baseSepolia,
chain.sepolia,
chain.polygonAmoy,
chain.optimismSepolia,
Expand Down
92 changes: 46 additions & 46 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.0.0",
"@tableland/sdk": "^7.1.0",
"@tableland/sqlparser": "^1.3.0",
"@types/mocha": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.39.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@tableland/local": "^3.0.0",
"@tableland/local": "^3.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.1",
"sass-loader": "^14.1.0",
Expand Down

0 comments on commit 8c13076

Please sign in to comment.