Skip to content

Commit

Permalink
feat: Improve formats and add INW testnet contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
ical10 committed Nov 8, 2023
1 parent ef9702b commit c4caf85
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions src/data/PSP22_ASSETS.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"aleph-zero-PSP22-INW-5H4aCwLKUpVpct6XGJzDGPPXFockNKQU2JUVNgUw6BXEPzST": {
"originChain": "aleph-zero",
"slug": "aleph-zero-PSP22-INW-5H4aCwLKUpVpct6XGJzDGPPXFockNKQU2JUVNgUw6BXEPzST",
"alephzero-PSP22-INW-5H4aCwLKUpVpct6XGJzDGPPXFockNKQU2JUVNgUw6BXEPzST": {
"originChain": "alephzero",
"slug": "alephzero-PSP22-INW-5H4aCwLKUpVpct6XGJzDGPPXFockNKQU2JUVNgUw6BXEPzST",
"name": "Ink Whale Token",
"symbol": "INW",
"decimals": 12,
Expand All @@ -11,9 +11,9 @@
},
"iconPath": "https://github.com/scio-labs/use-inkathon/raw/main/assets/asset-logos/inw.png"
},
"aleph-zero-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ": {
"originChain": "aleph-zero",
"slug": "aleph-zero-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ",
"alephzero-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ": {
"originChain": "alephzero",
"slug": "alephzero-PSP22-PANX-5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ",
"name": "Panorama Swap Token",
"symbol": "PANX",
"decimals": 12,
Expand All @@ -22,5 +22,17 @@
"contractAddress": "5GSGAcvqpF5SuH2MhJ1YUdbLAbssCjeqCn2miMUCWUjnr5DQ"
},
"iconPath": "https://github.com/scio-labs/use-inkathon/raw/main/assets/asset-logos/panx.png"
},
"alephzero-testnet-PSP22-INW-5FrXTf3NXRWZ1wzq9Aka7kTGCgGotf6wifzV7RzxoCYtrjiX": {
"originChain": "alephzero-testnet",
"slug": "alephzero-testnet-PSP22-INW-5FrXTf3NXRWZ1wzq9Aka7kTGCgGotf6wifzV7RzxoCYtrjiX",
"name": "Ink Whale Token",
"symbol": "INW",
"decimals": 12,
"assetType": "PSP22",
"metadata": {
"contractAddress": "5FrXTf3NXRWZ1wzq9Aka7kTGCgGotf6wifzV7RzxoCYtrjiX"
},
"iconPath": "https://github.com/scio-labs/use-inkathon/raw/main/assets/asset-logos/inw.png"
}
}

0 comments on commit c4caf85

Please sign in to comment.