Skip to content

Commit

Permalink
feat: mark stable++ pool script
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 28, 2024
1 parent e2f96cb commit c2145b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,13 @@ export const MainnetContractHashTags: ContractHashTag[] = [
hashType: 'data1',
tag: 'UDT Limit Order',
},
{
codeHashes: ['0x26622198b66240e437e323e0fecf1c26ba3c8c28a45f03ed3ebb9f7f2bdc0055'],
txHashes: ['0xb22fd5c56a642f2e8447f7fb2bbd4faa85ce09ec9393113b9bdeec2b17cd4f95-0'],
depType: 'code',
hashType: 'type',
tag: 'Stable++ Pool',
},
]

export const TestnetContractHashTags: ContractHashTag[] = [
Expand Down
7 changes: 7 additions & 0 deletions src/pages/ScriptList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,13 @@ export const scripts = new Map<string, ScriptAttributes>([
code: 'https://github.com/ickb/v1-core/tree/454cfa966052a621c4e8b67001718c29ee8191a2/scripts/contracts/limit_order',
},
],
[
'Stable++ Pool',
{
name: 'Stable++ Pool',
description: 'Stable++ Pool',
},
],
])

const keysWithLinkValueInScript: (keyof ScriptAttributes)[] = ['rfc', 'code', 'doc', 'deprecated', 'website']
Expand Down

0 comments on commit c2145b0

Please sign in to comment.