Skip to content

Commit 50bb81c

Browse files
authored
Merge pull request #1294 from dfinity/ielashi/exchange_rate_rust
feat: exchange rate example in Rust
2 parents fb4ee44 + 57a9e77 commit 50bb81c

File tree

8 files changed

+781
-0
lines changed

8 files changed

+781
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
/rust/daily_planner/ @dfinity/ninja-devs
6262
/rust/encrypted-notes-dapp-vetkd/ @dfinity/crypto-team
6363
/rust/evm_block_explorer/ @dfinity/ninja-devs
64+
/rust/exchange-rates/ @dfinity/defi-team
6465
/rust/face-recognition/ @dfinity/team-dsm
6566
/rust/flying_ninja/ @dfinity/ninja-devs
6667
/rust/guards/ @dfinity/defi-team

.github/workflows/ninja_pr_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
["X.509 (Rust)"]="rust/x509"
8282
["SNS Kongswap Adaptor (Rust)"]="rust/sns-adaptor"
8383
["Receiving ICP"]="rust/receiving-icp"
84+
["Fetching Exchange Rates (Rust)"]="rust/exchange-rates"
8485
)
8586
8687
# Check if we should run all examples (workflow file changed) or just changed ones

0 commit comments

Comments
 (0)