Skip to content

Commit

Permalink
feat: addRNSDomainPrice contract (#19)
Browse files Browse the repository at this point in the history
* feat: add RNSDomainPrice

* forge install: pyth-sdk-solidity

v2.2.0
  • Loading branch information
Tu Do authored Oct 12, 2023
1 parent 57803a6 commit e80c251
Show file tree
Hide file tree
Showing 12 changed files with 1,116 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "lib/contract-template"]
path = lib/contract-template
url = https://github.com/axieinfinity/contract-template
[submodule "lib/pyth-sdk-solidity"]
path = lib/pyth-sdk-solidity
url = https://github.com/pyth-network/pyth-sdk-solidity
1 change: 1 addition & 0 deletions lib/pyth-sdk-solidity
Submodule pyth-sdk-solidity added at 11d6bc
3 changes: 2 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
@openzeppelin/=lib/openzeppelin-contracts/
contract-template/=lib/contract-template/src/
contract-template/=lib/contract-template/src/
@pythnetwork/=lib/pyth-sdk-solidity/
Loading

0 comments on commit e80c251

Please sign in to comment.