forked from thirdweb-dev/js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Packages (thirdweb-dev#1311)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fd74d79
commit 03d1a6d
Showing
28 changed files
with
215 additions
and
49 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"name": "ShimmerEVM Testnet", | ||
"title": "ShimmerEVM Testnet", | ||
"chain": "ShimmerEVM", | ||
"icon": { | ||
"url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di", | ||
"width": 720, | ||
"height": 720, | ||
"format": "png" | ||
}, | ||
"rpc": [ | ||
"https://shimmerevm-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}", | ||
"https://json-rpc.evm.testnet.shimmer.network" | ||
], | ||
"faucets": [ | ||
"https://evm-toolkit.evm.testnet.shimmer.network", | ||
"https://evm-faucet.testnet.shimmer.network" | ||
], | ||
"nativeCurrency": { | ||
"name": "SMR", | ||
"symbol": "SMR", | ||
"decimals": 6 | ||
}, | ||
"infoURL": "https://shimmer.network", | ||
"shortName": "shimmerevm-testnet", | ||
"chainId": 1072, | ||
"networkId": 1072, | ||
"explorers": [ | ||
{ | ||
"name": "explorer", | ||
"url": "https://explorer.evm.testnet.shimmer.network", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"testnet": true, | ||
"slug": "shimmerevm-testnet" | ||
} as const satisfies Chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import type { Chain } from "../src/types"; | ||
export default { | ||
"name": "Linea Mainnet", | ||
"chain": "Linea Mainnet", | ||
"shortName": "linea-mainnet", | ||
"chainId": 59144, | ||
"testnet": false, | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"rpc": [], | ||
"explorers": [ | ||
{ | ||
"name": "Linea Scan", | ||
"url": "https://lineascan.build", | ||
"standard": "" | ||
} | ||
], | ||
"faucets": [ | ||
"https://www.infura.io/faucet/linea" | ||
], | ||
"infoURL": "https://docs.linea.build/overview", | ||
"icon": { | ||
"url": "ipfs://QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH", | ||
"height": 512, | ||
"width": 512, | ||
"format": "svg" | ||
}, | ||
"slug": "linea" | ||
} as const satisfies Chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "thirdweb", | ||
"main": "dist/cli/index.js", | ||
"version": "0.10.30", | ||
"version": "0.10.31", | ||
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/cli", | ||
"author": "thirdweb eng <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@thirdweb-dev/react-core", | ||
"version": "3.14.9", | ||
"version": "3.14.10", | ||
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-core", | ||
"author": "thirdweb eng <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @thirdweb-dev/react-native-compat | ||
|
||
## 0.2.29 | ||
|
||
## 0.2.28 | ||
|
||
## 0.2.27 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@thirdweb-dev/react-native-compat", | ||
"description": "Shims for Thirdweb in React Native Projects", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"author": "thirdweb eng <[email protected]>", | ||
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native-compat", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@thirdweb-dev/react-native", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native", | ||
"author": "thirdweb eng <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@thirdweb-dev/react", | ||
"version": "3.14.9", | ||
"version": "3.14.10", | ||
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react", | ||
"author": "thirdweb eng <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.