Skip to content

Commit

Permalink
add eurUSTBL to subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
wewelll committed Nov 12, 2024
1 parent d917a94 commit fa690a6
Show file tree
Hide file tree
Showing 4 changed files with 2,396 additions and 1,857 deletions.
14 changes: 13 additions & 1 deletion subgraph/config/arbitrum-one.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"output": "./generated/arbitrum-one.",
"version": "v0.0.1",
"version": "v0.0.2",
"chain": "arbitrum-one",
"datasources": [
{
Expand Down Expand Up @@ -38,6 +38,18 @@
"address": "0xA260D72df8FF2696f3A8d0BE46B7bc4d743Be764",
"startBlock": 267473542,
"module": ["oracle"]
},
{
"name": "token-eurUSTBL",
"address": "0xA8De1f55Aa0E381cb456e1DcC9ff781eA0079068",
"startBlock": 272040775,
"module": ["erc20"]
},
{
"name": "oracle-eurUSTBL",
"address": "0x970E2aDC2fdF53AEa6B5fa73ca6dc30eAFEDfe3D",
"startBlock": 272040819,
"module": ["oracle"]
}
],
"deploy": [
Expand Down
14 changes: 13 additions & 1 deletion subgraph/config/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"output": "./generated/mainnet.",
"version": "v0.0.2",
"version": "v0.0.3",
"chain": "mainnet",
"datasources": [
{
Expand Down Expand Up @@ -38,6 +38,18 @@
"address": "0x021289588cd81dC1AC87ea91e91607eEF68303F5",
"startBlock": 19690267,
"module": ["oracle"]
},
{
"name": "token-eurUSTBL",
"address": "0x0183ace58bc8B8F1f84CC8b9eD1210E1c87dF7e0",
"startBlock": 21137180,
"module": ["erc20"]
},
{
"name": "oracle-eurUSTBL",
"address": "0xA8De1f55Aa0E381cb456e1DcC9ff781eA0079068",
"startBlock": 21137184,
"module": ["oracle"]
}
],
"deploy": [
Expand Down
14 changes: 13 additions & 1 deletion subgraph/config/polygon.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"output": "./generated/polygon.",
"version": "v0.0.2",
"version": "v0.0.3",
"chain": "matic",
"datasources": [
{
Expand Down Expand Up @@ -38,6 +38,18 @@
"address": "0x021289588cd81dC1AC87ea91e91607eEF68303F5",
"startBlock": 56007443,
"module": ["oracle"]
},
{
"name": "token-eurUSTBL",
"address": "0x75cB1BD539eE2cb22031603a7b437F1F7077B05e",
"startBlock": 64001504,
"module": ["erc20"]
},
{
"name": "oracle-eurUSTBL",
"address": "0x0183ace58bc8B8F1f84CC8b9eD1210E1c87dF7e0",
"startBlock": 64001536,
"module": ["oracle"]
}
],
"deploy": [
Expand Down
Loading

0 comments on commit fa690a6

Please sign in to comment.