Skip to content

Commit

Permalink
Merge pull request #27 from cryptonative-ch/feature/update-subgraph-t…
Browse files Browse the repository at this point in the history
…o-next-release

Updated to aqua-xdai-next
  • Loading branch information
adamazad authored Jul 14, 2021
2 parents df96f2b + e2354e6 commit 98bc9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxdao/mesa",
"version": "0.1.0",
"version": "0.1.3",
"private": false,
"description": "MesaJS gives developers access to the entire Mesa ecosystem a single package",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const XDAI_CONFIG: MesaConfigMap = {
factory: '0x6897427e8d129d040F066a3Dcb106da91e84ab47',
saleLauncher: '0xfa4Fbd5DC4a0C3aE54aA3a1fE52099d7d6F94227',
templateLauncher: '0x1c1006D122A7f09A047f42D16464A3e7fBdB24C2',
subgraph: 'https://api.thegraph.com/subgraphs/name/adamazad/aqua-xdai-dev',
subgraph: 'https://api.thegraph.com/subgraphs/name/adamazad/aqua-xdai-next',
}

export const RINKEBY_CONFIG: MesaConfigMap = {
Expand Down

0 comments on commit 98bc9a3

Please sign in to comment.