-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add Kayros wallet * Update kayros InjectedNameSpace * version bump @web3-onboard/injected-wallets * bump demo inject-wallets version * Add kayros to inject wallets README --------- Co-authored-by: Atouch Mohamed <[email protected]>
- Loading branch information
Showing
7 changed files
with
57 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
export default `<svg width="1000" height="1000" viewBox="0 0 1000 1000" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<rect width="1000" height="1000" rx="60" fill="url(#paint0_linear_6189_16871)"/> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M302.047 565.455C355.623 491.453 406.203 421.561 456.813 351.697C475.543 325.84 494.11 299.862 513.344 274.386C516.799 269.811 523.118 264.507 528.155 264.465C604.228 263.836 680.301 264.028 760 264.028C754.971 271.51 751.707 276.704 748.113 281.659C698.833 349.628 649.776 417.768 599.915 485.311C591.735 496.387 592.153 503.547 600.142 514.399C649.574 581.526 698.238 649.214 747.132 716.739C750.509 721.407 753.663 726.241 758.483 733.287C751.434 733.987 746.572 734.886 741.709 734.89C672.621 734.961 603.53 735.277 534.459 734.36C526.67 734.253 516.484 728.907 511.66 722.679C488.497 692.777 467.016 661.574 444.423 631.217C438.699 623.521 436.966 617.617 443.728 609.526C452.701 598.795 460.52 587.093 469.936 574.31C493.143 606.355 515.566 636.723 537.256 667.606C543.95 677.144 550.897 681.882 563.305 681.402C592.114 680.293 620.991 681.05 654.476 681.05C609.672 618.975 567.033 559.896 523.647 499.789C566.746 440.113 609.76 380.558 655.223 317.611C618.525 317.611 586.284 316.918 554.129 318.258C548.427 318.496 541.93 326.37 537.734 332.132C443.827 461.228 350.189 590.526 256.484 719.768C254.542 722.445 252.366 724.951 248 730.411V265.257H416.251C403.949 282.743 393.331 298.81 381.476 313.9C379.052 316.989 372.003 317.295 367.063 317.376C345.887 317.735 324.701 317.529 302.047 317.529V565.455Z" fill="url(#paint1_linear_6189_16871)" stroke="url(#paint2_linear_6189_16871)" stroke-width="0.531247"/> | ||
<defs> | ||
<linearGradient id="paint0_linear_6189_16871" x1="0" y1="0" x2="1143.45" y2="192.733" gradientUnits="userSpaceOnUse"> | ||
<stop stop-color="#13091B"/> | ||
<stop offset="0.536458" stop-color="#0A1126"/> | ||
<stop offset="1" stop-color="#082027"/> | ||
</linearGradient> | ||
<linearGradient id="paint1_linear_6189_16871" x1="737.631" y1="698.361" x2="284.098" y2="263.032" gradientUnits="userSpaceOnUse"> | ||
<stop stop-color="#5BC6CE"/> | ||
<stop offset="0.26634" stop-color="#74B4EC"/> | ||
<stop offset="0.61677" stop-color="#7A7AE2"/> | ||
<stop offset="1" stop-color="#F53381"/> | ||
</linearGradient> | ||
<linearGradient id="paint2_linear_6189_16871" x1="737.631" y1="698.361" x2="284.098" y2="263.032" gradientUnits="userSpaceOnUse"> | ||
<stop stop-color="#5BC6CE"/> | ||
<stop offset="0.26634" stop-color="#74B4EC"/> | ||
<stop offset="0.61677" stop-color="#3232A5"/> | ||
<stop offset="1" stop-color="#F53381"/> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
` |
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