Skip to content

Commit

Permalink
add gnosis (#67)
Browse files Browse the repository at this point in the history
* add gnosis

* bump version
  • Loading branch information
0xKurt authored Sep 12, 2024
1 parent 288b167 commit bbdd08d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/chains.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ exports.supportedChains = [
chains_1.celo,
chains_1.celoAlfajores,
chains_1.sepolia,
chains_1.gnosis,
chains_1.localhost,
chains_1.lukso,
chains_1.luksoTestnet,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@allo-team/allo-v2-sdk",
"version": "1.0.78",
"version": "1.0.79",
"description": "sdk for allo v2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/chains.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
base,
celo,
celoAlfajores,
gnosis,
sepolia,
localhost as devChain1,
lukso,
Expand Down Expand Up @@ -55,6 +56,7 @@ export const supportedChains: Chain[] = [
celo,
celoAlfajores,
sepolia,
gnosis,
devChain1,
lukso,
luksoTestnet,
Expand Down

0 comments on commit bbdd08d

Please sign in to comment.