Matthew Bunday
d91cf721ba
Upgrade next ( #1179 )
2024-10-30 12:48:30 -04:00
Garey Simpson
c713d25caa
feat: basename search view profile for name if registered ( #1124 )
...
* feat: basename search view profile for name if registered
* better responsive stlying
2024-10-30 10:20:24 -04:00
Léo Galley
935e3cd8b8
dynamic file import ( #1173 )
2024-10-29 14:47:12 -04:00
Léo Galley
a162ccade7
Fix: Dynamically import three.js libraries ( #1166 )
...
* dynamically import three js libraries
* move all models to models file
* smarter import
* specific import
* dynamic import of rigidbody
* better loading / color / comments
2024-10-29 10:43:31 -04:00
Ian L.
8d72e3c78d
Update Fault Proof contract addresses for Sepolia ( #1167 )
...
* Update Fault Proof contract addresses for Sepolia
Post-Granite, new implementation contracts were deployed,
but their new addresses were not reflected in the docs.
It is quite simple to independently verify.
The `DisputeGameFactoryProxy` should not have changed.
Staring with the game implementations, simply call the
read method, `gameImpls(uint32)`, to get the implementation
for game type 0 (`FaultDisputeGame`), and 1 (`PermissionedDisputeGame`).
From those addresses, you can then call the game implementations
to get the `MIPS` / VM (`vm()`), and `DelayedWETHProxy` (`weth()`)
addresses.
Sample command:
cast call --rpc-url <ETH Sepolia RPC URL> 0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1 "gameImpls(uint32)" 0
The `AnchorStateRegistryProxy` should remain unchanged as well.
* Update apps/base-docs/docs/building-with-base/base-contracts.md
Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com >
---------
Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com >
2024-10-29 22:45:41 +09:00
Ian L.
872d2b396b
Add addresses for Fault Proof contracts on Mainnet L1 ( #1168 )
...
* Add addresses for Fault Proof contracts on Mainnet L1
Similar to https://github.com/base-org/web/pull/656 ,
but for mainnet.
* Update apps/base-docs/docs/building-with-base/base-contracts.md
Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com >
---------
Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com >
2024-10-29 13:22:25 +09:00
Brendan from DeFi
d2c46c444b
restore cookie banner ( #1169 )
2024-10-28 17:23:34 +00:00
Léo Galley
cf6699961a
max age 30m for jobs ( #1163 )
2024-10-28 11:23:30 -04:00
neodaoist
07662778b7
Update terms-of-service.md ( #1154 )
...
* Update terms-of-service.md
* Update terms-of-service.md
2024-10-25 13:31:32 -10:00
Léo Galley
a2ddd5f166
Add location to basename profile / TextRecords ( #1153 )
2024-10-25 11:53:39 -04:00
Léo Galley
c053f0ae1f
hide basename promotional modal ( #1152 )
2024-10-25 14:30:11 +00:00
Léo Galley
1263e0bab4
replace copy ( #1151 )
2024-10-24 16:54:16 -04:00
omkar
2fee0a494e
Fix coupon code discount priority + talent protocol discount ( #1146 )
...
* Fix coupon code discount priority + talent protocol discount
* Add talent protocol css classes
2024-10-23 14:53:44 +00:00
Brendan from DeFi
04f658eabf
feat: convert basenames claim frame to open frame ( #1141 )
...
* convert basenames claim frame to open frame
* revert changes to FrameTheme
* removing unused imports
2024-10-22 15:34:44 -07:00
Garey Simpson
ba34f1e207
feat: allow aux funds for name registration ( #1125 )
2024-10-22 16:34:41 -04:00
wbnns
912e3275eb
docs: Add notice regarding fault proofs coming to mainnet on Base ( #1138 )
...
* docs(notices): Add notice for fault proofs on Base
* docs: Denote Base Mainnet in Fault Proofs notice
* docs: Incorporate fault proofs notice revisions
* fix(sidebar): Add link to fault proofs notice
2024-10-22 18:45:32 +00:00
katzman
b8b39e4135
feat(BAPP-700): Add talent protocol discount validator ( #1120 )
...
* Catch up to #1089
* Fix useAggregatedDiscountValidators
* Fix unused var
* PR fixes
* add mainnet address
2024-10-22 11:32:22 -07:00
Léo Galley
2463496188
border radius change ( #1136 )
2024-10-22 16:33:17 +00:00
Léo Galley
004b1226d1
No-op change for testing oct 22 ( #1134 )
2024-10-22 15:46:24 +00:00
Léo Galley
036de3f0a3
copy change ( #1130 )
2024-10-22 14:23:14 +00:00
Brendan from DeFi
e6414861ce
updated superchain reference links ( #1119 )
2024-10-21 22:08:05 +00:00
Léo Galley
424b05e8a6
No-op change for testing ( #1116 )
2024-10-21 15:58:38 -04:00
Brendan from DeFi
3c2353e6e3
updated farcaster social link ( #1096 )
...
* updated farcaster social link
* remove link utm
2024-10-21 12:05:15 -07:00
Léo Galley
5fb8e55677
fix build ( #1115 )
2024-10-21 18:34:39 +00:00
Léo Galley
c05a8df5bd
Fix: Use correct chain for discoutn code ( #1107 )
...
* use correct chain
* use dynamic chain
2024-10-21 14:14:58 +00:00
Léo Galley
928a0ccfb8
Feat: Registration Discount codes ( #1084 )
...
* discount code temp
* comments
* BE: Proof of concept
* mark/increment code as consumed
* bad code
* bad code
* dry it up
* remove test code
* cleanup and fix
* suspense
* undo change
* refactor: use internal transaction/capacities hooks for registration flow
* refetch basename
* fix: wrong name being used when reverseRecord is false
* prefetch
* ssr code instead of search params
* add banner & code
2024-10-21 09:50:07 -04:00
Pat
66decf1ff9
[Tutorial] Apply custom theme to Swap component ( #1098 )
...
* add theme gif
* add styled swap component image
* add swap component before custom theme
* add tutorial for custom themes in OCK
2024-10-21 06:40:16 -07:00
Aditya Arora
e3bbd75a8f
(feat) - Update Pyth Oracle ( #798 )
...
* (feat) - Update Pyth Oracle
* edits
* requested changes
* requested changes
* requested changes
* requested changes
* fix
---------
Co-authored-by: wbnns <hello@wbnns.com >
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com >
2024-10-18 15:14:05 -07:00
wbnns
02ae8b5657
chore(ecosystem): Update page ( #1091 )
2024-10-18 15:05:11 -07:00
Vansh Wassan
2855f83ecc
Update: API3 under Oracles section ( #575 )
...
* update: API3
* fix: nits
---------
Co-authored-by: vanshwassan <vanshwassan@users.noreply.github.com >
Co-authored-by: wbnns <hello@wbnns.com >
2024-10-18 14:42:04 -07:00
wbnns
f949dd8b3d
docs(ecosystem): Add instrux, how to add an app ( #1066 )
...
* docs(README): Add instrux for updating Ecosystem page
* chore(ecosystem): Redirect submissions to open PR on GitHub
2024-10-18 21:16:22 +00:00
Thibaut Rizzi
fd02c65aa4
docs(base-learn): fix arrow direction in evm architecture execution diagram ( #1079 )
...
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com >
2024-10-18 13:34:00 -05:00
Brian Friel
9e6c2542fe
add phantom ( #1070 )
...
* add phantom
* remove phantom artifacts
---------
Co-authored-by: wbnns <hello@wbnns.com >
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com >
2024-10-18 12:26:21 -05:00
Dmitry
18a3205ea7
Update hardhat-events-sbs.md ( #1078 )
...
Incorrect: "harhdat"
Correct: "hardhat"
"Harhdat" is a misspelling of "hardhat," which refers to the Hardhat development environment for Ethereum smart contracts. The error appears to be a typographical mistake, where the letters are incorrectly ordered.
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com >
2024-10-18 10:10:13 -07:00
Brian Friel
b2cf38954f
add phantom to connect wallet modal ( #1083 )
2024-10-18 13:04:16 -04:00
Jordan Frankfurt
8079208b5a
add skill types ( #1092 )
2024-10-18 10:02:13 -07:00
Jordan Frankfurt
4bb1e17de0
add more websites to default profile ( #1093 )
2024-10-18 17:01:49 +00:00
Garey Simpson
08dd49a40c
fix: name ownership recipient ens casing sensitivity ( #1067 )
...
* fix: name ownership recipient ens casing sensitivity
* use toLowerCase instead of toLocaleLowerCase
2024-10-18 11:58:11 -05:00
Dmitry
a96103f8af
Update basenames-tutorial.md ( #1075 )
...
I found a spelling mistake in the text. In the first sentence, the word "intergrate" is incorrect. It should be "integrate."
2024-10-18 16:31:24 +00:00
Dmitry
05e6076852
Update 01_basename_social_dropdown.md ( #1077 )
...
The corrected word is "component."
2024-10-18 16:30:52 +00:00
Dmitry
29303205ee
Update quickstart.md ( #1076 )
...
The word "Lets" should be contracted to "Let's" to indicate "let us." This is a common grammatical error.
2024-10-18 16:30:36 +00:00
neodaoist
9366e89431
Add Registry API docs to left side nav ( #652 )
...
* Add Registry API docs to left side nav
* Fix formatting
* Update sidebars.js to include Registry link
* Update sidebars.js
2024-10-18 09:07:43 -07:00
Daniloday
03bc86a933
Partner Rentality: info update ( #1087 )
...
* Changed parthner Rentality info
* Changed partner Rentality logo
---------
Co-authored-by: wbnns <hello@wbnns.com >
2024-10-18 08:59:18 -07:00
Jordan Frankfurt
1a72bacb8b
kirkas nit ( #1090 )
2024-10-17 15:33:57 +00:00
Jordan Frankfurt
12b40b5b05
better error messages for frames ( #1080 )
2024-10-17 08:08:48 -07:00
Léo Galley
fc99fae92a
fix complex url encoding ( #1088 )
2024-10-17 06:59:26 -07:00
Léo Galley
d60bd03749
remove job location ( #1086 )
2024-10-16 20:07:41 +00:00
Léo Galley
0ce74544f7
force upload assets url that point to another assets ( #1085 )
2024-10-15 17:04:08 -04:00
Pat
8d594aebcd
OCK Pay & Fund tutorials ( #1072 )
...
* add images for fund and pay tutorials
* add onramp config troubleshooting steps
* add images for pay and fund tutorials
* add images to pay tutorial
* update metadata for pay + fund tutorials
* use replace dapp with app
* update title for better SEO
* add callouts
* crop image and add markups
* add details to OnchainkitProviders step
* call out the changes needed for the config.ts step
* add hyperlink for react docs
2024-10-15 13:36:10 -07:00
Brendan from DeFi
13c44e8a80
used custom link component ( #1082 )
2024-10-15 10:34:14 -07:00