Skip to content

Commit

Permalink
Merge branch '32-update-cardano-tokenid' into 'dev'
Browse files Browse the repository at this point in the history
update cardano token id

Closes #32

See merge request ergo/rosen-bridge/contract!68
  • Loading branch information
zargarzadehm committed Nov 23, 2023
2 parents a3d28e0 + 3590ae4 commit c2da8f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ networks = {
lock-address = "addr1v9kmp9flrq8gzh287q4kku8vmad3vkrw0rwqvjas6vyrf9s9at4dn"
cleanup-confirm = 7200
}
idKey = "fingerprint"
idKey = "tokenId"
}
ergo = {
public-soft-launch = {
Expand Down
2 changes: 1 addition & 1 deletion tokensMap/Ada.mainnet-loen.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"cardano": {
"fingerprint": "ada",
"tokenId": "ada",
"policyId": "",
"assetName": "414441",
"name": "ADA",
Expand Down
2 changes: 1 addition & 1 deletion tokensMap/Erg.mainnet-loen.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"cardano": {
"fingerprint": "asset192xmjyjuxpwdwg5emkvdfwfq7975h2rswdkyhy",
"tokenId": "fca58ef8ba9ef1961e132b611de2f8abcd2f34831e615a6f80c5bb48.77724552472d6c6f656e",
"policyId": "fca58ef8ba9ef1961e132b611de2f8abcd2f34831e615a6f80c5bb48",
"assetName": "77724552472d6c6f656e",
"name": "wrERG-loen",
Expand Down
2 changes: 1 addition & 1 deletion tokensMap/RSN.mainnet-loen.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"cardano": {
"fingerprint": "asset148tacaksvjmccmxuwmnjxduwt0eev2t8th7my8",
"tokenId": "fca58ef8ba9ef1961e132b611de2f8abcd2f34831e615a6f80c5bb48.777252534e2d6c6f656e",
"policyId": "fca58ef8ba9ef1961e132b611de2f8abcd2f34831e615a6f80c5bb48",
"assetName": "777252534e2d6c6f656e",
"name": "wrRSN-loen",
Expand Down
2 changes: 1 addition & 1 deletion tokensMap/Token.mainnet-loen.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"cardano": {
"fingerprint": "asset1fzg8tsaeaz5tjdxxlc0fm68nzqzu4a22t9083p",
"tokenId": "fca58ef8ba9ef1961e132b611de2f8abcd2f34831e615a6f80c5bb48.546f6b656e2d6c6f656e",
"policyId": "fca58ef8ba9ef1961e132b611de2f8abcd2f34831e615a6f80c5bb48",
"assetName": "546f6b656e2d6c6f656e",
"name": "Token-loen",
Expand Down

0 comments on commit c2da8f0

Please sign in to comment.