Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan authored Oct 18, 2023
2 parents db6984a + 91907a3 commit f2add67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@
"chainId": "534353",
"addressHasher": "keccak256",
"explorer": {
"url": "https://blockscout.scroll.io",
"url": "https://scrollscan.com",
"txPath": "/tx/",
"accountPath": "/address/",
"sampleTx": "0xee9196d6840c8d31626324d91c886d20e65711c2026c559133fb23741d3b2f9d",
Expand All @@ -3283,7 +3283,7 @@
"info": {
"url": "https://scroll.io",
"source": "https://github.com/scroll-tech",
"rpc": "https://alpha-rpc.scroll.io/l2",
"rpc": "https://rpc.scroll.io",
"documentation": "https://guide.scroll.io"
}
},
Expand Down
2 changes: 1 addition & 1 deletion samples/kmp/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.trustwallet:wallet-core-kotlin:3.3.2")
implementation("com.trustwallet:wallet-core-kotlin:4.0.0")
}
}
val commonTest by getting {
Expand Down
4 changes: 2 additions & 2 deletions tests/chains/Scroll/TWCoinTypeTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ TEST(TWScrollCoinType, TWCoinType) {
ASSERT_EQ(TWCoinTypeP2shPrefix(coin), 0x0);
ASSERT_EQ(TWCoinTypeStaticPrefix(coin), 0x0);
assertStringsEqual(chainId, "534353");
assertStringsEqual(txUrl, "https://blockscout.scroll.io/tx/0xee9196d6840c8d31626324d91c886d20e65711c2026c559133fb23741d3b2f9d");
assertStringsEqual(accUrl, "https://blockscout.scroll.io/address/0xFE993660cd35d68D94b6Eba29F4D928d979cd65B");
assertStringsEqual(txUrl, "https://scrollscan.com/tx/0xee9196d6840c8d31626324d91c886d20e65711c2026c559133fb23741d3b2f9d");
assertStringsEqual(accUrl, "https://scrollscan.com/address/0xFE993660cd35d68D94b6Eba29F4D928d979cd65B");
}

0 comments on commit f2add67

Please sign in to comment.