Skip to content

Commit

Permalink
chore: update replica version to 6de9963f (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinity-bot authored Sep 21, 2022
1 parent e45ebe6 commit 1fd1f6b
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 94 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,12 @@ Changed the text in this case to read:
### Replica
Updated replica to elected commit 8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4.
Updated replica to elected commit 6de9963fdc752394475149a9659d42f01ab8b0d3.
This incorporates the following executed proposals:
* [81788](https://dashboard.internetcomputer.org/proposal/81788)
* [81571](https://dashboard.internetcomputer.org/proposal/81571)
* [80992](https://dashboard.internetcomputer.org/proposal/80992)
* [79816](https://dashboard.internetcomputer.org/proposal/79816)
* [78693](https://dashboard.internetcomputer.org/proposal/78693)
* [77589](https://dashboard.internetcomputer.org/proposal/77589)
Expand Down
Binary file modified e2e/assets/ledger/cycles-minting-canister.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/genesis-token-canister.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/governance-canister.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/governance-canister_test.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/ic-icrc1-ledger.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/ic-nns-init_linux
Binary file not shown.
Binary file modified e2e/assets/ledger/ic-nns-init_macos
Binary file not shown.
Binary file modified e2e/assets/ledger/ledger-canister_notify-method.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/registry-canister.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/root-canister.wasm
Binary file not shown.
Binary file modified e2e/assets/ledger/sns-wasm-canister.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion e2e/tests-dfx/nns.bash
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dfx_start_for_nns_install() {
assert_command timeout 300 sh -c \
"until dfx start --clean --background --host 127.0.0.1:8080 --verbose; do echo waiting for port 8080 to become free; sleep 3; done" \
|| (echo "could not connect to replica on port 8080" && exit 1)
assert_match "subnet_type: System"
assert_match "subnet type: System"
assert_match "127.0.0.1:8080"
}

Expand Down
9 changes: 9 additions & 0 deletions e2e/tests-dfx/start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ teardown() {
@test "dfx starts replica with subnet_type application - project defaults" {
install_asset subnet_type/project_defaults/application
define_project_network
jq '.defaults.replica.log_level="info"' dfx.json | sponge dfx.json

assert_command dfx start --background
assert_match "subnet_type: Application"
Expand All @@ -141,6 +142,7 @@ teardown() {
@test "dfx starts replica with subnet_type verifiedapplication - project defaults" {
install_asset subnet_type/project_defaults/verified_application
define_project_network
jq '.defaults.replica.log_level="info"' dfx.json | sponge dfx.json

assert_command dfx start --background
assert_match "subnet_type: VerifiedApplication"
Expand All @@ -149,6 +151,7 @@ teardown() {
@test "dfx starts replica with subnet_type system - project defaults" {
install_asset subnet_type/project_defaults/system
define_project_network
jq '.defaults.replica.log_level="info"' dfx.json | sponge dfx.json

assert_command dfx start --background
assert_match "subnet_type: System"
Expand All @@ -157,6 +160,7 @@ teardown() {
@test "dfx starts replica with subnet_type application - local network" {
install_asset subnet_type/project_network_settings/application
define_project_network
jq '.networks.local.replica.log_level="info"' dfx.json | sponge dfx.json

assert_command dfx start --background
assert_match "subnet_type: Application"
Expand All @@ -165,6 +169,7 @@ teardown() {
@test "dfx starts replica with subnet_type verifiedapplication - local network" {
install_asset subnet_type/project_network_settings/verified_application
define_project_network
jq '.networks.local.replica.log_level="info"' dfx.json | sponge dfx.json

assert_command dfx start --background
assert_match "subnet_type: VerifiedApplication"
Expand All @@ -173,6 +178,7 @@ teardown() {
@test "dfx starts replica with subnet_type system - local network" {
install_asset subnet_type/project_network_settings/system
define_project_network
jq '.networks.local.replica.log_level="info"' dfx.json | sponge dfx.json

assert_command dfx start --background
assert_match "subnet_type: System"
Expand All @@ -181,20 +187,23 @@ teardown() {

@test "dfx starts replica with subnet_type application - shared network" {
install_shared_asset subnet_type/shared_network_settings/application
jq '.local.replica.log_level="info"' "$E2E_NETWORKS_JSON" | sponge "$E2E_NETWORKS_JSON"

assert_command dfx start --background
assert_match "subnet_type: Application"
}

@test "dfx starts replica with subnet_type verifiedapplication - shared network" {
install_shared_asset subnet_type/shared_network_settings/verified_application
jq '.local.replica.log_level="info"' "$E2E_NETWORKS_JSON" | sponge "$E2E_NETWORKS_JSON"

assert_command dfx start --background
assert_match "subnet_type: VerifiedApplication"
}

@test "dfx starts replica with subnet_type system - shared network" {
install_shared_asset subnet_type/shared_network_settings/system
jq '.local.replica.log_level="info"' "$E2E_NETWORKS_JSON" | sponge "$E2E_NETWORKS_JSON"

assert_command dfx start --background
assert_match "subnet_type: System"
Expand Down
108 changes: 54 additions & 54 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,87 +15,87 @@
"canister-sandbox-x86_64-darwin": {
"builtin": false,
"description": "The canister-sandbox binary. It must be updated together with the replica binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1q5zmigv6s6lg7jdcylzhz0in87bf3chn58pcnvxccf2xwcmc2wi",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "1dl932fj8h26ciwbbn6lgr5igam88yaha13cgnmxpqc0vg0cinlr",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-darwin/canister_sandbox.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-darwin/canister_sandbox.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-darwin/canister_sandbox.gz"
},
"canister-sandbox-x86_64-linux": {
"builtin": false,
"description": "The canister-sandbox binary. It must be updated together with the replica binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1f9jxpqrmsy9n5h96rcxnkgh0zam9af7bgfvcfrqn3v4af29h2nb",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "1yavspqyf3yvxl1xrpg4lq0cnqr4ihk82p7kmp7gvf8hz0cxbmsc",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-linux/canister_sandbox.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-linux/canister_sandbox.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-linux/canister_sandbox.gz"
},
"ic-admin-x86_64-darwin": {
"builtin": false,
"description": "The ic-admin binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "0dxgvhn0qyl4a2hsjiay0qn0h69ix7fh9inaxszq0w5bycxgrh4i",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "010y4njj45ff9z4mckip0j2w3gcsldqwc0v09hqw8xs05k552pn7",
"type": "file",
"url": "https://download.dfinity.systems/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/nix-release/x86_64-darwin/ic-admin.gz",
"url": "https://download.dfinity.systems/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/nix-release/x86_64-darwin/ic-admin.gz",
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/x86_64-darwin/ic-admin.gz"
},
"ic-admin-x86_64-linux": {
"builtin": false,
"description": "The ic-admin binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "14asif28dnpc1sh3ahrl0k4h9dxz5ynfjf74df1gn3wby1g9mfzl",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0kawllf1qf35la2xsfv84z5s5hg2hd89zmc6h3v21v55jmbz1bz6",
"type": "file",
"url": "https://download.dfinity.systems/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/release/ic-admin.gz",
"url": "https://download.dfinity.systems/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/release/ic-admin.gz",
"url_template": "https://download.dfinity.systems/ic/<rev>/release/ic-admin.gz"
},
"ic-btc-adapter-x86_64-darwin": {
"builtin": false,
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "16p2j7zy4va943w8kv7shp2sniy6gvsvps6dqd614i4yxffv8m8w",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0sm9aab0rkpy6mzjy4qjzkmnwppymbaismn8dq98csacw0jy44bf",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-darwin/ic-btc-adapter.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-darwin/ic-btc-adapter.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-darwin/ic-btc-adapter.gz"
},
"ic-btc-adapter-x86_64-linux": {
"builtin": false,
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "0fm3g55xsy0z9j4qf9xy27a7qzd0c7mdbkd7xk1gmrp2pcbyksc0",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "10g1fqb49lb1zfv82z1bjp5f5nkx3r9p2k4gxcxblxwj13aqlsf2",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-linux/ic-btc-adapter.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-linux/ic-btc-adapter.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-linux/ic-btc-adapter.gz"
},
"ic-canister-http-adapter-x86_64-darwin": {
"builtin": false,
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1kqqfwvalbgh6xjhrzlllwrkv39zhim678bdz9v6r5qmpa2ql2m4",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0fyp9x5rs9x2frphhpfpyqswwgyv56hs2ky8lp4g8dl0l719a68m",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-darwin/ic-canister-http-adapter.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-darwin/ic-canister-http-adapter.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-darwin/ic-canister-http-adapter.gz"
},
"ic-canister-http-adapter-x86_64-linux": {
"builtin": false,
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "0silpd5z6gpagvf8jrx2bazljil6ln6mzskbnfgbqgripng1nvcf",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0y629y0fs2303imgvy2xz85bcpyl4xp9slkqv6ij889sb504szgg",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-linux/ic-canister-http-adapter.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-linux/ic-canister-http-adapter.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-linux/ic-canister-http-adapter.gz"
},
"ic-nns-init-x86_64-darwin": {
"builtin": false,
"description": "The ic-nns-init binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "061isndpxr33fpj2d7g4qy8q5nb9np1gwam7da1yyggp74srbp32",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "1ms1hn331pbgc3kapa7pn97k5khyr2yahm6s3gbqvizcgkiih13x",
"type": "file",
"url": "https://download.dfinity.systems/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/nix-release/x86_64-darwin/ic-nns-init.gz",
"url": "https://download.dfinity.systems/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/nix-release/x86_64-darwin/ic-nns-init.gz",
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/x86_64-darwin/ic-nns-init.gz"
},
"ic-nns-init-x86_64-linux": {
"builtin": false,
"description": "The ic-nns-init binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1dzs9j36q02ilqzm2s7q9w4x8ahphw1xbnyjafyc0zh7m1pd3l8x",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0nzwn699l3xbyspj94wd2d5rpqmm7dlq4kkqi9x1azz85v87lspx",
"type": "file",
"url": "https://download.dfinity.systems/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/release/ic-nns-init.gz",
"url": "https://download.dfinity.systems/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/release/ic-nns-init.gz",
"url_template": "https://download.dfinity.systems/ic/<rev>/release/ic-nns-init.gz"
},
"ic-ref-x86_64-darwin": {
Expand All @@ -118,18 +118,18 @@
},
"ic-starter-x86_64-darwin": {
"builtin": false,
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "0brv9l726dkfdy9jn04csh1c41m5vdlvxcdn59wl3miz1by789pg",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "116y38mcg65mspzvvzpsaj65v98dwsx7hzsmg33cbjkliby5ka9g",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-darwin/ic-starter.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-darwin/ic-starter.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-darwin/ic-starter.gz"
},
"ic-starter-x86_64-linux": {
"builtin": false,
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1m4skabp96bkcrr3hipvw4np7nag51bl5m1w7hhcb7wdidhv8i4n",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0mjzil0h6j52a6b0j9g4wdzpzbgld9jg9yvbv0vimgqm7hfq2is7",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-linux/ic-starter.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-linux/ic-starter.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-linux/ic-starter.gz"
},
"icx-proxy-x86_64-darwin": {
Expand Down Expand Up @@ -179,55 +179,55 @@
"replica-x86_64-darwin": {
"builtin": false,
"description": "The replica binary. It must be updated together with the canister-sandbox binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1wvqfcd9scp9v4ajcx9azisr43k3fjrjxj320h2vrjc1zv394y3k",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0bciicn7x7179ji8yibxmy2cdb2pgy2cp9273ikrmp8bk411gvsp",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-darwin/replica.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-darwin/replica.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-darwin/replica.gz"
},
"replica-x86_64-linux": {
"builtin": false,
"description": "The replica binary. It must be updated together with the canister-sandbox binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "0zwz72qjh2xfm6hw9jizjzchhghphd06il4bx98af352wpvm0qwv",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0rn83dwh7s3r3w02arb1p8b9437vnfc6ny2njinqsp7vazaq373h",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-linux/replica.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-linux/replica.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-linux/replica.gz"
},
"sandbox-launcher-x86_64-darwin": {
"builtin": false,
"description": "The sandbox_launcher binary. It must be updated together with the replica binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1yzwk37ls56r8dyz6dlx2h6hzbasfzj23fjsqhk9qvjk6mm97bz8",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "1wmi91wzlp4f19yl2j271ycna7ngadrhsbjhcxrhsp6hqnf8r0cz",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-darwin/sandbox_launcher.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-darwin/sandbox_launcher.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-darwin/sandbox_launcher.gz"
},
"sandbox-launcher-x86_64-linux": {
"builtin": false,
"description": "The sandbox_launcher binary. It must be updated together with the replica binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "13y1sxgjmd96fqgg27l7fg8rrr3zwv8zz8qrqg700vrr48lslpyg",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0absmlkh6jnwx08a07xg4qf0x1ag5gvykibc9qkjshsf3d6s6fas",
"type": "file",
"url": "https://download.dfinity.systems/blessed/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/sdk-release/x86_64-linux/sandbox_launcher.gz",
"url": "https://download.dfinity.systems/blessed/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/sdk-release/x86_64-linux/sandbox_launcher.gz",
"url_template": "https://download.dfinity.systems/blessed/ic/<rev>/sdk-release/x86_64-linux/sandbox_launcher.gz"
},
"sns-x86_64-darwin": {
"builtin": false,
"description": "The sns binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "1jh1d5wv15881gnjcbdvgk7ph10fg5kmjz4w3nmkp3bfz9jixhh8",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "12rikmwmka7fz5bhz92i56la03vsjm9cmdgh7zmcjkbk1jqac7yj",
"type": "file",
"url": "https://download.dfinity.systems/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/nix-release/x86_64-darwin/sns.gz",
"url": "https://download.dfinity.systems/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/nix-release/x86_64-darwin/sns.gz",
"url_template": "https://download.dfinity.systems/ic/<rev>/nix-release/x86_64-darwin/sns.gz"
},
"sns-x86_64-linux": {
"builtin": false,
"description": "The sns binary.",
"rev": "8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4",
"sha256": "07byyi3mkwb6zxhp2yx9wka027ylzhw568wmhz9vn4rvkrwlhkd5",
"rev": "6de9963fdc752394475149a9659d42f01ab8b0d3",
"sha256": "0xlj42s135dc1hskisqlilzamjg1pqwknb87y9q20y1jyn7nhxiq",
"type": "file",
"url": "https://download.dfinity.systems/ic/8a454cdc2bfc4ba548c8f6ce4e762adfa6eba6e4/release/sns.gz",
"url": "https://download.dfinity.systems/ic/6de9963fdc752394475149a9659d42f01ab8b0d3/release/sns.gz",
"url_template": "https://download.dfinity.systems/ic/<rev>/release/sns.gz"
}
}
Loading

0 comments on commit 1fd1f6b

Please sign in to comment.