This website works better with JavaScript
GitBross
Home
Explore
Help
Register
Sign In
sol_BMCMMXZh
/
pyth-network_pyth-crosschain
mirror of
https://github.com/pyth-network/pyth-crosschain
Watch
1
Star
0
Fork
0
Files
Issues
1
Wiki
Browse Source
[refactor] Move eth example to the target_chains (
#535
)
This happened because the PR was older than the restructure
Ali Behjati
2 years ago
parent
3b358eec39
commit
fac47b5bef
26 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
target_chains/ethereum/examples/oracle_swap/README.md
0
0
target_chains/ethereum/examples/oracle_swap/app/package-lock.json
0
0
target_chains/ethereum/examples/oracle_swap/app/package.json
0
0
target_chains/ethereum/examples/oracle_swap/app/public/favicon.ico
0
0
target_chains/ethereum/examples/oracle_swap/app/public/index.html
0
0
target_chains/ethereum/examples/oracle_swap/app/public/logo192.png
0
0
target_chains/ethereum/examples/oracle_swap/app/public/manifest.json
0
0
target_chains/ethereum/examples/oracle_swap/app/public/robots.txt
0
0
target_chains/ethereum/examples/oracle_swap/app/src/App.css
0
0
target_chains/ethereum/examples/oracle_swap/app/src/App.test.tsx
0
0
target_chains/ethereum/examples/oracle_swap/app/src/App.tsx
0
0
target_chains/ethereum/examples/oracle_swap/app/src/ERC20Abi.json
0
0
target_chains/ethereum/examples/oracle_swap/app/src/index.css
0
0
target_chains/ethereum/examples/oracle_swap/app/src/index.tsx
0
0
target_chains/ethereum/examples/oracle_swap/app/src/react-app-env.d.ts
0
0
target_chains/ethereum/examples/oracle_swap/app/src/reportWebVitals.ts
0
0
target_chains/ethereum/examples/oracle_swap/app/src/setupTests.ts
0
0
target_chains/ethereum/examples/oracle_swap/app/tsconfig.json
0
0
target_chains/ethereum/examples/oracle_swap/contract/.gitignore
0
0
target_chains/ethereum/examples/oracle_swap/contract/foundry.toml
0
0
target_chains/ethereum/examples/oracle_swap/contract/lib/README.md
0
0
target_chains/ethereum/examples/oracle_swap/contract/remappings.txt
0
0
target_chains/ethereum/examples/oracle_swap/contract/scripts/deploy.sh
0
0
target_chains/ethereum/examples/oracle_swap/contract/scripts/deploy_token.sh
0
0
target_chains/ethereum/examples/oracle_swap/contract/src/OracleSwap.sol
0
0
target_chains/ethereum/examples/oracle_swap/contract/test/OracleSwap.t.sol
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/README.md → target_chains/ethereum/examples/oracle_swap/README.md
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/package-lock.json → target_chains/ethereum/examples/oracle_swap/app/package-lock.json
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/package.json → target_chains/ethereum/examples/oracle_swap/app/package.json
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/public/favicon.ico → target_chains/ethereum/examples/oracle_swap/app/public/favicon.ico
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/public/index.html → target_chains/ethereum/examples/oracle_swap/app/public/index.html
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/public/logo192.png → target_chains/ethereum/examples/oracle_swap/app/public/logo192.png
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/public/manifest.json → target_chains/ethereum/examples/oracle_swap/app/public/manifest.json
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/public/robots.txt → target_chains/ethereum/examples/oracle_swap/app/public/robots.txt
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/App.css → target_chains/ethereum/examples/oracle_swap/app/src/App.css
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/App.test.tsx → target_chains/ethereum/examples/oracle_swap/app/src/App.test.tsx
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/App.tsx → target_chains/ethereum/examples/oracle_swap/app/src/App.tsx
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/ERC20Abi.json → target_chains/ethereum/examples/oracle_swap/app/src/ERC20Abi.json
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/index.css → target_chains/ethereum/examples/oracle_swap/app/src/index.css
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/index.tsx → target_chains/ethereum/examples/oracle_swap/app/src/index.tsx
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/react-app-env.d.ts → target_chains/ethereum/examples/oracle_swap/app/src/react-app-env.d.ts
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/reportWebVitals.ts → target_chains/ethereum/examples/oracle_swap/app/src/reportWebVitals.ts
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/src/setupTests.ts → target_chains/ethereum/examples/oracle_swap/app/src/setupTests.ts
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/app/tsconfig.json → target_chains/ethereum/examples/oracle_swap/app/tsconfig.json
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/.gitignore → target_chains/ethereum/examples/oracle_swap/contract/.gitignore
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/foundry.toml → target_chains/ethereum/examples/oracle_swap/contract/foundry.toml
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/lib/README.md → target_chains/ethereum/examples/oracle_swap/contract/lib/README.md
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/remappings.txt → target_chains/ethereum/examples/oracle_swap/contract/remappings.txt
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/scripts/deploy.sh → target_chains/ethereum/examples/oracle_swap/contract/scripts/deploy.sh
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/scripts/deploy_token.sh → target_chains/ethereum/examples/oracle_swap/contract/scripts/deploy_token.sh
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/src/OracleSwap.sol → target_chains/ethereum/examples/oracle_swap/contract/src/OracleSwap.sol
View File
+ 0
- 0
target-chains/ethereum/examples/oracle_swap/contract/test/OracleSwap.t.sol → target_chains/ethereum/examples/oracle_swap/contract/test/OracleSwap.t.sol
View File