Skip to content

Commit 5f1d826

Browse files
authored
Merge pull request #893 from quake/quake/v0.6.0-rc5
chore: bump to v0.6.0-rc5 and enable usdi on mainnet by default
2 parents 2db81e4 + 608e091 commit 5f1d826

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/mainnet/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ ckb:
5656
rpc_url: "http://127.0.0.1:8114/"
5757
udt_whitelist:
5858
## https://github.com/CKBFansDAO/xudtlogos/blob/f2557839ecde0409ba674516a62ae6752bc0daa9/public/tokens/token_list.json#L548
59-
# - name: USDI
60-
# script:
61-
# code_hash: 0xbfa35a9c38a676682b65ade8f02be164d48632281477e36f8dc2f41f79e56bfc
62-
# hash_type: type
63-
# args: 0xd591ebdc69626647e056e13345fd830c8b876bb06aa07ba610479eb77153ea9f
64-
# cell_deps:
65-
# - type_id:
66-
# code_hash: 0x00000000000000000000000000000000000000000000000000545950455f4944
67-
# hash_type: type
68-
# args: 0x9105ea69838511ca609518d27855c53fed1b5ffaff4cfb334f58b40627d211c4
69-
# auto_accept_amount: 10000000
59+
- name: USDI
60+
script:
61+
code_hash: 0xbfa35a9c38a676682b65ade8f02be164d48632281477e36f8dc2f41f79e56bfc
62+
hash_type: type
63+
args: 0xd591ebdc69626647e056e13345fd830c8b876bb06aa07ba610479eb77153ea9f
64+
cell_deps:
65+
- type_id:
66+
code_hash: 0x00000000000000000000000000000000000000000000000000545950455f4944
67+
hash_type: type
68+
args: 0x9105ea69838511ca609518d27855c53fed1b5ffaff4cfb334f58b40627d211c4
69+
auto_accept_amount: 10000000
7070

7171
services:
7272
- fiber

crates/fiber-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fiber-bin"
3-
version = "0.6.0-rc4"
3+
version = "0.6.0-rc5"
44
edition = "2021"
55

66
[[bin]]

crates/fiber-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build = "src/build.rs"
33
edition = "2021"
44
name = "fnn"
5-
version = "0.6.0-rc4"
5+
version = "0.6.0-rc5"
66

77
[lib]
88
crate-type = ["cdylib", "rlib"]

migrate/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

migrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnn-migrate"
3-
version = "0.6.0-rc4"
3+
version = "0.6.0-rc5"
44
edition = "2021"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)