Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
14 changes: 14 additions & 0 deletions assets/sonic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"stableAssets": [
{
"address": "0xb5e6b895734409df411a052195eb4ee7e40d8696",
"symbol": "USDC"
Copy link

@NgoKimPhu NgoKimPhu Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"address": "0xb5e6b895734409df411a052195eb4ee7e40d8696",
"symbol": "USDC"
"address": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
"symbol": "USDC.e"
},
{
"address": "0xe715cbA7B5cCb33790ceBFF1436809d36cb17E57",
"symbol": "EURC.e"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh, where did you get this address from?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a private source but looks like it's for reference only, might not be the official one

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like sonic scan is now updated with the official tokens. I've editted this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we cant have EURC, can only have USD pegged stables

}
],
"pricingAssets": [
{
"address": "0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38",
"symbol": "WS"
}
]
}
16 changes: 15 additions & 1 deletion networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,4 +941,18 @@ fantom:
startBlock: 94751110
GyroEV2PoolFactory:
address: "0xFBc4bE9837Df454D5389D71cA251427ea351058E"
startBlock: 94751110
startBlock: 94751110
sonic:
network: sonic-mainnet
# graft:
# block: 94751010
# base: QmYN8qV7PEokFeQvhhWMinYD5wsspP1Sc87pGKEvAmjSCJ
Vault:
address: "0xBA12222222228d8Ba445958a75a0704d566BF2C8"
startBlock: 368300
WeightedPoolV4Factory:
address: "0x22f5b7FDD99076f1f20f8118854ce3984544D56d"
startBlock: 369500
ComposableStablePoolV6Factory:
address: "0x993767E29726dDb7F5e8A751fAF54d4b83F3FC62"
startBlock: 369500
Loading