@b3dotfun/sdk 0.1.70-alpha.1 → 0.1.70-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants/chains/b3Chain.js +3 -1
- package/dist/cjs/anyspend/constants/rpc.d.ts +2 -1
- package/dist/cjs/anyspend/constants/rpc.js +4 -2
- package/dist/cjs/anyspend/react/components/AnySpendBondKit.d.ts +1 -1
- package/dist/cjs/anyspend/react/components/AnySpendBondKit.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendBuySpin.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnySpendBuySpin.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendCustomExactIn.d.ts +2 -0
- package/dist/cjs/anyspend/react/components/AnySpendCustomExactIn.js +21 -14
- package/dist/cjs/anyspend/react/components/AnySpendDeposit.js +9 -3
- package/dist/cjs/anyspend/react/components/AnySpendDepositUpside.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnySpendDepositUpside.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendStakeB3.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnySpendStakeB3.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendStakeB3ExactIn.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnySpendStakeB3ExactIn.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendStakeUpsideExactIn.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnySpendStakeUpsideExactIn.js +2 -2
- package/dist/cjs/anyspend/react/components/AnySpendWorkflowTrigger.d.ts +3 -1
- package/dist/cjs/anyspend/react/components/AnySpendWorkflowTrigger.js +2 -2
- package/dist/cjs/anyspend/react/components/AnyspendDepositHype.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnyspendDepositHype.js +2 -2
- package/dist/cjs/anyspend/react/components/AnyspendSignatureMint.d.ts +2 -1
- package/dist/cjs/anyspend/react/components/AnyspendSignatureMint.js +2 -2
- package/dist/cjs/anyspend/react/components/checkout/AnySpendCheckout.d.ts +3 -1
- package/dist/cjs/anyspend/react/components/checkout/AnySpendCheckout.js +2 -2
- package/dist/cjs/anyspend/react/components/checkout/AnySpendCheckoutTrigger.d.ts +3 -1
- package/dist/cjs/anyspend/react/components/checkout/AnySpendCheckoutTrigger.js +2 -2
- package/dist/cjs/anyspend/react/components/checkout/CheckoutPaymentPanel.d.ts +3 -1
- package/dist/cjs/anyspend/react/components/checkout/CheckoutPaymentPanel.js +13 -3
- package/dist/cjs/anyspend/react/hooks/useCreateDepositFirstOrder.d.ts +3 -3
- package/dist/cjs/anyspend/utils/chain.d.ts +39 -1
- package/dist/cjs/anyspend/utils/chain.js +23 -2
- package/dist/cjs/anyspend/utils/token.d.ts +2 -0
- package/dist/cjs/anyspend/utils/token.js +15 -1
- package/dist/cjs/app.shared.d.ts +9 -1
- package/dist/cjs/app.shared.js +19 -0
- package/dist/cjs/global-account/app.native.d.ts +1 -1
- package/dist/cjs/global-account/better-auth-client.d.ts +3314 -36
- package/dist/cjs/global-account/better-auth-client.js +28 -3
- package/dist/cjs/global-account/bsmnt.d.ts +2 -2
- package/dist/cjs/global-account/bsmnt.native.d.ts +1 -1
- package/dist/cjs/global-account/client-manager.d.ts +7 -5
- package/dist/cjs/global-account/client-manager.js +19 -4
- package/dist/cjs/global-account/react/components/AvatarEditor/AvatarEditor.js +6 -11
- package/dist/cjs/global-account/react/components/B3Provider/B3ConfigProvider.d.ts +1 -5
- package/dist/cjs/global-account/react/components/B3Provider/B3ConfigProvider.js +1 -2
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.d.ts +8 -13
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.js +24 -3
- package/dist/cjs/global-account/react/components/B3Provider/BetterAuthProvider.js +48 -8
- package/dist/cjs/global-account/react/components/ManageAccount/SettingsProfileCard.js +1 -1
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Flow.js +1 -5
- package/dist/cjs/global-account/react/components/SignInWithB3/utils/signInUtils.d.ts +3 -2
- package/dist/cjs/global-account/react/components/SignInWithB3/utils/signInUtils.js +1 -3
- package/dist/cjs/global-account/react/components/index.d.ts +0 -2
- package/dist/cjs/global-account/react/components/index.js +3 -7
- package/dist/cjs/global-account/react/hooks/index.d.ts +0 -1
- package/dist/cjs/global-account/react/hooks/index.js +2 -4
- package/dist/cjs/global-account/react/hooks/useAuth.d.ts +3 -3
- package/dist/cjs/global-account/react/hooks/useAuthentication.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useAuthentication.js +1 -1
- package/dist/cjs/global-account/react/hooks/useBetterAuth.d.ts +1656 -21
- package/dist/cjs/global-account/react/hooks/useBetterAuth.js +13 -14
- package/dist/cjs/global-account/react/hooks/useClient.d.ts +3 -3
- package/dist/cjs/global-account/react/hooks/useNativeBalance.js +2 -2
- package/dist/cjs/global-account/react/hooks/useSiwe.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useSiwe.native.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useTWAuth.d.ts +1 -1
- package/dist/cjs/global-account/react/hooks/useUnifiedChainSwitchAndExecute.js +20 -17
- package/dist/cjs/global-account/react/stores/useModalStore.d.ts +28 -0
- package/dist/cjs/global-account/types/b3-api.types.d.ts +5 -0
- package/dist/cjs/global-account/types/feature-flags.d.ts +5 -5
- package/dist/cjs/notifications/services/api.js +1 -0
- package/dist/cjs/shared/constants/chains/b3Chain.d.ts +6 -54
- package/dist/cjs/shared/constants/chains/b3Chain.js +5 -41
- package/dist/cjs/shared/constants/chains/supported.d.ts +1 -49
- package/dist/cjs/shared/constants/chains/supported.js +8 -36
- package/dist/cjs/shared/utils/chain-transformers.d.ts +4 -4
- package/dist/cjs/shared/utils/chain-transformers.js +38 -37
- package/dist/cjs/shared/utils/thirdweb-insights.js +2 -2
- package/dist/cjs/shared/utils/upload.d.ts +9 -0
- package/dist/cjs/shared/utils/upload.js +34 -0
- package/dist/esm/anyspend/constants/rpc.d.ts +2 -1
- package/dist/esm/anyspend/constants/rpc.js +3 -1
- package/dist/esm/anyspend/react/components/AnySpendBondKit.d.ts +1 -1
- package/dist/esm/anyspend/react/components/AnySpendBondKit.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendBuySpin.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnySpendBuySpin.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendCustomExactIn.d.ts +2 -0
- package/dist/esm/anyspend/react/components/AnySpendCustomExactIn.js +21 -14
- package/dist/esm/anyspend/react/components/AnySpendDeposit.js +10 -4
- package/dist/esm/anyspend/react/components/AnySpendDepositUpside.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnySpendDepositUpside.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendStakeB3.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnySpendStakeB3.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendStakeB3ExactIn.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnySpendStakeB3ExactIn.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendStakeUpsideExactIn.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnySpendStakeUpsideExactIn.js +2 -2
- package/dist/esm/anyspend/react/components/AnySpendWorkflowTrigger.d.ts +3 -1
- package/dist/esm/anyspend/react/components/AnySpendWorkflowTrigger.js +2 -2
- package/dist/esm/anyspend/react/components/AnyspendDepositHype.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnyspendDepositHype.js +2 -2
- package/dist/esm/anyspend/react/components/AnyspendSignatureMint.d.ts +2 -1
- package/dist/esm/anyspend/react/components/AnyspendSignatureMint.js +2 -2
- package/dist/esm/anyspend/react/components/checkout/AnySpendCheckout.d.ts +3 -1
- package/dist/esm/anyspend/react/components/checkout/AnySpendCheckout.js +2 -2
- package/dist/esm/anyspend/react/components/checkout/AnySpendCheckoutTrigger.d.ts +3 -1
- package/dist/esm/anyspend/react/components/checkout/AnySpendCheckoutTrigger.js +2 -2
- package/dist/esm/anyspend/react/components/checkout/CheckoutPaymentPanel.d.ts +3 -1
- package/dist/esm/anyspend/react/components/checkout/CheckoutPaymentPanel.js +14 -4
- package/dist/esm/anyspend/react/hooks/useCreateDepositFirstOrder.d.ts +3 -3
- package/dist/esm/anyspend/utils/chain.d.ts +39 -1
- package/dist/esm/anyspend/utils/chain.js +24 -3
- package/dist/esm/anyspend/utils/token.d.ts +2 -0
- package/dist/esm/anyspend/utils/token.js +13 -0
- package/dist/esm/app.shared.d.ts +9 -1
- package/dist/esm/app.shared.js +17 -0
- package/dist/esm/global-account/app.native.d.ts +1 -1
- package/dist/esm/global-account/better-auth-client.d.ts +3314 -36
- package/dist/esm/global-account/better-auth-client.js +27 -4
- package/dist/esm/global-account/bsmnt.d.ts +2 -2
- package/dist/esm/global-account/bsmnt.native.d.ts +1 -1
- package/dist/esm/global-account/client-manager.d.ts +7 -5
- package/dist/esm/global-account/client-manager.js +19 -5
- package/dist/esm/global-account/react/components/AvatarEditor/AvatarEditor.js +6 -11
- package/dist/esm/global-account/react/components/B3Provider/B3ConfigProvider.d.ts +1 -5
- package/dist/esm/global-account/react/components/B3Provider/B3ConfigProvider.js +1 -2
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.d.ts +8 -13
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.js +25 -4
- package/dist/esm/global-account/react/components/B3Provider/BetterAuthProvider.js +48 -8
- package/dist/esm/global-account/react/components/ManageAccount/SettingsProfileCard.js +1 -1
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Flow.js +1 -5
- package/dist/esm/global-account/react/components/SignInWithB3/utils/signInUtils.d.ts +3 -2
- package/dist/esm/global-account/react/components/SignInWithB3/utils/signInUtils.js +1 -3
- package/dist/esm/global-account/react/components/index.d.ts +0 -2
- package/dist/esm/global-account/react/components/index.js +0 -2
- package/dist/esm/global-account/react/hooks/index.d.ts +0 -1
- package/dist/esm/global-account/react/hooks/index.js +0 -1
- package/dist/esm/global-account/react/hooks/useAuth.d.ts +3 -3
- package/dist/esm/global-account/react/hooks/useAuthentication.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useAuthentication.js +1 -1
- package/dist/esm/global-account/react/hooks/useBetterAuth.d.ts +1656 -21
- package/dist/esm/global-account/react/hooks/useBetterAuth.js +13 -14
- package/dist/esm/global-account/react/hooks/useClient.d.ts +3 -3
- package/dist/esm/global-account/react/hooks/useNativeBalance.js +1 -1
- package/dist/esm/global-account/react/hooks/useSiwe.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useSiwe.native.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useTWAuth.d.ts +1 -1
- package/dist/esm/global-account/react/hooks/useUnifiedChainSwitchAndExecute.js +20 -17
- package/dist/esm/global-account/react/stores/useModalStore.d.ts +28 -0
- package/dist/esm/global-account/types/b3-api.types.d.ts +5 -0
- package/dist/esm/global-account/types/feature-flags.d.ts +5 -5
- package/dist/esm/notifications/services/api.js +1 -0
- package/dist/esm/shared/constants/chains/b3Chain.d.ts +6 -54
- package/dist/esm/shared/constants/chains/b3Chain.js +4 -38
- package/dist/esm/shared/constants/chains/supported.d.ts +1 -49
- package/dist/esm/shared/constants/chains/supported.js +7 -35
- package/dist/esm/shared/utils/chain-transformers.d.ts +4 -4
- package/dist/esm/shared/utils/chain-transformers.js +38 -37
- package/dist/esm/shared/utils/thirdweb-insights.js +2 -2
- package/dist/esm/shared/utils/upload.d.ts +9 -0
- package/dist/esm/shared/utils/upload.js +31 -0
- package/dist/styles/index.css +1 -1
- package/dist/types/anyspend/constants/rpc.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnySpendBondKit.d.ts +1 -1
- package/dist/types/anyspend/react/components/AnySpendBuySpin.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnySpendCustomExactIn.d.ts +2 -0
- package/dist/types/anyspend/react/components/AnySpendDepositUpside.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnySpendStakeB3.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnySpendStakeB3ExactIn.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnySpendStakeUpsideExactIn.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnySpendWorkflowTrigger.d.ts +3 -1
- package/dist/types/anyspend/react/components/AnyspendDepositHype.d.ts +2 -1
- package/dist/types/anyspend/react/components/AnyspendSignatureMint.d.ts +2 -1
- package/dist/types/anyspend/react/components/checkout/AnySpendCheckout.d.ts +3 -1
- package/dist/types/anyspend/react/components/checkout/AnySpendCheckoutTrigger.d.ts +3 -1
- package/dist/types/anyspend/react/components/checkout/CheckoutPaymentPanel.d.ts +3 -1
- package/dist/types/anyspend/react/hooks/useCreateDepositFirstOrder.d.ts +3 -3
- package/dist/types/anyspend/utils/chain.d.ts +39 -1
- package/dist/types/anyspend/utils/token.d.ts +2 -0
- package/dist/types/app.shared.d.ts +9 -1
- package/dist/types/global-account/app.native.d.ts +1 -1
- package/dist/types/global-account/better-auth-client.d.ts +3314 -36
- package/dist/types/global-account/bsmnt.d.ts +2 -2
- package/dist/types/global-account/bsmnt.native.d.ts +1 -1
- package/dist/types/global-account/client-manager.d.ts +7 -5
- package/dist/types/global-account/react/components/B3Provider/B3ConfigProvider.d.ts +1 -5
- package/dist/types/global-account/react/components/B3Provider/B3Provider.d.ts +8 -13
- package/dist/types/global-account/react/components/SignInWithB3/utils/signInUtils.d.ts +3 -2
- package/dist/types/global-account/react/components/index.d.ts +0 -2
- package/dist/types/global-account/react/hooks/index.d.ts +0 -1
- package/dist/types/global-account/react/hooks/useAuth.d.ts +3 -3
- package/dist/types/global-account/react/hooks/useAuthentication.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useBetterAuth.d.ts +1656 -21
- package/dist/types/global-account/react/hooks/useClient.d.ts +3 -3
- package/dist/types/global-account/react/hooks/useSiwe.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useSiwe.native.d.ts +1 -1
- package/dist/types/global-account/react/hooks/useTWAuth.d.ts +1 -1
- package/dist/types/global-account/react/stores/useModalStore.d.ts +28 -0
- package/dist/types/global-account/types/b3-api.types.d.ts +5 -0
- package/dist/types/global-account/types/feature-flags.d.ts +5 -5
- package/dist/types/shared/constants/chains/b3Chain.d.ts +6 -54
- package/dist/types/shared/constants/chains/supported.d.ts +1 -49
- package/dist/types/shared/utils/chain-transformers.d.ts +4 -4
- package/dist/types/shared/utils/upload.d.ts +9 -0
- package/node_modules/@b3/chain-registry/chains.json +1160 -0
- package/node_modules/@b3/chain-registry/package.json +14 -0
- package/node_modules/@b3/chain-registry/src/index.ts +169 -0
- package/node_modules/@b3/chain-registry/tsconfig.json +16 -0
- package/package.json +76 -28
- package/src/anyspend/constants/rpc.ts +3 -2
- package/src/anyspend/react/components/AnySpendBondKit.tsx +2 -0
- package/src/anyspend/react/components/AnySpendBuySpin.tsx +3 -0
- package/src/anyspend/react/components/AnySpendCustomExactIn.tsx +29 -14
- package/src/anyspend/react/components/AnySpendDeposit.tsx +13 -3
- package/src/anyspend/react/components/AnySpendDepositUpside.tsx +3 -0
- package/src/anyspend/react/components/AnySpendStakeB3.tsx +3 -0
- package/src/anyspend/react/components/AnySpendStakeB3ExactIn.tsx +3 -0
- package/src/anyspend/react/components/AnySpendStakeUpsideExactIn.tsx +3 -0
- package/src/anyspend/react/components/AnySpendWorkflowTrigger.tsx +4 -0
- package/src/anyspend/react/components/AnyspendDepositHype.tsx +3 -0
- package/src/anyspend/react/components/AnyspendSignatureMint.tsx +3 -0
- package/src/anyspend/react/components/checkout/AnySpendCheckout.tsx +4 -0
- package/src/anyspend/react/components/checkout/AnySpendCheckoutTrigger.tsx +4 -0
- package/src/anyspend/react/components/checkout/CheckoutPaymentPanel.tsx +97 -79
- package/src/anyspend/react/hooks/useAnyspendQuote.ts +13 -13
- package/src/anyspend/react/hooks/useCreateDepositFirstOrder.ts +4 -4
- package/src/anyspend/types/api_req_res.ts +10 -5
- package/src/anyspend/utils/chain.ts +26 -1
- package/src/anyspend/utils/token.ts +14 -0
- package/src/app.shared.ts +21 -1
- package/src/global-account/app.native.ts +5 -1
- package/src/global-account/better-auth-client.ts +30 -4
- package/src/global-account/bsmnt.native.ts +5 -1
- package/src/global-account/bsmnt.ts +9 -2
- package/src/global-account/client-manager.ts +41 -9
- package/src/global-account/react/components/AvatarEditor/AvatarEditor.tsx +6 -11
- package/src/global-account/react/components/B3Provider/B3ConfigProvider.tsx +0 -6
- package/src/global-account/react/components/B3Provider/B3Provider.tsx +49 -32
- package/src/global-account/react/components/B3Provider/BetterAuthProvider.tsx +53 -8
- package/src/global-account/react/components/ManageAccount/SettingsProfileCard.tsx +1 -1
- package/src/global-account/react/components/SignInWithB3/SignInWithB3Flow.tsx +1 -4
- package/src/global-account/react/components/SignInWithB3/utils/signInUtils.ts +2 -4
- package/src/global-account/react/components/index.ts +0 -2
- package/src/global-account/react/components/ui/button.tsx +1 -2
- package/src/global-account/react/hooks/index.ts +0 -1
- package/src/global-account/react/hooks/useAuth.ts +2 -2
- package/src/global-account/react/hooks/useAuthentication.ts +2 -2
- package/src/global-account/react/hooks/useBetterAuth.ts +14 -15
- package/src/global-account/react/hooks/useClient.ts +11 -2
- package/src/global-account/react/hooks/useNativeBalance.tsx +1 -1
- package/src/global-account/react/hooks/useSiwe.native.tsx +1 -1
- package/src/global-account/react/hooks/useSiwe.tsx +1 -1
- package/src/global-account/react/hooks/useTWAuth.tsx +1 -1
- package/src/global-account/react/hooks/useUnifiedChainSwitchAndExecute.ts +22 -20
- package/src/global-account/react/stores/useModalStore.ts +28 -0
- package/src/global-account/types/b3-api.types.ts +5 -1
- package/src/notifications/services/api.ts +1 -0
- package/src/shared/constants/chains/b3Chain.ts +4 -43
- package/src/shared/constants/chains/supported.ts +9 -48
- package/src/shared/utils/chain-transformers.ts +41 -39
- package/src/shared/utils/thirdweb-insights.ts +2 -2
- package/src/shared/utils/upload.ts +48 -0
- package/src/styles/index.css +27 -0
- package/dist/cjs/global-account/react/components/B3Provider/BetterAuthClientProvider.d.ts +0 -17
- package/dist/cjs/global-account/react/components/B3Provider/BetterAuthClientProvider.js +0 -31
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Privy.d.ts +0 -10
- package/dist/cjs/global-account/react/components/SignInWithB3/SignInWithB3Privy.js +0 -46
- package/dist/cjs/global-account/react/hooks/useHandleConnectWithPrivy.d.ts +0 -11
- package/dist/cjs/global-account/react/hooks/useHandleConnectWithPrivy.js +0 -70
- package/dist/cjs/global-account/types/chain-networks.d.ts +0 -44
- package/dist/cjs/global-account/types/chain-networks.js +0 -48
- package/dist/cjs/shared/generated/chain-networks.json +0 -684
- package/dist/esm/global-account/react/components/B3Provider/BetterAuthClientProvider.d.ts +0 -17
- package/dist/esm/global-account/react/components/B3Provider/BetterAuthClientProvider.js +0 -27
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Privy.d.ts +0 -10
- package/dist/esm/global-account/react/components/SignInWithB3/SignInWithB3Privy.js +0 -43
- package/dist/esm/global-account/react/hooks/useHandleConnectWithPrivy.d.ts +0 -11
- package/dist/esm/global-account/react/hooks/useHandleConnectWithPrivy.js +0 -67
- package/dist/esm/global-account/types/chain-networks.d.ts +0 -44
- package/dist/esm/global-account/types/chain-networks.js +0 -45
- package/dist/esm/shared/generated/chain-networks.json +0 -684
- package/dist/types/global-account/react/components/B3Provider/BetterAuthClientProvider.d.ts +0 -17
- package/dist/types/global-account/react/components/SignInWithB3/SignInWithB3Privy.d.ts +0 -10
- package/dist/types/global-account/react/hooks/useHandleConnectWithPrivy.d.ts +0 -11
- package/dist/types/global-account/types/chain-networks.d.ts +0 -44
- package/src/global-account/react/components/B3Provider/BetterAuthClientProvider.tsx +0 -40
- package/src/global-account/react/components/SignInWithB3/SignInWithB3Privy.tsx +0 -63
- package/src/global-account/react/hooks/useHandleConnectWithPrivy.tsx +0 -79
- package/src/global-account/types/chain-networks.ts +0 -54
- package/src/shared/generated/chain-networks.json +0 -684
|
@@ -1,684 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"_id": "66b38063fae0f6d8266798ce",
|
|
4
|
-
"id": 8333,
|
|
5
|
-
"name": "B3",
|
|
6
|
-
"rpcUrls": {
|
|
7
|
-
"default": {
|
|
8
|
-
"http": "https://late-dimensional-yard.b3-mainnet.quiknode.pro/461dbdbd44158cd7a7a764a58ffb01a67eef77f2/",
|
|
9
|
-
"ws": "wss://late-dimensional-yard.b3-mainnet.quiknode.pro/461dbdbd44158cd7a7a764a58ffb01a67eef77f2/"
|
|
10
|
-
},
|
|
11
|
-
"backups": []
|
|
12
|
-
},
|
|
13
|
-
"icon": {
|
|
14
|
-
"url": "https://cdn.b3.fun/b3-logo-white-circle.svg",
|
|
15
|
-
"width": 32,
|
|
16
|
-
"height": 32,
|
|
17
|
-
"format": "svg"
|
|
18
|
-
},
|
|
19
|
-
"blockExplorers": {
|
|
20
|
-
"default": "https://explorer.b3.fun/",
|
|
21
|
-
"explorerTitle": "B3 Explorer"
|
|
22
|
-
},
|
|
23
|
-
"nativeCurrency": {
|
|
24
|
-
"name": "Ether",
|
|
25
|
-
"symbol": "ETH",
|
|
26
|
-
"decimals": 18
|
|
27
|
-
},
|
|
28
|
-
"testnet": false,
|
|
29
|
-
"testnetConfigID": "66b380b0fae0f6d8266798d0",
|
|
30
|
-
"badge": "https://cdn.b3.fun/b3_logo.svg",
|
|
31
|
-
"color": "#3368ef",
|
|
32
|
-
"enabledFeatures": ["basement", "explorer"]
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"_id": "66b380b0fae0f6d8266798d0",
|
|
36
|
-
"id": 1993,
|
|
37
|
-
"name": "B3 Sepolia",
|
|
38
|
-
"rpcUrls": {
|
|
39
|
-
"default": {
|
|
40
|
-
"http": "https://sepolia.b3.fun",
|
|
41
|
-
"ws": "wss://sepolia.b3.fun/ws"
|
|
42
|
-
},
|
|
43
|
-
"backups": []
|
|
44
|
-
},
|
|
45
|
-
"icon": {
|
|
46
|
-
"url": "https://cdn.b3.fun/b3-logo-white-circle.svg",
|
|
47
|
-
"width": 32,
|
|
48
|
-
"height": 32,
|
|
49
|
-
"format": "svg"
|
|
50
|
-
},
|
|
51
|
-
"blockExplorers": {
|
|
52
|
-
"default": "https://sepolia.explorer.b3.fun",
|
|
53
|
-
"explorerTitle": "B3 Sepolia Explorer"
|
|
54
|
-
},
|
|
55
|
-
"nativeCurrency": {
|
|
56
|
-
"name": "Ether",
|
|
57
|
-
"symbol": "ETH",
|
|
58
|
-
"decimals": 18
|
|
59
|
-
},
|
|
60
|
-
"testnet": true,
|
|
61
|
-
"badge": "https://cdn.b3.fun/b3_logo.svg",
|
|
62
|
-
"color": "#3368ef",
|
|
63
|
-
"enabledFeatures": ["basement", "explorer"]
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"_id": "66f2044afe5a3ac32a1de9ff",
|
|
67
|
-
"id": 8453,
|
|
68
|
-
"name": "Base",
|
|
69
|
-
"rpcUrls": {
|
|
70
|
-
"default": {
|
|
71
|
-
"http": "https://base-rpc.publicnode.com",
|
|
72
|
-
"ws": "wss://mainnet.base.org/ws"
|
|
73
|
-
},
|
|
74
|
-
"backups": []
|
|
75
|
-
},
|
|
76
|
-
"icon": {
|
|
77
|
-
"url": "https://cdn.b3.fun/base-chain.svg",
|
|
78
|
-
"width": 32,
|
|
79
|
-
"height": 32,
|
|
80
|
-
"format": "svg"
|
|
81
|
-
},
|
|
82
|
-
"blockExplorers": {
|
|
83
|
-
"default": "https://base.blockscout.com",
|
|
84
|
-
"explorerTitle": "Base Explorer"
|
|
85
|
-
},
|
|
86
|
-
"nativeCurrency": {
|
|
87
|
-
"name": "Ether",
|
|
88
|
-
"symbol": "ETH",
|
|
89
|
-
"decimals": 18
|
|
90
|
-
},
|
|
91
|
-
"testnet": false,
|
|
92
|
-
"badge": "https://cdn.b3.fun/base-badge.svg",
|
|
93
|
-
"color": "#004ae7",
|
|
94
|
-
"enabledFeatures": ["basement", "explorer"]
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"_id": "66f3221afe5a3ac32a1dea00",
|
|
98
|
-
"id": 84532,
|
|
99
|
-
"name": "Base Sepolia",
|
|
100
|
-
"rpcUrls": {
|
|
101
|
-
"default": {
|
|
102
|
-
"http": "https://sepolia.base.org",
|
|
103
|
-
"ws": "wss://sepolia.base.org"
|
|
104
|
-
},
|
|
105
|
-
"backups": []
|
|
106
|
-
},
|
|
107
|
-
"icon": {
|
|
108
|
-
"url": "https://cdn.b3.fun/base-chain.svg",
|
|
109
|
-
"width": 32,
|
|
110
|
-
"height": 32,
|
|
111
|
-
"format": "svg"
|
|
112
|
-
},
|
|
113
|
-
"blockExplorers": {
|
|
114
|
-
"default": "https://sepolia-explorer.base.org",
|
|
115
|
-
"explorerTitle": "Base Sepolia"
|
|
116
|
-
},
|
|
117
|
-
"nativeCurrency": {
|
|
118
|
-
"name": "Ether",
|
|
119
|
-
"symbol": "ETH",
|
|
120
|
-
"decimals": 18
|
|
121
|
-
},
|
|
122
|
-
"testnet": false,
|
|
123
|
-
"badge": "https://cdn.b3.fun/base-badge.svg",
|
|
124
|
-
"color": "#004ae7",
|
|
125
|
-
"enabledFeatures": ["basement"]
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"_id": "6706b240d442b7a2f8cb9efa",
|
|
129
|
-
"id": 1,
|
|
130
|
-
"name": "Ethereum",
|
|
131
|
-
"rpcUrls": {
|
|
132
|
-
"default": {
|
|
133
|
-
"http": "https://eth.llamarpc.com",
|
|
134
|
-
"ws": "wss://late-dimensional-yard.b3-mainnet.quiknode.pro/461dbdbd44158cd7a7a764a58ffb01a67eef77f2"
|
|
135
|
-
},
|
|
136
|
-
"backups": []
|
|
137
|
-
},
|
|
138
|
-
"icon": {
|
|
139
|
-
"url": "https://cdn.b3.fun/eth-chain.svg",
|
|
140
|
-
"width": 32,
|
|
141
|
-
"height": 32,
|
|
142
|
-
"format": "svg"
|
|
143
|
-
},
|
|
144
|
-
"blockExplorers": {
|
|
145
|
-
"default": "https://etherscan.io",
|
|
146
|
-
"explorerTitle": "Etherscan"
|
|
147
|
-
},
|
|
148
|
-
"nativeCurrency": {
|
|
149
|
-
"name": "Ether",
|
|
150
|
-
"symbol": "ETH",
|
|
151
|
-
"decimals": 18
|
|
152
|
-
},
|
|
153
|
-
"testnet": true,
|
|
154
|
-
"badge": "https://cdn.b3.fun/eth-badge.svg",
|
|
155
|
-
"color": "#B38DF0",
|
|
156
|
-
"enabledFeatures": ["basement"]
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"_id": "671945d9d442b7a2f8cb9efe",
|
|
160
|
-
"id": 11155111,
|
|
161
|
-
"name": "Ethereum Sepolia",
|
|
162
|
-
"rpcUrls": {
|
|
163
|
-
"default": {
|
|
164
|
-
"http": "https://rpc2.sepolia.org"
|
|
165
|
-
},
|
|
166
|
-
"backups": []
|
|
167
|
-
},
|
|
168
|
-
"icon": {
|
|
169
|
-
"url": "https://cdn.b3.fun/eth-chain.svg",
|
|
170
|
-
"width": 32,
|
|
171
|
-
"height": 32,
|
|
172
|
-
"format": "svg"
|
|
173
|
-
},
|
|
174
|
-
"blockExplorers": {
|
|
175
|
-
"default": "https://sepolia.etherscan.io",
|
|
176
|
-
"explorerTitle": "Etherscan"
|
|
177
|
-
},
|
|
178
|
-
"nativeCurrency": {
|
|
179
|
-
"name": "Ether",
|
|
180
|
-
"symbol": "ETH",
|
|
181
|
-
"decimals": 18
|
|
182
|
-
},
|
|
183
|
-
"testnet": true,
|
|
184
|
-
"badge": "https://cdn.b3.fun/eth-badge.svg",
|
|
185
|
-
"color": "#B38DF0",
|
|
186
|
-
"enabledFeatures": ["basement"]
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"_id": "679a4a91703428bb5bb2f1ba",
|
|
190
|
-
"id": 43114,
|
|
191
|
-
"name": "Avalanche",
|
|
192
|
-
"rpcUrls": {
|
|
193
|
-
"default": {
|
|
194
|
-
"http": "https://api.avax.network/ext/bc/C/rpc",
|
|
195
|
-
"ws": "wss://avalanche-c-chain-rpc.publicnode.com"
|
|
196
|
-
},
|
|
197
|
-
"backups": []
|
|
198
|
-
},
|
|
199
|
-
"icon": {
|
|
200
|
-
"url": "https://cdn.b3.fun/avalanche-chain.svg",
|
|
201
|
-
"width": 32,
|
|
202
|
-
"height": 32,
|
|
203
|
-
"format": "svg"
|
|
204
|
-
},
|
|
205
|
-
"blockExplorers": {
|
|
206
|
-
"default": "https://snowtrace.io",
|
|
207
|
-
"explorerTitle": "SnowTrace"
|
|
208
|
-
},
|
|
209
|
-
"nativeCurrency": {
|
|
210
|
-
"name": "Avalanche",
|
|
211
|
-
"symbol": "AVAX",
|
|
212
|
-
"decimals": 18
|
|
213
|
-
},
|
|
214
|
-
"testnet": false,
|
|
215
|
-
"badge": "https://cdn.b3.fun/avalanche-badge.svg",
|
|
216
|
-
"color": "#c33738",
|
|
217
|
-
"enabledFeatures": ["basement"]
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"_id": "679be46ca0f78fd619f6954b",
|
|
221
|
-
"id": 63157,
|
|
222
|
-
"name": "Geist",
|
|
223
|
-
"rpcUrls": {
|
|
224
|
-
"default": {
|
|
225
|
-
"http": "https://geist-mainnet.g.alchemy.com/public",
|
|
226
|
-
"ws": "wss://geist-c-chain-rpc.publicnode.com"
|
|
227
|
-
},
|
|
228
|
-
"backups": []
|
|
229
|
-
},
|
|
230
|
-
"icon": {
|
|
231
|
-
"url": "https://cdn.b3.fun/geist-logo.svg",
|
|
232
|
-
"width": 32,
|
|
233
|
-
"height": 32,
|
|
234
|
-
"format": "svg"
|
|
235
|
-
},
|
|
236
|
-
"blockExplorers": {
|
|
237
|
-
"default": "https://geist-mainnet.explorer.alchemy.com",
|
|
238
|
-
"explorerTitle": "Blockscout"
|
|
239
|
-
},
|
|
240
|
-
"nativeCurrency": {
|
|
241
|
-
"name": "Aavegotchi GHST Token",
|
|
242
|
-
"symbol": "GHST",
|
|
243
|
-
"decimals": 18
|
|
244
|
-
},
|
|
245
|
-
"testnet": false,
|
|
246
|
-
"badge": "https://cdn.b3.fun/geist-logo.svg",
|
|
247
|
-
"color": "#808080",
|
|
248
|
-
"enabledFeatures": ["basement"]
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"_id": "679be960a0f78fd619f6954d",
|
|
252
|
-
"id": 42161,
|
|
253
|
-
"name": "Arbitrum One",
|
|
254
|
-
"rpcUrls": {
|
|
255
|
-
"default": {
|
|
256
|
-
"http": "https://proportionate-twilight-patina.arbitrum-mainnet.quiknode.pro/60e4825626515233a0f566f5915601af6043127b",
|
|
257
|
-
"ws": "wss://proportionate-twilight-patina.arbitrum-mainnet.quiknode.pro/60e4825626515233a0f566f5915601af6043127b"
|
|
258
|
-
},
|
|
259
|
-
"backups": []
|
|
260
|
-
},
|
|
261
|
-
"icon": {
|
|
262
|
-
"url": "https://cdn.b3.fun/arbitrum-chain.svg",
|
|
263
|
-
"width": 32,
|
|
264
|
-
"height": 32,
|
|
265
|
-
"format": "svg"
|
|
266
|
-
},
|
|
267
|
-
"blockExplorers": {
|
|
268
|
-
"default": "https://arbiscan.io",
|
|
269
|
-
"explorerTitle": "Arbiscan"
|
|
270
|
-
},
|
|
271
|
-
"nativeCurrency": {
|
|
272
|
-
"name": "Ether",
|
|
273
|
-
"symbol": "ETH",
|
|
274
|
-
"decimals": 18
|
|
275
|
-
},
|
|
276
|
-
"testnet": false,
|
|
277
|
-
"badge": "https://cdn.b3.fun/arbitrum-badge.svg",
|
|
278
|
-
"color": "#4a5c7e",
|
|
279
|
-
"enabledFeatures": ["basement"]
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"_id": "679be9eba0f78fd619f6954f",
|
|
283
|
-
"id": 2020,
|
|
284
|
-
"name": "Ronin",
|
|
285
|
-
"rpcUrls": {
|
|
286
|
-
"default": {
|
|
287
|
-
"http": "https://api.roninchain.com/rpc",
|
|
288
|
-
"ws": "wss://api.roninchain.com/ws"
|
|
289
|
-
},
|
|
290
|
-
"backups": []
|
|
291
|
-
},
|
|
292
|
-
"icon": {
|
|
293
|
-
"url": "https://cdn.b3.fun/ronin-logo.svg",
|
|
294
|
-
"width": 32,
|
|
295
|
-
"height": 32,
|
|
296
|
-
"format": "svg"
|
|
297
|
-
},
|
|
298
|
-
"blockExplorers": {
|
|
299
|
-
"default": "https://app.roninchain.com",
|
|
300
|
-
"explorerTitle": "Ronin Explorer"
|
|
301
|
-
},
|
|
302
|
-
"nativeCurrency": {
|
|
303
|
-
"name": "RON",
|
|
304
|
-
"symbol": "RON",
|
|
305
|
-
"decimals": 18
|
|
306
|
-
},
|
|
307
|
-
"testnet": false,
|
|
308
|
-
"badge": "https://cdn.b3.fun/ronin-logo.svg",
|
|
309
|
-
"color": "#004de5",
|
|
310
|
-
"enabledFeatures": ["basement"]
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"_id": "679beabca0f78fd619f69551",
|
|
314
|
-
"id": 101,
|
|
315
|
-
"name": "Solana",
|
|
316
|
-
"rpcUrls": {
|
|
317
|
-
"default": {
|
|
318
|
-
"http": "https://dry-sparkling-daylight.solana-mainnet.quiknode.pro/de3b2418b1e1c340eb00666cd69f25bbc7b49af5",
|
|
319
|
-
"ws": "wss://dry-sparkling-daylight.solana-mainnet.quiknode.pro/de3b2418b1e1c340eb00666cd69f25bbc7b49af5"
|
|
320
|
-
},
|
|
321
|
-
"backups": []
|
|
322
|
-
},
|
|
323
|
-
"icon": {
|
|
324
|
-
"url": "https://cdn.b3.fun/solana-logo.png",
|
|
325
|
-
"width": 32,
|
|
326
|
-
"height": 32,
|
|
327
|
-
"format": "svg"
|
|
328
|
-
},
|
|
329
|
-
"blockExplorers": {
|
|
330
|
-
"default": "https://solscan.io",
|
|
331
|
-
"explorerTitle": "Sol Scan"
|
|
332
|
-
},
|
|
333
|
-
"nativeCurrency": {
|
|
334
|
-
"name": "SOL",
|
|
335
|
-
"symbol": "SOL",
|
|
336
|
-
"decimals": 18
|
|
337
|
-
},
|
|
338
|
-
"testnet": false,
|
|
339
|
-
"badge": "https://cdn.b3.fun/solana-logo.png",
|
|
340
|
-
"color": "#9945FF",
|
|
341
|
-
"enabledFeatures": ["basement"]
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"_id": "67a452dda0f78fd619f69558",
|
|
345
|
-
"id": 49321,
|
|
346
|
-
"name": "Gunz Testnet",
|
|
347
|
-
"rpcUrls": {
|
|
348
|
-
"default": {
|
|
349
|
-
"http": "https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc",
|
|
350
|
-
"ws": "wss://dry-sparkling-daylight.gunz-mainnet.quiknode.pro/de3b2418b1e1c340eb00666cd69f25bbc7b49af5"
|
|
351
|
-
},
|
|
352
|
-
"backups": []
|
|
353
|
-
},
|
|
354
|
-
"icon": {
|
|
355
|
-
"url": "https://cdn.b3.fun/gunz-logo.svg?1",
|
|
356
|
-
"width": 32,
|
|
357
|
-
"height": 32,
|
|
358
|
-
"format": "svg"
|
|
359
|
-
},
|
|
360
|
-
"blockExplorers": {
|
|
361
|
-
"default": "https://49321.testnet.routescan.io",
|
|
362
|
-
"explorerTitle": "Gunz Exporer - Testnet"
|
|
363
|
-
},
|
|
364
|
-
"nativeCurrency": {
|
|
365
|
-
"name": "GUN",
|
|
366
|
-
"symbol": "GUN",
|
|
367
|
-
"decimals": 18
|
|
368
|
-
},
|
|
369
|
-
"testnet": true,
|
|
370
|
-
"badge": "https://cdn.b3.fun/gunz-logo.svg",
|
|
371
|
-
"color": "#c8edfa",
|
|
372
|
-
"enabledFeatures": ["basement"]
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"_id": "67aede9db3ba503f51eeaff7",
|
|
376
|
-
"id": -239,
|
|
377
|
-
"name": "The Open Network",
|
|
378
|
-
"rpcUrls": {
|
|
379
|
-
"default": {
|
|
380
|
-
"http": "https://long-lively-silence.ton-mainnet.quiknode.pro/f1406525f51271675fc9ec96fb00086884ab272e",
|
|
381
|
-
"ws": "wss://dry-sparkling-daylight.ton-mainnet.quiknode.pro/de3b2418b1e1c340eb00666cd69f25bbc7b49af5"
|
|
382
|
-
},
|
|
383
|
-
"backups": []
|
|
384
|
-
},
|
|
385
|
-
"icon": {
|
|
386
|
-
"url": "https://cdn.b3.fun/ton-logo.svg",
|
|
387
|
-
"width": 32,
|
|
388
|
-
"height": 32,
|
|
389
|
-
"format": "svg"
|
|
390
|
-
},
|
|
391
|
-
"blockExplorers": {
|
|
392
|
-
"default": "https://tonscan.org/",
|
|
393
|
-
"explorerTitle": "Tonscan"
|
|
394
|
-
},
|
|
395
|
-
"nativeCurrency": {
|
|
396
|
-
"name": "TON",
|
|
397
|
-
"symbol": "TON",
|
|
398
|
-
"decimals": 18
|
|
399
|
-
},
|
|
400
|
-
"testnet": false,
|
|
401
|
-
"badge": "https://cdn.b3.fun/ton-logo.svg",
|
|
402
|
-
"color": "#0088cc",
|
|
403
|
-
"enabledFeatures": ["basement"]
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"_id": "67b7895fb3ba503f51eeaffc",
|
|
407
|
-
"id": 10,
|
|
408
|
-
"name": "OP Mainnet",
|
|
409
|
-
"rpcUrls": {
|
|
410
|
-
"default": {
|
|
411
|
-
"http": "https://mainnet.optimism.io",
|
|
412
|
-
"ws": "wss://black-cosmopolitan-hexagon.optimism.quiknode.pro/18382925841f9d09f9e76eef954bf189aa234523"
|
|
413
|
-
},
|
|
414
|
-
"backups": []
|
|
415
|
-
},
|
|
416
|
-
"icon": {
|
|
417
|
-
"url": "https://cdn.b3.fun/optimism-chain.svg",
|
|
418
|
-
"width": 32,
|
|
419
|
-
"height": 32,
|
|
420
|
-
"format": "png"
|
|
421
|
-
},
|
|
422
|
-
"blockExplorers": {
|
|
423
|
-
"default": "https://optimistic.etherscan.io",
|
|
424
|
-
"explorerTitle": "Optimism Explorer"
|
|
425
|
-
},
|
|
426
|
-
"nativeCurrency": {
|
|
427
|
-
"name": "Ether",
|
|
428
|
-
"symbol": "ETH",
|
|
429
|
-
"decimals": 18
|
|
430
|
-
},
|
|
431
|
-
"testnet": false,
|
|
432
|
-
"badge": "https://cdn.b3.fun/optimism-badge.svg",
|
|
433
|
-
"color": "#d6031b",
|
|
434
|
-
"enabledFeatures": ["basement"]
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"_id": "67bcbdb782f62aa6dc1efa60",
|
|
438
|
-
"id": 137,
|
|
439
|
-
"name": "Polygon",
|
|
440
|
-
"rpcUrls": {
|
|
441
|
-
"default": {
|
|
442
|
-
"http": "https://polygon-rpc.com",
|
|
443
|
-
"ws": "wss://polygon-bor-rpc.publicnode.com"
|
|
444
|
-
},
|
|
445
|
-
"backups": []
|
|
446
|
-
},
|
|
447
|
-
"icon": {
|
|
448
|
-
"url": "https://cdn.b3.fun/polygon-chain.svg",
|
|
449
|
-
"width": 32,
|
|
450
|
-
"height": 32,
|
|
451
|
-
"format": "svg"
|
|
452
|
-
},
|
|
453
|
-
"blockExplorers": {
|
|
454
|
-
"default": "https://polygonscan.com",
|
|
455
|
-
"explorerTitle": "PolygonScan"
|
|
456
|
-
},
|
|
457
|
-
"nativeCurrency": {
|
|
458
|
-
"name": "POL",
|
|
459
|
-
"symbol": "POL",
|
|
460
|
-
"decimals": 18
|
|
461
|
-
},
|
|
462
|
-
"testnet": false,
|
|
463
|
-
"badge": "https://cdn.b3.fun/polygon-badge.svg",
|
|
464
|
-
"color": "#7540cf",
|
|
465
|
-
"enabledFeatures": ["basement"]
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"_id": "6837258b25c59b8e08f806bf",
|
|
469
|
-
"id": 56,
|
|
470
|
-
"name": "BNB Chain",
|
|
471
|
-
"rpcUrls": {
|
|
472
|
-
"default": {
|
|
473
|
-
"http": "https://bsc-rpc.publicnode.com",
|
|
474
|
-
"ws": "wss://bsc-rpc.publicnode.com"
|
|
475
|
-
},
|
|
476
|
-
"backups": []
|
|
477
|
-
},
|
|
478
|
-
"icon": {
|
|
479
|
-
"url": "https://avatars.githubusercontent.com/u/45615063?s=280&v=4",
|
|
480
|
-
"width": 280,
|
|
481
|
-
"height": 280,
|
|
482
|
-
"format": "png"
|
|
483
|
-
},
|
|
484
|
-
"blockExplorers": {
|
|
485
|
-
"default": "https://bscscan.com",
|
|
486
|
-
"explorerTitle": "Bscscan"
|
|
487
|
-
},
|
|
488
|
-
"nativeCurrency": {
|
|
489
|
-
"name": "BNB",
|
|
490
|
-
"symbol": "BNB",
|
|
491
|
-
"decimals": 18
|
|
492
|
-
},
|
|
493
|
-
"testnet": false,
|
|
494
|
-
"badge": "https://avatars.githubusercontent.com/u/45615063?s=280&v=4",
|
|
495
|
-
"color": "#F3BA2F",
|
|
496
|
-
"enabledFeatures": ["basement"]
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"_id": "684afd314a478ffb44a4f83e",
|
|
500
|
-
"id": 19934,
|
|
501
|
-
"name": "B4 Testnet",
|
|
502
|
-
"rpcUrls": {
|
|
503
|
-
"default": {
|
|
504
|
-
"http": "https://b4-testnet.rpc.caldera.xyz/http",
|
|
505
|
-
"ws": "wss://b4-testnet.rpc.caldera.xyz/ws"
|
|
506
|
-
},
|
|
507
|
-
"backups": []
|
|
508
|
-
},
|
|
509
|
-
"icon": {
|
|
510
|
-
"url": "https://cdn.b3.fun/b4-logo.png",
|
|
511
|
-
"width": 32,
|
|
512
|
-
"height": 32,
|
|
513
|
-
"format": "svg"
|
|
514
|
-
},
|
|
515
|
-
"blockExplorers": {
|
|
516
|
-
"default": "https://b4-testnet.explorer.caldera.xyz",
|
|
517
|
-
"explorerTitle": "B4 Testnet Explorer"
|
|
518
|
-
},
|
|
519
|
-
"nativeCurrency": {
|
|
520
|
-
"name": "Ether",
|
|
521
|
-
"symbol": "ETH",
|
|
522
|
-
"decimals": 18
|
|
523
|
-
},
|
|
524
|
-
"testnet": true,
|
|
525
|
-
"badge": "https://cdn.b3.fun/b4-logo.png",
|
|
526
|
-
"color": "#3368ef",
|
|
527
|
-
"enabledFeatures": ["explorer", "basement"]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"_id": "684afdec4a478ffb44a4f83f",
|
|
531
|
-
"id": 243,
|
|
532
|
-
"name": "Reach Testnet",
|
|
533
|
-
"rpcUrls": {
|
|
534
|
-
"default": {
|
|
535
|
-
"http": "https://reach-testnet.rpc.caldera.xyz/http",
|
|
536
|
-
"ws": "wss://reach-testnet.rpc.caldera.xyz/ws"
|
|
537
|
-
},
|
|
538
|
-
"backups": []
|
|
539
|
-
},
|
|
540
|
-
"icon": {
|
|
541
|
-
"url": "https://cdn.b3.fun/reach-logo.png",
|
|
542
|
-
"width": 32,
|
|
543
|
-
"height": 32,
|
|
544
|
-
"format": "png"
|
|
545
|
-
},
|
|
546
|
-
"blockExplorers": {
|
|
547
|
-
"default": "https://reach-testnet.explorer.caldera.xyz",
|
|
548
|
-
"explorerTitle": "Reach Testnet Explorer"
|
|
549
|
-
},
|
|
550
|
-
"nativeCurrency": {
|
|
551
|
-
"name": "Ether",
|
|
552
|
-
"symbol": "ETH",
|
|
553
|
-
"decimals": 18
|
|
554
|
-
},
|
|
555
|
-
"testnet": true,
|
|
556
|
-
"badge": "https://cdn.b3.fun/reach-logo.png",
|
|
557
|
-
"color": "#3368ef",
|
|
558
|
-
"enabledFeatures": ["explorer"]
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"_id": "684afed04a478ffb44a4f840",
|
|
562
|
-
"id": 10211403,
|
|
563
|
-
"name": "GLHF Testnet",
|
|
564
|
-
"rpcUrls": {
|
|
565
|
-
"default": {
|
|
566
|
-
"http": "https://glhf-testnet.rpc.caldera.xyz/http",
|
|
567
|
-
"ws": "wss://glhf-testnet.rpc.caldera.xyz/ws"
|
|
568
|
-
},
|
|
569
|
-
"backups": []
|
|
570
|
-
},
|
|
571
|
-
"icon": {
|
|
572
|
-
"url": "https://cdn.b3.fun/supergaming-logo.png",
|
|
573
|
-
"width": 62,
|
|
574
|
-
"height": 48,
|
|
575
|
-
"format": "png"
|
|
576
|
-
},
|
|
577
|
-
"blockExplorers": {
|
|
578
|
-
"default": "https://glhf-testnet.explorer.caldera.xyz",
|
|
579
|
-
"explorerTitle": "SuperGaming Testnet Explorer"
|
|
580
|
-
},
|
|
581
|
-
"nativeCurrency": {
|
|
582
|
-
"name": "Ether",
|
|
583
|
-
"symbol": "ETH",
|
|
584
|
-
"decimals": 18
|
|
585
|
-
},
|
|
586
|
-
"testnet": true,
|
|
587
|
-
"badge": "https://cdn.b3.fun/supergaming-logo.png",
|
|
588
|
-
"color": "#000000",
|
|
589
|
-
"enabledFeatures": ["explorer"]
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"_id": "685341f5ac22b8c3faae86ae",
|
|
593
|
-
"id": 4224,
|
|
594
|
-
"name": "Arpa Testnet",
|
|
595
|
-
"rpcUrls": {
|
|
596
|
-
"default": {
|
|
597
|
-
"http": "https://arpachain.calderachain.xyz/http",
|
|
598
|
-
"ws": "wss://arpachain.calderachain.xyz/ws"
|
|
599
|
-
},
|
|
600
|
-
"backups": []
|
|
601
|
-
},
|
|
602
|
-
"icon": {
|
|
603
|
-
"url": "https://cdn.b3.fun/arpa-logo.png",
|
|
604
|
-
"width": 175,
|
|
605
|
-
"height": 158,
|
|
606
|
-
"format": "png"
|
|
607
|
-
},
|
|
608
|
-
"blockExplorers": {
|
|
609
|
-
"default": "https://arpachain.calderaexplorer.xyz/",
|
|
610
|
-
"explorerTitle": "ArpaChain Testnet Explorer"
|
|
611
|
-
},
|
|
612
|
-
"nativeCurrency": {
|
|
613
|
-
"name": "Ether",
|
|
614
|
-
"symbol": "ETH",
|
|
615
|
-
"decimals": 18
|
|
616
|
-
},
|
|
617
|
-
"testnet": true,
|
|
618
|
-
"badge": "https://cdn.b3.fun/arpa-logo.png",
|
|
619
|
-
"color": "#3368ef",
|
|
620
|
-
"enabledFeatures": ["explorer"]
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"_id": "68aefec4130155af4cf50711",
|
|
624
|
-
"id": 1448000,
|
|
625
|
-
"name": "XRPLT",
|
|
626
|
-
"rpcUrls": {
|
|
627
|
-
"default": {
|
|
628
|
-
"http": "https://xrplt.rpc.caldera.xyz/http",
|
|
629
|
-
"ws": "wss://xrplt.rpc.caldera.xyz/ws"
|
|
630
|
-
},
|
|
631
|
-
"backups": []
|
|
632
|
-
},
|
|
633
|
-
"icon": {
|
|
634
|
-
"url": "https://cdn.b3.fun/xrpl-black.svg",
|
|
635
|
-
"width": 32,
|
|
636
|
-
"height": 32,
|
|
637
|
-
"format": "svg"
|
|
638
|
-
},
|
|
639
|
-
"blockExplorers": {
|
|
640
|
-
"default": "https://xrplt.explorer.caldera.xyz",
|
|
641
|
-
"explorerTitle": "XRPLT Explorer"
|
|
642
|
-
},
|
|
643
|
-
"nativeCurrency": {
|
|
644
|
-
"name": "XRP",
|
|
645
|
-
"symbol": "XRP",
|
|
646
|
-
"decimals": 6
|
|
647
|
-
},
|
|
648
|
-
"testnet": true,
|
|
649
|
-
"badge": "https://cdn.b3.fun/xrpl-black.svg",
|
|
650
|
-
"color": "#000000",
|
|
651
|
-
"enabledFeatures": ["basement", "explorer"]
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"_id": "68eabd8a234b8958b152d6e0",
|
|
655
|
-
"id": 2741,
|
|
656
|
-
"name": "Abstract",
|
|
657
|
-
"rpcUrls": {
|
|
658
|
-
"default": {
|
|
659
|
-
"http": "https://cosmopolitan-nameless-mountain.abstract-mainnet.quiknode.pro/863853304b986b582bdacf625ce3350397c560f8/",
|
|
660
|
-
"ws": "wss://cosmopolitan-nameless-mountain.abstract-mainnet.quiknode.pro/863853304b986b582bdacf625ce3350397c560f8/"
|
|
661
|
-
},
|
|
662
|
-
"backups": []
|
|
663
|
-
},
|
|
664
|
-
"icon": {
|
|
665
|
-
"url": "https://assets.relay.link/icons/square/2741/light.png",
|
|
666
|
-
"width": 261,
|
|
667
|
-
"height": 261,
|
|
668
|
-
"format": "png"
|
|
669
|
-
},
|
|
670
|
-
"blockExplorers": {
|
|
671
|
-
"default": "https://abscan.org",
|
|
672
|
-
"explorerTitle": "Abscan"
|
|
673
|
-
},
|
|
674
|
-
"nativeCurrency": {
|
|
675
|
-
"name": "ETH",
|
|
676
|
-
"symbol": "ETH",
|
|
677
|
-
"decimals": 18
|
|
678
|
-
},
|
|
679
|
-
"testnet": false,
|
|
680
|
-
"badge": "https://assets.relay.link/icons/square/2741/light.png",
|
|
681
|
-
"color": "#6eb998",
|
|
682
|
-
"enabledFeatures": ["basement"]
|
|
683
|
-
}
|
|
684
|
-
]
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type B3BetterAuthClient } from "../../../better-auth-client";
|
|
2
|
-
/**
|
|
3
|
-
* Provides a Better Auth client instance to the subtree.
|
|
4
|
-
*
|
|
5
|
-
* When `apiUrl` is supplied, a custom client targeting that URL is created
|
|
6
|
-
* (e.g. `http://localhost:3031` for local development). Otherwise, the
|
|
7
|
-
* default singleton (which uses `B3_API_URL` / `NEXT_PUBLIC_B3_API`) is used.
|
|
8
|
-
*/
|
|
9
|
-
export declare function BetterAuthClientProvider({ children, apiUrl, }: {
|
|
10
|
-
children: React.ReactNode;
|
|
11
|
-
apiUrl?: string;
|
|
12
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
/**
|
|
14
|
-
* Returns the Better Auth client from the nearest `BetterAuthClientProvider`.
|
|
15
|
-
* Falls back to the default singleton if no provider is present.
|
|
16
|
-
*/
|
|
17
|
-
export declare function useBetterAuthClient(): B3BetterAuthClient;
|