Skip to content

Commit

Permalink
Merge branch 'add-spf' into 'dev_v1'
Browse files Browse the repository at this point in the history
Add spf

See merge request ergo/rosen-bridge/contract!79
  • Loading branch information
zargarzadehm committed Jan 18, 2024
2 parents d463dda + 2672d0c commit f5ccced
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ target/
.bsp/
*.json
!tokensMap/*.json
.DS_Store
22 changes: 22 additions & 0 deletions tokensMap/SPF.mainnet-public-launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"ergo": {
"tokenId": "9a06d9e545a41fd51eeffc5e20d818073bf820c635e2a9d922269913e0de369d",
"name": "SPF",
"decimals": 6,
"metaData": {
"type": "EIP-004",
"residency": "native"
}
},
"cardano": {
"tokenId": "bb99f13b062933c326f552db5325355ee2ff3cc795fc2e4ee3b17326.7273535046",
"policyId": "bb99f13b062933c326f552db5325355ee2ff3cc795fc2e4ee3b17326",
"assetName": "7273535046",
"name": "rsSPF",
"decimals": 6,
"metaData": {
"type": "CIP26",
"residency": "wrapped"
}
}
}

0 comments on commit f5ccced

Please sign in to comment.