Skip to content
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

Merge develop into testnet #1817

Merged
merged 3 commits into from
Dec 2, 2024
Merged
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
21 changes: 21 additions & 0 deletions src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,27 @@ export const MainnetContractHashTags: ContractHashTag[] = [
hashType: 'type',
tag: 'DID',
},
{
codeHashes: ['0x56fb632a13abdad7308d2e034baae1cb049e8e8ff23cc7c0b69449f617549733'],
txHashes: ['0x8ec1081bd03e5417bb4467e96f4cec841acdd35924538a35e7547fe320118977-1'],
depType: 'code',
hashType: 'type',
tag: 'Stable++ Intent Lock',
},
{
codeHashes: ['0x4ed68fcb7eaa4ff78d46a2fad88a32ce9caffd4b96a0a4bba96ff4871f018675'],
txHashes: ['0x8dae0c83d77b7349f390d967b254e8329177b5c8c0e6da97c4a51efcca958ef5-1'],
depType: 'code',
hashType: 'type',
tag: 'Stable++ Vault Lock',
},
{
codeHashes: ['0x26a33e0815888a4a0614a0b7d09fa951e0993ff21e55905510104a0b1312032b'],
txHashes: ['0x8ec1081bd03e5417bb4467e96f4cec841acdd35924538a35e7547fe320118977-0'],
depType: 'code',
hashType: 'type',
tag: 'Stable++ Asset',
},
]

export const TestnetContractHashTags: ContractHashTag[] = [
Expand Down
24 changes: 24 additions & 0 deletions src/pages/ScriptList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,30 @@ export const scripts = new Map<string, ScriptAttributes>([
website: 'https://did.id/',
},
],
[
'Stable++ Intent Lock',
{
name: 'Stable++ Intent Lock',
description: 'Stable++ Lock hosting pledge',
website: 'https://www.stablepp.xyz/stablecoin',
},
],
[
'Stable++ Vault Lock',
{
name: 'Stable++ Vault Lock',
description: 'Stable++ Vault Lock Script',
website: 'https://www.stablepp.xyz/stablecoin',
},
],
[
'Stable++ Asset',
{
name: 'Stable++ Asset',
description: 'Stable++ Asset',
website: 'https://www.stablepp.xyz/stablecoin',
},
],
])

const keysWithLinkValueInScript: (keyof ScriptAttributes)[] = ['rfc', 'code', 'doc', 'deprecated', 'website']
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7996,9 +7996,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001487, caniuse-lite@^1.0.30001580:
version "1.0.30001614"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz"
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==
version "1.0.30001684"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz"
integrity sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==

case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
Expand Down
Loading