Skip to content

Commit

Permalink
feat: add token info of usdi
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Dec 20, 2024
1 parent be116b6 commit 9876cba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/constants/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@ export const MainnetContractHashTags: ContractHashTag[] = [
hashType: 'type',
tag: 'Stable++ Asset',
},
{
codeHashes: ['0xbfa35a9c38a676682b65ade8f02be164d48632281477e36f8dc2f41f79e56bfc'],
txHashes: ['0xf6a5eef65101899db9709c8de1cc28f23c1bee90d857ebe176f6647ef109e20d-0'],
depType: 'code',
hashType: 'type',
tag: 'USDI Asset',
},
]

export const TestnetContractHashTags: ContractHashTag[] = [
Expand Down Expand Up @@ -805,6 +812,13 @@ export const TestnetContractHashTags: ContractHashTag[] = [
hashType: 'data1',
tag: 'UDT Limit Order',
},
{
codeHashes: ['0xcc9dc33ef234e14bc788c43a4848556a5fb16401a04662fc55db9bb201987037'],
txHashes: ['0x03d029480416c2fc927dfbfe0ed1916ffaf55d1e1f3146c55cf2d3dd5e674e61-0'],
depType: 'code',
hashType: 'type',
tag: 'USDI Asset',
},
]

const getLumosScripts = (scripts: ContractHashTag[]): ScriptConfigs =>
Expand Down
8 changes: 8 additions & 0 deletions src/pages/ScriptList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,14 @@ export const scripts = new Map<string, ScriptAttributes>([
website: 'https://www.stablepp.xyz/stablecoin',
},
],
[
'USDI Asset',
{
name: 'USDI Asset',
description: 'USDI Asset',
website: 'https://www.interpaystellar.com/',
},
],
])

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

0 comments on commit 9876cba

Please sign in to comment.