mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
* feat: add support for vault allocation * feat(dwn): Add IPFS client * refactor: move GetDefaultBypassFeeMessages to ibc/module.go * refactor(did): clean up genesis state definition * feat: remove global integrity proof requirement * feat: remove gas consumption for tx size * feat: add registration route * refactor: centralize response handling in the package * feat(types): add account and pubkey types * refactor: simplify dockerfile process-compose.yaml copy
10 lines
146 B
TOML
10 lines
146 B
TOML
name = "sonr-id"
|
|
main = "./build/worker.mjs"
|
|
compatibility_date = "2024-07-26"
|
|
|
|
[dev]
|
|
ip = "localhost"
|
|
|
|
[build]
|
|
command = "devbox run build:motr"
|