Skip to content

Commit

Permalink
promote: adding delivery fee for MYTH (#3105)
Browse files Browse the repository at this point in the history
* promote: adding delivery fee for MYTH

* fix: update MYTH fee

* fix: update for prod too
  • Loading branch information
stepanLav authored Oct 11, 2024
1 parent 8c2e34a commit c470065
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion xcm/v6/transfers.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,22 @@
"sizeFactor": "100000",
"alwaysHoldingPays": false
}
},
"f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9": {
"toParent": {
"type": "exponential",
"factorPallet": "ParachainSystem",
"sizeBase": "300000000",
"sizeFactor": "100000",
"alwaysHoldingPays": false
},
"toParachain": {
"type": "exponential",
"factorPallet": "XcmpQueue",
"sizeBase": "300000000",
"sizeFactor": "100000",
"alwaysHoldingPays": false
}
}
},
"networkBaseWeight": {
Expand Down Expand Up @@ -3749,7 +3765,7 @@
"fee": {
"mode": {
"type": "proportional",
"value": "65536000000000000000"
"value": "81920000000000016384"
},
"instructions": "xcmPalletTeleportDest"
}
Expand Down
2 changes: 1 addition & 1 deletion xcm/v6/transfers_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4482,7 +4482,7 @@
"fee": {
"mode": {
"type": "proportional",
"value": "65536000000000000000"
"value": "81920000000000016384"
},
"instructions": "xcmPalletTeleportDest"
}
Expand Down

0 comments on commit c470065

Please sign in to comment.