-
Notifications
You must be signed in to change notification settings - Fork 246
feat(sUSD): add stableswap-pool-config.yaml with EvmHypStableSwap ada… #1374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| tokens: | ||
| - chainName: arbitrum | ||
| standard: EvmHypCollateralAdapter | ||
| decimals: 6 | ||
| symbol: USDC | ||
| name: USD Coin | ||
| addressOrDenom: "0x94C62e7958738B65737a0Db8A5077def3AED84AA" | ||
| collateralAddressOrDenom: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" | ||
| connections: [] | ||
| - chainName: base | ||
| standard: EvmHypCollateralAdapter | ||
| decimals: 6 | ||
| symbol: USDC | ||
| name: USD Coin | ||
| addressOrDenom: "0x73Ef899fDa87213e26501707ab585028BFB297c8" | ||
| collateralAddressOrDenom: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" | ||
| connections: [] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Imputed deploy config for USDC CollateralAdapters on Arbitrum and Base | ||
| arbitrum: | ||
| type: collateralAdapter | ||
| token: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" | ||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| mailbox: "0x979Ca5202784112f4738403dBec5D0F3B9daabB9" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
|
|
||
| base: | ||
| type: collateralAdapter | ||
| token: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" | ||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
|
Comment on lines
+2
to
+14
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alphabetize keys inside each chain mapping. Let’s keep it tidy so the YAML lint stops grumbling. ✅ Suggested reorder arbitrum:
- type: collateralAdapter
- token: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
- sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6"
- mailbox: "0x979Ca5202784112f4738403dBec5D0F3B9daabB9"
- owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01"
+ mailbox: "0x979Ca5202784112f4738403dBec5D0F3B9daabB9"
+ owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01"
+ sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6"
+ token: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
+ type: collateralAdapter
base:
- type: collateralAdapter
- token: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
- sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6"
- mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D"
- owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01"
+ mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D"
+ owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01"
+ sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6"
+ token: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
+ type: collateralAdapterAs per coding guidelines: 🧰 Tools🪛 GitHub Check: lint[failure] 11-11: [failure] 6-6: [failure] 5-5: [failure] 4-4: 🪛 Gitleaks (8.30.0)[high] 4-4: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) [high] 11-11: Detected a Generic API Key, potentially exposing access to various services and sensitive operations. (generic-api-key) 🤖 Prompt for AI Agents |
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||||||||||||||||||||||||||||||
| tokens: | ||||||||||||||||||||||||||||||||||
| - chainName: hyperevm | ||||||||||||||||||||||||||||||||||
| standard: EvmHypCollateralAdapter | ||||||||||||||||||||||||||||||||||
| decimals: 6 | ||||||||||||||||||||||||||||||||||
| symbol: USDH | ||||||||||||||||||||||||||||||||||
| name: USD Hyperliquid | ||||||||||||||||||||||||||||||||||
| addressOrDenom: "0xc7d07C8acFC66852BAad9Afb49E8A3AA7F6D3575" | ||||||||||||||||||||||||||||||||||
| collateralAddressOrDenom: "0x111111a1a0667d36bd57c0a9f569b98057111111" | ||||||||||||||||||||||||||||||||||
| connections: [] | ||||||||||||||||||||||||||||||||||
|
Comment on lines
+2
to
+9
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sort token keys alphabetically. Key order isn’t alphabetical; please reorder for consistency. 💡 Suggested reorder - chainName: hyperevm
- standard: EvmHypCollateralAdapter
- decimals: 6
- symbol: USDH
- name: USD Hyperliquid
addressOrDenom: "0xc7d07C8acFC66852BAad9Afb49E8A3AA7F6D3575"
+ chainName: hyperevm
collateralAddressOrDenom: "0x111111a1a0667d36bd57c0a9f569b98057111111"
connections: []
+ decimals: 6
+ name: USD Hyperliquid
+ standard: EvmHypCollateralAdapter
+ symbol: USDH📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,6 @@ | ||||||||||||||||||||||||||
| hyperevm: | ||||||||||||||||||||||||||
| type: collateralAdapter | ||||||||||||||||||||||||||
| token: "0x111111a1a0667d36bd57c0a9f569b98057111111" | ||||||||||||||||||||||||||
| sUSD: "0x0a089A151228Fd8CdfB1082a12b030D4C064F497" | ||||||||||||||||||||||||||
| mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E" | ||||||||||||||||||||||||||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||||||||||||||||||||||||||
|
Comment on lines
+1
to
+6
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sort deployment keys alphabetically. Key order isn’t alphabetical; please reorder for consistency. 💡 Suggested reorder hyperevm:
- type: collateralAdapter
- token: "0x111111a1a0667d36bd57c0a9f569b98057111111"
- sUSD: "0x0a089A151228Fd8CdfB1082a12b030D4C064F497"
mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E"
owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01"
+ sUSD: "0x0a089A151228Fd8CdfB1082a12b030D4C064F497"
+ token: "0x111111a1a0667d36bd57c0a9f569b98057111111"
+ type: collateralAdapter📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||||||||||||||||||||||||||||||||||
| tokens: | ||||||||||||||||||||||||||||||||||||||
| - chainName: soneium | ||||||||||||||||||||||||||||||||||||||
| standard: EvmHypCollateralAdapter | ||||||||||||||||||||||||||||||||||||||
| decimals: 6 | ||||||||||||||||||||||||||||||||||||||
| symbol: USDSC | ||||||||||||||||||||||||||||||||||||||
| name: Startale USD | ||||||||||||||||||||||||||||||||||||||
| addressOrDenom: "0x867D428B8FbE196EA4e997e7980623E75ED219a7" | ||||||||||||||||||||||||||||||||||||||
| collateralAddressOrDenom: "0x3f99231dD03a9F0E7e3421c92B7b90fbe012985a" | ||||||||||||||||||||||||||||||||||||||
| connections: [] | ||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+9
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sort YAML keys alphabetically in the token entry. Right now the keys inside the token map aren’t in alpha order. Please reorder them to match the YAML guideline so it stays consistent with the rest of the registry. Proposed fix tokens:
- - chainName: soneium
- standard: EvmHypCollateralAdapter
- decimals: 6
- symbol: USDSC
- name: Startale USD
- addressOrDenom: "0x867D428B8FbE196EA4e997e7980623E75ED219a7"
- collateralAddressOrDenom: "0x3f99231dD03a9F0E7e3421c92B7b90fbe012985a"
- connections: []
+ - addressOrDenom: "0x867D428B8FbE196EA4e997e7980623E75ED219a7"
+ chainName: soneium
+ collateralAddressOrDenom: "0x3f99231dD03a9F0E7e3421c92B7b90fbe012985a"
+ connections: []
+ decimals: 6
+ name: Startale USD
+ standard: EvmHypCollateralAdapter
+ symbol: USDSC📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,7 @@ | ||||||||||||||||||||||||||
| # Imputed deploy config for USDSC (Startale USD) CollateralAdapter on Soneium | ||||||||||||||||||||||||||
| soneium: | ||||||||||||||||||||||||||
| type: collateralAdapter | ||||||||||||||||||||||||||
| token: "0x3f99231dD03a9F0E7e3421c92B7b90fbe012985a" | ||||||||||||||||||||||||||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||||||||||||||||||||||||||
| mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E" | ||||||||||||||||||||||||||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||||||||||||||||||||||||||
|
Comment on lines
+2
to
+7
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alphabetize the keys under The nested fields aren’t in alpha order. Let’s sort them so the YAML stays tidy and consistent. Proposed fix soneium:
- type: collateralAdapter
- token: "0x3f99231dD03a9F0E7e3421c92B7b90fbe012985a"
- sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6"
mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E"
owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01"
+ sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6"
+ token: "0x3f99231dD03a9F0E7e3421c92B7b90fbe012985a"
+ type: collateralAdapter📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| tokens: | ||
| - chainName: arbitrum | ||
| standard: EvmHypCollateralAdapter | ||
| decimals: 6 | ||
| symbol: USDT | ||
| name: Tether USD | ||
| addressOrDenom: "0x6BEC839292A36372882Cb850E93FB5aC2A9BA4Af" | ||
| collateralAddressOrDenom: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" | ||
| connections: [] | ||
| - chainName: base | ||
| standard: EvmHypCollateralAdapter | ||
| decimals: 6 | ||
| symbol: USDT | ||
| name: Tether USD | ||
| addressOrDenom: "0x23c51024b19303F1315DbFFA055666aE9B7A0B2c" | ||
| collateralAddressOrDenom: "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2" | ||
| connections: [] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Imputed deploy config for USDT CollateralAdapters on Arbitrum and Base | ||
| arbitrum: | ||
| type: collateralAdapter | ||
| token: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" | ||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| mailbox: "0x979Ca5202784112f4738403dBec5D0F3B9daabB9" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
|
|
||
| base: | ||
| type: collateralAdapter | ||
| token: "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2" | ||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| tokens: | ||
| - chainName: linea | ||
| standard: EvmHypCollateralAdapter | ||
| decimals: 6 | ||
| symbol: mUSD | ||
| name: MetaMask USD | ||
| addressOrDenom: "0xb9Fc2748D7f4d81cfc2ca78a52f52b4ADf1C4895" | ||
| collateralAddressOrDenom: "0xaca92e438df0b2401ff60da7e4337b687a2435da" | ||
| connections: [] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| linea: | ||
| type: collateralAdapter | ||
| token: "0xaca92e438df0b2401ff60da7e4337b687a2435da" | ||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| mailbox: "0x02d16BC51af6BfD153d67CA61754cF912E82C4d9" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| tokens: | ||
| - chainName: mantra | ||
| standard: EvmHypCollateralAdapter | ||
| decimals: 6 | ||
| symbol: mantraUSD | ||
| name: MANTRA USD | ||
| addressOrDenom: "0xb9Fc2748D7f4d81cfc2ca78a52f52b4ADf1C4895" | ||
| collateralAddressOrDenom: "0xd2b95283011E47257917770D28Bb3EE44c849f6F" | ||
| connections: [] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| mantra: | ||
| type: collateralAdapter | ||
| token: "0xd2b95283011E47257917770D28Bb3EE44c849f6F" | ||
| sUSD: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| tokens: | ||
| - chainName: arbitrum | ||
| standard: EvmHypSyntheticWithMinters | ||
| decimals: 6 | ||
| symbol: sUSD | ||
| name: StableSwap USD | ||
| addressOrDenom: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| connections: | ||
| - token: ethereum|base|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|soneium|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|mantra|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|linea|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|hyperevm|0x0a089A151228Fd8CdfB1082a12b030D4C064F497 | ||
| - chainName: base | ||
| standard: EvmHypSyntheticWithMinters | ||
| decimals: 6 | ||
| symbol: sUSD | ||
| name: StableSwap USD | ||
| addressOrDenom: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| connections: | ||
| - token: ethereum|arbitrum|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|soneium|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|mantra|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|linea|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|hyperevm|0x0a089A151228Fd8CdfB1082a12b030D4C064F497 | ||
| - chainName: soneium | ||
| standard: EvmHypSyntheticWithMinters | ||
| decimals: 6 | ||
| symbol: sUSD | ||
| name: StableSwap USD | ||
| addressOrDenom: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| connections: | ||
| - token: ethereum|arbitrum|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|base|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|mantra|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|linea|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|hyperevm|0x0a089A151228Fd8CdfB1082a12b030D4C064F497 | ||
| - chainName: mantra | ||
| standard: EvmHypSyntheticWithMinters | ||
| decimals: 6 | ||
| symbol: sUSD | ||
| name: StableSwap USD | ||
| addressOrDenom: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| connections: | ||
| - token: ethereum|arbitrum|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|base|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|soneium|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|linea|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|hyperevm|0x0a089A151228Fd8CdfB1082a12b030D4C064F497 | ||
| - chainName: linea | ||
| standard: EvmHypSyntheticWithMinters | ||
| decimals: 6 | ||
| symbol: sUSD | ||
| name: StableSwap USD | ||
| addressOrDenom: "0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6" | ||
| connections: | ||
| - token: ethereum|arbitrum|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|base|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|soneium|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|mantra|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|hyperevm|0x0a089A151228Fd8CdfB1082a12b030D4C064F497 | ||
| - chainName: hyperevm | ||
| standard: EvmHypSyntheticWithMinters | ||
| decimals: 6 | ||
| symbol: sUSD | ||
| name: StableSwap USD | ||
| addressOrDenom: "0x0a089A151228Fd8CdfB1082a12b030D4C064F497" | ||
| connections: | ||
| - token: ethereum|arbitrum|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|base|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|soneium|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|mantra|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 | ||
| - token: ethereum|linea|0x38E8720EBE02e7c5254F9De9F81440C7a770a9c6 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| arbitrum: | ||
| type: syntheticWithMinters | ||
| name: "StableSwap USD" | ||
| symbol: "sUSD" | ||
| decimals: 6 | ||
| mailbox: "0x979Ca5202784112f4738403dBec5D0F3B9daabB9" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
| authorizedMinters: [] | ||
|
|
||
| base: | ||
| type: syntheticWithMinters | ||
| name: "StableSwap USD" | ||
| symbol: "sUSD" | ||
| decimals: 6 | ||
| mailbox: "0xeA87ae93Fa0019a82A727bfd3eBd1cFCa8f64f1D" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
| authorizedMinters: [] | ||
|
|
||
| soneium: | ||
| type: syntheticWithMinters | ||
| name: "StableSwap USD" | ||
| symbol: "sUSD" | ||
| decimals: 6 | ||
| mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
| authorizedMinters: [] | ||
|
|
||
| mantra: | ||
| type: syntheticWithMinters | ||
| name: "StableSwap USD" | ||
| symbol: "sUSD" | ||
| decimals: 6 | ||
| mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
| authorizedMinters: [] | ||
|
|
||
| linea: | ||
| type: syntheticWithMinters | ||
| name: "StableSwap USD" | ||
| symbol: "sUSD" | ||
| decimals: 6 | ||
| mailbox: "0x02d16BC51af6BfD153d67CA61754cF912E82C4d9" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
| authorizedMinters: [] | ||
|
|
||
| hyperevm: | ||
| type: syntheticWithMinters | ||
| name: "StableSwap USD" | ||
| symbol: "sUSD" | ||
| decimals: 6 | ||
| mailbox: "0x3a464f746D23Ab22155710f44dB16dcA53e0775E" | ||
| owner: "0xEA2117b24F7947647Bec60527B68f4244AE40c01" | ||
| authorizedMinters: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort token mapping keys alphabetically to fix lint.
Right now the key order trips the YAML sort-keys check. Reordering the keys inside each token entry will clear the lint failure.
✅ Suggested reorder
As per coding guidelines:
**/*.yaml: YAML files must have keys sorted alphabetically.📝 Committable suggestion
🧰 Tools
🪛 GitHub Actions: ci
[error] 4-4: ESLint: YAML sort-keys. Expected mapping keys to be in ascending order. 'decimals' should be before 'standard'.
🪛 GitHub Check: lint
[failure] 15-15:
Expected mapping keys to be in ascending order. 'addressOrDenom' should be before 'name'
[failure] 14-14:
Expected mapping keys to be in ascending order. 'name' should be before 'symbol'
[failure] 12-12:
Expected mapping keys to be in ascending order. 'decimals' should be before 'standard'
[failure] 7-7:
Expected mapping keys to be in ascending order. 'addressOrDenom' should be before 'name'
[failure] 6-6:
Expected mapping keys to be in ascending order. 'name' should be before 'symbol'
[failure] 4-4:
Expected mapping keys to be in ascending order. 'decimals' should be before 'standard'
🤖 Prompt for AI Agents