Skip to content

Commit

Permalink
Merge pull request #1 from allo-protocol/main
Browse files Browse the repository at this point in the history
add gnosis (allo-protocol#67)
  • Loading branch information
Hridoy000368 authored Dec 24, 2024
2 parents 288b167 + bbdd08d commit c22e296
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 c22e296

Please sign in to comment.