Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Feb 26, 2024
2 parents 3b559f6 + a50d3b0 commit 67844ae
Show file tree
Hide file tree
Showing 11 changed files with 224 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-cows-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/react": patch
---

Update code snippet for XDEFI wallet
2 changes: 1 addition & 1 deletion packages/chains/chains/1001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export default {
"shortName": "Baobab",
"slip44": 1,
"slug": "klaytn-testnet-baobab",
"testnet": true
"testnet": false
} as const satisfies Chain;
38 changes: 38 additions & 0 deletions packages/chains/chains/1453.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
import type { Chain } from "../src/types";
export default {
"chain": "MTC",
"chainId": 1453,
"explorers": [
{
"name": "MetaExplorer",
"url": "https://istanbul-explorer.metachain.dev",
"standard": "EIP3091"
}
],
"faucets": [
"https://istanbul-faucet.metachain.dev"
],
"icon": {
"url": "ipfs://QmUH2Ph2hW4upvevEAGCaSo7nd8nthqMx5RrHcrnNZ9Y3g",
"width": 512,
"height": 512,
"format": "svg"
},
"infoURL": "https://metatime.com/en",
"name": "MetaChain Istanbul",
"nativeCurrency": {
"name": "Metatime Coin",
"symbol": "MTC",
"decimals": 18
},
"networkId": 1453,
"rpc": [
"https://1453.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://istanbul-rpc.metachain.dev"
],
"shortName": "metatimeistanbul",
"slip44": 1453,
"slug": "metachain-istanbul",
"testnet": true,
"title": "MetaChain Testnet Istanbul"
} as const satisfies Chain;
3 changes: 3 additions & 0 deletions packages/chains/chains/274.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export default {
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"icon": {
Expand Down
30 changes: 30 additions & 0 deletions packages/chains/chains/5810.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 5810,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "Reg Tnet",
"nativeCurrency": {
"name": "Reg Tnet Token",
"symbol": "LUG",
"decimals": 18
},
"networkId": 5810,
"redFlags": [],
"rpc": [
"https://5810.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"shortName": "Reg Tnet",
"slug": "reg-tnet",
"testnet": true
} as const satisfies Chain;
30 changes: 30 additions & 0 deletions packages/chains/chains/91132.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 91132,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "New Will's Testnet",
"nativeCurrency": {
"name": "New Will's Testnet Token",
"symbol": "MBM",
"decimals": 18
},
"networkId": 91132,
"redFlags": [],
"rpc": [
"https://91132.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"shortName": "New Will's Testnet",
"slug": "new-will-s-testnet",
"testnet": true
} as const satisfies Chain;
30 changes: 30 additions & 0 deletions packages/chains/chains/929038.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 929038,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "QR0215Y1MP",
"nativeCurrency": {
"name": "QR0215Y1MP Token",
"symbol": "QAT",
"decimals": 18
},
"networkId": 929038,
"redFlags": [],
"rpc": [
"https://929038.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/qr0215y1mp/mainnet/rpc"
],
"shortName": "QR0215Y1MP",
"slug": "qr0215y1mp",
"testnet": false
} as const satisfies Chain;
30 changes: 30 additions & 0 deletions packages/chains/chains/93625.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 93625,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "QI0222I2",
"nativeCurrency": {
"name": "QI0222I2 Token",
"symbol": "INK",
"decimals": 18
},
"networkId": 93625,
"redFlags": [],
"rpc": [
"https://93625.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"shortName": "QI0222I2",
"slug": "qi0222i2",
"testnet": true
} as const satisfies Chain;
30 changes: 30 additions & 0 deletions packages/chains/chains/99132.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import type { Chain } from "../src/types";
export default {
"chain": "Avalanche",
"chainId": 99132,
"explorers": [],
"faucets": [],
"features": [],
"icon": {
"url": "https://images.ctfassets.net/9bazykntljf6/62CceHSYsRS4D9fgDSkLRB/877cb8f26954e1743ff535fd7fdaf78f/avacloud-placeholder.svg",
"width": 256,
"height": 256,
"format": "svg"
},
"infoURL": "https://avacloud.io",
"name": "QI0222I1",
"nativeCurrency": {
"name": "QI0222I1 Token",
"symbol": "ZKUx",
"decimals": 18
},
"networkId": 99132,
"redFlags": [],
"rpc": [
"https://99132.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"shortName": "QI0222I1",
"slug": "qi0222i1",
"testnet": true
} as const satisfies Chain;
Loading

0 comments on commit 67844ae

Please sign in to comment.