mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-21 11:45:41 +00:00
Reference for macros usage (#354)
* Reference for macro usage update build, fix fmt and tomls fixed Erc20XcmBridge, updated deps toml sort &fmt * fix import * fix sort * comment out tests * fix fmt * fix constant tests
This commit is contained in:
@@ -25,7 +25,9 @@ serde = { version = "1.0.197", default-features = false }
|
||||
serde_json = "1.0.121"
|
||||
smallvec = "1.11.0"
|
||||
|
||||
openzeppelin-polkadot-wrappers = { git = "http://github.com/openzeppelin/polkadot-runtime-wrappers", default-features = false, tag = "v0.1-rc1" }
|
||||
# TODO: update to release
|
||||
openzeppelin-polkadot-wrappers = { git = "https://github.com/openzeppelin/polkadot-runtime-wrappers", default-features = false, tag = "v0.1-rc1" }
|
||||
openzeppelin-polkadot-wrappers-proc = { git = "https://github.com/openzeppelin/polkadot-runtime-wrappers", default-features = false, tag = "v0.1-rc1" }
|
||||
|
||||
# Substrate
|
||||
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" }
|
||||
|
||||
Reference in New Issue
Block a user