Skip to content

Commit

Permalink
Merge pull request #36 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.15.3: fix subgraph on base, add treasury
  • Loading branch information
a17 authored Oct 7, 2024
2 parents 63f2380 + b924e81 commit 18ceee8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified chains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilitydao/stability",
"version": "0.15.2",
"version": "0.15.3",
"description": "Stability Integration Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,9 @@ export const chains: { [chainId: string]: Chain } = {
"111188": {
name: ChainName.REAL,
chainId: 111188,
status: ChainStatus.NOT_SUPPORTED,
status: ChainStatus.AWAITING_ISSUE_CREATION,
img: 'real.png',
multisig: '0x7B4388F4bD3A439E34a554EF67513112Bcd77Fba',
},
"167000": {
name: ChainName.TAIKO,
Expand Down
2 changes: 1 addition & 1 deletion src/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const deployments: {[chainId:string]:Deployment} = {
strategyLogic: "0xbe491A023eA61B4b027ed0f2f2400748113797b1",
zap: "0x00700766b0cA613D719A01eea6234eeE77592e15",
},
subgraph: "https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/8uU5LrpCLCP1P31GBCUXu8AdWKQ2aW6mKTKsr2ssUdJS",
subgraph: "https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/FRK5vEJXX9w5Pt3nqeqGRX5s7k29AWCb7aXTfDwT6S8j",
},
}

0 comments on commit 18ceee8

Please sign in to comment.