Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions assets/sonic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"stableAssets": [
{
"address": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
"symbol": "USDC"
},
{
"address": "0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae",
"symbol": "SCUSD"
}
],
"pricingAssets": [
{
"address": "0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38",
"symbol": "WS"
},
{
"address": "0xE5DA20F15420aD15DE0fa650600aFc998bbE3955",
"symbol": "STS"
},
{
"address": "0x3bce5cb273f0f148010bbea2470e7b5df84c7812",
"symbol": "SCETH"
},
{
"address": "0x50c42deacd8fc9773493ed674b675be577f2634b",
"symbol": "WETH"
}
]
}
22 changes: 21 additions & 1 deletion networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,4 +941,24 @@ fantom:
startBlock: 94751110
GyroEV2PoolFactory:
address: "0xFBc4bE9837Df454D5389D71cA251427ea351058E"
startBlock: 94751110
startBlock: 94751110
sonic:
network: sonic
# graft:
# block: 94751010
# base: QmYN8qV7PEokFeQvhhWMinYD5wsspP1Sc87pGKEvAmjSCJ
Vault:
address: "0xBA12222222228d8Ba445958a75a0704d566BF2C8"
startBlock: 368300
WeightedPoolV4Factory:
address: "0x22f5b7FDD99076f1f20f8118854ce3984544D56d"
startBlock: 369500
ComposableStablePoolV6Factory:
address: "0x993767E29726dDb7F5e8A751fAF54d4b83F3FC62"
startBlock: 369500
GyroEV2PoolFactory:
address: "0x5364296D19d453D73f84a94e78681A430e620c5f"
startBlock: 5143640
Gyro3PoolFactory:
address: "0x05d8c43b2c66978dbfa6d8ef6e2b58ffcca3971e"
startBlock: 14441220
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@graphprotocol/graph-cli": "0.69.0",
"@graphprotocol/graph-cli": "0.91.0",
"@graphprotocol/graph-ts": "0.34.0",
"@types/jest": "^26.0.20",
"@types/node": "^16.4.1",
Expand Down
Loading