@gfxlabs/oku-chains 1.1.142-4 → 1.1.142-5
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/dist/browser.js +1 -0
- package/dist/index-mjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/browser.d.ts +509 -6
- package/dist/types/index-mjs.d.ts +509 -6
- package/dist/types/index.d.ts +509 -6
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -3139,6 +3139,7 @@
|
|
|
3139
3139
|
"0xb01b201ce73415071b7b99a8737240b511d203b7",
|
|
3140
3140
|
"0xb345489a0350f188fe70dadaa6210a9c710fed4b",
|
|
3141
3141
|
"0xdfcdad314b0b96ab8890391e3f0540278e3b80f7",
|
|
3142
|
+
"0x21043D7Ad92d9e7bC45C055AF29771E37307B111",
|
|
3142
3143
|
],
|
|
3143
3144
|
internalName: "sonic",
|
|
3144
3145
|
nativeLogoUrl: "https://assets.oku.trade/natives/sonic.svg",
|
package/dist/index-mjs.js
CHANGED
|
@@ -3135,6 +3135,7 @@ const sonic = makeConfig({
|
|
|
3135
3135
|
"0xb01b201ce73415071b7b99a8737240b511d203b7",
|
|
3136
3136
|
"0xb345489a0350f188fe70dadaa6210a9c710fed4b",
|
|
3137
3137
|
"0xdfcdad314b0b96ab8890391e3f0540278e3b80f7",
|
|
3138
|
+
"0x21043D7Ad92d9e7bC45C055AF29771E37307B111",
|
|
3138
3139
|
],
|
|
3139
3140
|
internalName: "sonic",
|
|
3140
3141
|
nativeLogoUrl: "https://assets.oku.trade/natives/sonic.svg",
|
package/dist/index.js
CHANGED
|
@@ -3137,6 +3137,7 @@ const sonic = makeConfig({
|
|
|
3137
3137
|
"0xb01b201ce73415071b7b99a8737240b511d203b7",
|
|
3138
3138
|
"0xb345489a0350f188fe70dadaa6210a9c710fed4b",
|
|
3139
3139
|
"0xdfcdad314b0b96ab8890391e3f0540278e3b80f7",
|
|
3140
|
+
"0x21043D7Ad92d9e7bC45C055AF29771E37307B111",
|
|
3140
3141
|
],
|
|
3141
3142
|
internalName: "sonic",
|
|
3142
3143
|
nativeLogoUrl: "https://assets.oku.trade/natives/sonic.svg",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -693,6 +693,24 @@ declare const blast: Readonly<{
|
|
|
693
693
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
694
694
|
readonly blockCreated: 212929;
|
|
695
695
|
};
|
|
696
|
+
gasPriceOracle: {
|
|
697
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
698
|
+
};
|
|
699
|
+
l1Block: {
|
|
700
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
701
|
+
};
|
|
702
|
+
l2CrossDomainMessenger: {
|
|
703
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
704
|
+
};
|
|
705
|
+
l2Erc721Bridge: {
|
|
706
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
707
|
+
};
|
|
708
|
+
l2StandardBridge: {
|
|
709
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
710
|
+
};
|
|
711
|
+
l2ToL1MessagePasser: {
|
|
712
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
713
|
+
};
|
|
696
714
|
};
|
|
697
715
|
blockExplorers: {
|
|
698
716
|
readonly default: {
|
|
@@ -719,8 +737,243 @@ declare const blast: Readonly<{
|
|
|
719
737
|
testnet?: boolean | undefined;
|
|
720
738
|
custom?: Record<string, unknown> | undefined;
|
|
721
739
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
722
|
-
formatters
|
|
723
|
-
|
|
740
|
+
formatters: {
|
|
741
|
+
readonly block: {
|
|
742
|
+
exclude: [
|
|
743
|
+
] | undefined;
|
|
744
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
745
|
+
baseFeePerGas: bigint | null;
|
|
746
|
+
blobGasUsed: bigint;
|
|
747
|
+
difficulty: bigint;
|
|
748
|
+
excessBlobGas: bigint;
|
|
749
|
+
extraData: import("viem").Hex;
|
|
750
|
+
gasLimit: bigint;
|
|
751
|
+
gasUsed: bigint;
|
|
752
|
+
hash: `0x${string}` | null;
|
|
753
|
+
logsBloom: `0x${string}` | null;
|
|
754
|
+
miner: import("abitype").Address;
|
|
755
|
+
mixHash: import("viem").Hash;
|
|
756
|
+
nonce: `0x${string}` | null;
|
|
757
|
+
number: bigint | null;
|
|
758
|
+
parentBeaconBlockRoot?: import("viem").Hex | undefined;
|
|
759
|
+
parentHash: import("viem").Hash;
|
|
760
|
+
receiptsRoot: import("viem").Hex;
|
|
761
|
+
sealFields: import("viem").Hex[];
|
|
762
|
+
sha3Uncles: import("viem").Hash;
|
|
763
|
+
size: bigint;
|
|
764
|
+
stateRoot: import("viem").Hash;
|
|
765
|
+
timestamp: bigint;
|
|
766
|
+
totalDifficulty: bigint | null;
|
|
767
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
768
|
+
transactionsRoot: import("viem").Hash;
|
|
769
|
+
uncles: import("viem").Hash[];
|
|
770
|
+
withdrawals?: import("viem").Withdrawal[] | undefined;
|
|
771
|
+
withdrawalsRoot?: import("viem").Hex | undefined;
|
|
772
|
+
} & {};
|
|
773
|
+
type: "block";
|
|
774
|
+
};
|
|
775
|
+
readonly transaction: {
|
|
776
|
+
exclude: [
|
|
777
|
+
] | undefined;
|
|
778
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
779
|
+
blockHash: `0x${string}` | null;
|
|
780
|
+
blockNumber: bigint | null;
|
|
781
|
+
from: import("abitype").Address;
|
|
782
|
+
gas: bigint;
|
|
783
|
+
hash: import("viem").Hash;
|
|
784
|
+
input: import("viem").Hex;
|
|
785
|
+
nonce: number;
|
|
786
|
+
r: import("viem").Hex;
|
|
787
|
+
s: import("viem").Hex;
|
|
788
|
+
to: import("abitype").Address | null;
|
|
789
|
+
transactionIndex: number | null;
|
|
790
|
+
typeHex: import("viem").Hex | null;
|
|
791
|
+
v: bigint;
|
|
792
|
+
value: bigint;
|
|
793
|
+
yParity: number;
|
|
794
|
+
gasPrice?: undefined;
|
|
795
|
+
maxFeePerBlobGas?: undefined;
|
|
796
|
+
maxFeePerGas: bigint;
|
|
797
|
+
maxPriorityFeePerGas: bigint;
|
|
798
|
+
isSystemTx?: boolean;
|
|
799
|
+
mint?: bigint | undefined;
|
|
800
|
+
sourceHash: import("viem").Hex;
|
|
801
|
+
type: "deposit";
|
|
802
|
+
} | {
|
|
803
|
+
r: import("viem").Hex;
|
|
804
|
+
s: import("viem").Hex;
|
|
805
|
+
v: bigint;
|
|
806
|
+
to: import("abitype").Address | null;
|
|
807
|
+
from: import("abitype").Address;
|
|
808
|
+
gas: bigint;
|
|
809
|
+
nonce: number;
|
|
810
|
+
value: bigint;
|
|
811
|
+
blockHash: `0x${string}` | null;
|
|
812
|
+
blockNumber: bigint | null;
|
|
813
|
+
hash: import("viem").Hash;
|
|
814
|
+
input: import("viem").Hex;
|
|
815
|
+
transactionIndex: number | null;
|
|
816
|
+
typeHex: import("viem").Hex | null;
|
|
817
|
+
accessList?: undefined;
|
|
818
|
+
authorizationList?: undefined;
|
|
819
|
+
blobVersionedHashes?: undefined;
|
|
820
|
+
chainId?: number | undefined;
|
|
821
|
+
yParity?: undefined;
|
|
822
|
+
type: "legacy";
|
|
823
|
+
gasPrice: bigint;
|
|
824
|
+
maxFeePerBlobGas?: undefined;
|
|
825
|
+
maxFeePerGas?: undefined;
|
|
826
|
+
maxPriorityFeePerGas?: undefined;
|
|
827
|
+
isSystemTx?: undefined;
|
|
828
|
+
mint?: undefined;
|
|
829
|
+
sourceHash?: undefined;
|
|
830
|
+
} | {
|
|
831
|
+
blockHash: `0x${string}` | null;
|
|
832
|
+
blockNumber: bigint | null;
|
|
833
|
+
from: import("abitype").Address;
|
|
834
|
+
gas: bigint;
|
|
835
|
+
hash: import("viem").Hash;
|
|
836
|
+
input: import("viem").Hex;
|
|
837
|
+
nonce: number;
|
|
838
|
+
r: import("viem").Hex;
|
|
839
|
+
s: import("viem").Hex;
|
|
840
|
+
to: import("abitype").Address | null;
|
|
841
|
+
transactionIndex: number | null;
|
|
842
|
+
typeHex: import("viem").Hex | null;
|
|
843
|
+
v: bigint;
|
|
844
|
+
value: bigint;
|
|
845
|
+
yParity: number;
|
|
846
|
+
accessList: import("viem").AccessList;
|
|
847
|
+
authorizationList?: undefined;
|
|
848
|
+
blobVersionedHashes?: undefined;
|
|
849
|
+
chainId: number;
|
|
850
|
+
type: "eip2930";
|
|
851
|
+
gasPrice: bigint;
|
|
852
|
+
maxFeePerBlobGas?: undefined;
|
|
853
|
+
maxFeePerGas?: undefined;
|
|
854
|
+
maxPriorityFeePerGas?: undefined;
|
|
855
|
+
isSystemTx?: undefined;
|
|
856
|
+
mint?: undefined;
|
|
857
|
+
sourceHash?: undefined;
|
|
858
|
+
} | {
|
|
859
|
+
blockHash: `0x${string}` | null;
|
|
860
|
+
blockNumber: bigint | null;
|
|
861
|
+
from: import("abitype").Address;
|
|
862
|
+
gas: bigint;
|
|
863
|
+
hash: import("viem").Hash;
|
|
864
|
+
input: import("viem").Hex;
|
|
865
|
+
nonce: number;
|
|
866
|
+
r: import("viem").Hex;
|
|
867
|
+
s: import("viem").Hex;
|
|
868
|
+
to: import("abitype").Address | null;
|
|
869
|
+
transactionIndex: number | null;
|
|
870
|
+
typeHex: import("viem").Hex | null;
|
|
871
|
+
v: bigint;
|
|
872
|
+
value: bigint;
|
|
873
|
+
yParity: number;
|
|
874
|
+
accessList: import("viem").AccessList;
|
|
875
|
+
authorizationList?: undefined;
|
|
876
|
+
blobVersionedHashes?: undefined;
|
|
877
|
+
chainId: number;
|
|
878
|
+
type: "eip1559";
|
|
879
|
+
gasPrice?: undefined;
|
|
880
|
+
maxFeePerBlobGas?: undefined;
|
|
881
|
+
maxFeePerGas: bigint;
|
|
882
|
+
maxPriorityFeePerGas: bigint;
|
|
883
|
+
isSystemTx?: undefined;
|
|
884
|
+
mint?: undefined;
|
|
885
|
+
sourceHash?: undefined;
|
|
886
|
+
} | {
|
|
887
|
+
blockHash: `0x${string}` | null;
|
|
888
|
+
blockNumber: bigint | null;
|
|
889
|
+
from: import("abitype").Address;
|
|
890
|
+
gas: bigint;
|
|
891
|
+
hash: import("viem").Hash;
|
|
892
|
+
input: import("viem").Hex;
|
|
893
|
+
nonce: number;
|
|
894
|
+
r: import("viem").Hex;
|
|
895
|
+
s: import("viem").Hex;
|
|
896
|
+
to: import("abitype").Address | null;
|
|
897
|
+
transactionIndex: number | null;
|
|
898
|
+
typeHex: import("viem").Hex | null;
|
|
899
|
+
v: bigint;
|
|
900
|
+
value: bigint;
|
|
901
|
+
yParity: number;
|
|
902
|
+
accessList: import("viem").AccessList;
|
|
903
|
+
authorizationList?: undefined;
|
|
904
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
905
|
+
chainId: number;
|
|
906
|
+
type: "eip4844";
|
|
907
|
+
gasPrice?: undefined;
|
|
908
|
+
maxFeePerBlobGas: bigint;
|
|
909
|
+
maxFeePerGas: bigint;
|
|
910
|
+
maxPriorityFeePerGas: bigint;
|
|
911
|
+
isSystemTx?: undefined;
|
|
912
|
+
mint?: undefined;
|
|
913
|
+
sourceHash?: undefined;
|
|
914
|
+
} | {
|
|
915
|
+
blockHash: `0x${string}` | null;
|
|
916
|
+
blockNumber: bigint | null;
|
|
917
|
+
from: import("abitype").Address;
|
|
918
|
+
gas: bigint;
|
|
919
|
+
hash: import("viem").Hash;
|
|
920
|
+
input: import("viem").Hex;
|
|
921
|
+
nonce: number;
|
|
922
|
+
r: import("viem").Hex;
|
|
923
|
+
s: import("viem").Hex;
|
|
924
|
+
to: import("abitype").Address | null;
|
|
925
|
+
transactionIndex: number | null;
|
|
926
|
+
typeHex: import("viem").Hex | null;
|
|
927
|
+
v: bigint;
|
|
928
|
+
value: bigint;
|
|
929
|
+
yParity: number;
|
|
930
|
+
accessList: import("viem").AccessList;
|
|
931
|
+
authorizationList: import("viem/experimental").SignedAuthorizationList;
|
|
932
|
+
blobVersionedHashes?: undefined;
|
|
933
|
+
chainId: number;
|
|
934
|
+
type: "eip7702";
|
|
935
|
+
gasPrice?: undefined;
|
|
936
|
+
maxFeePerBlobGas?: undefined;
|
|
937
|
+
maxFeePerGas: bigint;
|
|
938
|
+
maxPriorityFeePerGas: bigint;
|
|
939
|
+
isSystemTx?: undefined;
|
|
940
|
+
mint?: undefined;
|
|
941
|
+
sourceHash?: undefined;
|
|
942
|
+
}) & {};
|
|
943
|
+
type: "transaction";
|
|
944
|
+
};
|
|
945
|
+
readonly transactionReceipt: {
|
|
946
|
+
exclude: [
|
|
947
|
+
] | undefined;
|
|
948
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
949
|
+
blobGasPrice?: bigint | undefined;
|
|
950
|
+
blobGasUsed?: bigint | undefined;
|
|
951
|
+
blockHash: import("viem").Hash;
|
|
952
|
+
blockNumber: bigint;
|
|
953
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
954
|
+
cumulativeGasUsed: bigint;
|
|
955
|
+
effectiveGasPrice: bigint;
|
|
956
|
+
from: import("abitype").Address;
|
|
957
|
+
gasUsed: bigint;
|
|
958
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
959
|
+
logsBloom: import("viem").Hex;
|
|
960
|
+
root?: import("viem").Hash | undefined;
|
|
961
|
+
status: "success" | "reverted";
|
|
962
|
+
to: import("abitype").Address | null;
|
|
963
|
+
transactionHash: import("viem").Hash;
|
|
964
|
+
transactionIndex: number;
|
|
965
|
+
type: import("viem").TransactionType;
|
|
966
|
+
l1GasPrice: bigint | null;
|
|
967
|
+
l1GasUsed: bigint | null;
|
|
968
|
+
l1Fee: bigint | null;
|
|
969
|
+
l1FeeScalar: number | null;
|
|
970
|
+
} & {};
|
|
971
|
+
type: "transactionReceipt";
|
|
972
|
+
};
|
|
973
|
+
};
|
|
974
|
+
serializers: {
|
|
975
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
976
|
+
};
|
|
724
977
|
}>;
|
|
725
978
|
declare const bob: Readonly<{
|
|
726
979
|
blockTimeSeconds: 2;
|
|
@@ -4223,7 +4476,7 @@ declare const sonic: Readonly<{
|
|
|
4223
4476
|
address: "0x50c42deacd8fc9773493ed674b675be577f2634b";
|
|
4224
4477
|
})[];
|
|
4225
4478
|
stables: ("0x29219dd400f2bf60e5a23d13be72b486d4038894" | "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE")[];
|
|
4226
|
-
watchlist: ("0xecb04e075503bd678241f00155abcb532c0a15eb" | "0xcfd41df89d060b72ebdd50d65f9021e4457c477e" | "0xb01b201ce73415071b7b99a8737240b511d203b7" | "0xb345489a0350f188fe70dadaa6210a9c710fed4b" | "0xdfcdad314b0b96ab8890391e3f0540278e3b80f7")[];
|
|
4479
|
+
watchlist: ("0xecb04e075503bd678241f00155abcb532c0a15eb" | "0xcfd41df89d060b72ebdd50d65f9021e4457c477e" | "0xb01b201ce73415071b7b99a8737240b511d203b7" | "0xb345489a0350f188fe70dadaa6210a9c710fed4b" | "0xdfcdad314b0b96ab8890391e3f0540278e3b80f7" | "0x21043D7Ad92d9e7bC45C055AF29771E37307B111")[];
|
|
4227
4480
|
internalName: "sonic";
|
|
4228
4481
|
nativeLogoUrl: "https://assets.oku.trade/natives/sonic.svg";
|
|
4229
4482
|
contracts: {
|
|
@@ -6101,6 +6354,24 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6101
6354
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6102
6355
|
readonly blockCreated: 212929;
|
|
6103
6356
|
};
|
|
6357
|
+
gasPriceOracle: {
|
|
6358
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
6359
|
+
};
|
|
6360
|
+
l1Block: {
|
|
6361
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
6362
|
+
};
|
|
6363
|
+
l2CrossDomainMessenger: {
|
|
6364
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
6365
|
+
};
|
|
6366
|
+
l2Erc721Bridge: {
|
|
6367
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
6368
|
+
};
|
|
6369
|
+
l2StandardBridge: {
|
|
6370
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
6371
|
+
};
|
|
6372
|
+
l2ToL1MessagePasser: {
|
|
6373
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
6374
|
+
};
|
|
6104
6375
|
};
|
|
6105
6376
|
blockExplorers: {
|
|
6106
6377
|
readonly default: {
|
|
@@ -6125,8 +6396,240 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6125
6396
|
testnet?: boolean | undefined;
|
|
6126
6397
|
custom?: Record<string, unknown> | undefined;
|
|
6127
6398
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6128
|
-
formatters
|
|
6129
|
-
|
|
6399
|
+
formatters: {
|
|
6400
|
+
readonly block: {
|
|
6401
|
+
exclude: [] | undefined;
|
|
6402
|
+
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
6403
|
+
baseFeePerGas: bigint | null;
|
|
6404
|
+
blobGasUsed: bigint;
|
|
6405
|
+
difficulty: bigint;
|
|
6406
|
+
excessBlobGas: bigint;
|
|
6407
|
+
extraData: import("viem").Hex;
|
|
6408
|
+
gasLimit: bigint;
|
|
6409
|
+
gasUsed: bigint;
|
|
6410
|
+
hash: `0x${string}` | null;
|
|
6411
|
+
logsBloom: `0x${string}` | null;
|
|
6412
|
+
miner: import("abitype").Address;
|
|
6413
|
+
mixHash: import("viem").Hash;
|
|
6414
|
+
nonce: `0x${string}` | null;
|
|
6415
|
+
number: bigint | null;
|
|
6416
|
+
parentBeaconBlockRoot?: import("viem").Hex | undefined;
|
|
6417
|
+
parentHash: import("viem").Hash;
|
|
6418
|
+
receiptsRoot: import("viem").Hex;
|
|
6419
|
+
sealFields: import("viem").Hex[];
|
|
6420
|
+
sha3Uncles: import("viem").Hash;
|
|
6421
|
+
size: bigint;
|
|
6422
|
+
stateRoot: import("viem").Hash;
|
|
6423
|
+
timestamp: bigint;
|
|
6424
|
+
totalDifficulty: bigint | null;
|
|
6425
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
6426
|
+
transactionsRoot: import("viem").Hash;
|
|
6427
|
+
uncles: import("viem").Hash[];
|
|
6428
|
+
withdrawals?: import("viem").Withdrawal[] | undefined;
|
|
6429
|
+
withdrawalsRoot?: import("viem").Hex | undefined;
|
|
6430
|
+
} & {};
|
|
6431
|
+
type: "block";
|
|
6432
|
+
};
|
|
6433
|
+
readonly transaction: {
|
|
6434
|
+
exclude: [] | undefined;
|
|
6435
|
+
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
6436
|
+
blockHash: `0x${string}` | null;
|
|
6437
|
+
blockNumber: bigint | null;
|
|
6438
|
+
from: import("abitype").Address;
|
|
6439
|
+
gas: bigint;
|
|
6440
|
+
hash: import("viem").Hash;
|
|
6441
|
+
input: import("viem").Hex;
|
|
6442
|
+
nonce: number;
|
|
6443
|
+
r: import("viem").Hex;
|
|
6444
|
+
s: import("viem").Hex;
|
|
6445
|
+
to: import("abitype").Address | null;
|
|
6446
|
+
transactionIndex: number | null;
|
|
6447
|
+
typeHex: import("viem").Hex | null;
|
|
6448
|
+
v: bigint;
|
|
6449
|
+
value: bigint;
|
|
6450
|
+
yParity: number;
|
|
6451
|
+
gasPrice?: undefined;
|
|
6452
|
+
maxFeePerBlobGas?: undefined;
|
|
6453
|
+
maxFeePerGas: bigint;
|
|
6454
|
+
maxPriorityFeePerGas: bigint;
|
|
6455
|
+
isSystemTx?: boolean;
|
|
6456
|
+
mint?: bigint | undefined;
|
|
6457
|
+
sourceHash: import("viem").Hex;
|
|
6458
|
+
type: "deposit";
|
|
6459
|
+
} | {
|
|
6460
|
+
r: import("viem").Hex;
|
|
6461
|
+
s: import("viem").Hex;
|
|
6462
|
+
v: bigint;
|
|
6463
|
+
to: import("abitype").Address | null;
|
|
6464
|
+
from: import("abitype").Address;
|
|
6465
|
+
gas: bigint;
|
|
6466
|
+
nonce: number;
|
|
6467
|
+
value: bigint;
|
|
6468
|
+
blockHash: `0x${string}` | null;
|
|
6469
|
+
blockNumber: bigint | null;
|
|
6470
|
+
hash: import("viem").Hash;
|
|
6471
|
+
input: import("viem").Hex;
|
|
6472
|
+
transactionIndex: number | null;
|
|
6473
|
+
typeHex: import("viem").Hex | null;
|
|
6474
|
+
accessList?: undefined;
|
|
6475
|
+
authorizationList?: undefined;
|
|
6476
|
+
blobVersionedHashes?: undefined;
|
|
6477
|
+
chainId?: number | undefined;
|
|
6478
|
+
yParity?: undefined;
|
|
6479
|
+
type: "legacy";
|
|
6480
|
+
gasPrice: bigint;
|
|
6481
|
+
maxFeePerBlobGas?: undefined;
|
|
6482
|
+
maxFeePerGas?: undefined;
|
|
6483
|
+
maxPriorityFeePerGas?: undefined;
|
|
6484
|
+
isSystemTx?: undefined;
|
|
6485
|
+
mint?: undefined;
|
|
6486
|
+
sourceHash?: undefined;
|
|
6487
|
+
} | {
|
|
6488
|
+
blockHash: `0x${string}` | null;
|
|
6489
|
+
blockNumber: bigint | null;
|
|
6490
|
+
from: import("abitype").Address;
|
|
6491
|
+
gas: bigint;
|
|
6492
|
+
hash: import("viem").Hash;
|
|
6493
|
+
input: import("viem").Hex;
|
|
6494
|
+
nonce: number;
|
|
6495
|
+
r: import("viem").Hex;
|
|
6496
|
+
s: import("viem").Hex;
|
|
6497
|
+
to: import("abitype").Address | null;
|
|
6498
|
+
transactionIndex: number | null;
|
|
6499
|
+
typeHex: import("viem").Hex | null;
|
|
6500
|
+
v: bigint;
|
|
6501
|
+
value: bigint;
|
|
6502
|
+
yParity: number;
|
|
6503
|
+
accessList: import("viem").AccessList;
|
|
6504
|
+
authorizationList?: undefined;
|
|
6505
|
+
blobVersionedHashes?: undefined;
|
|
6506
|
+
chainId: number;
|
|
6507
|
+
type: "eip2930";
|
|
6508
|
+
gasPrice: bigint;
|
|
6509
|
+
maxFeePerBlobGas?: undefined;
|
|
6510
|
+
maxFeePerGas?: undefined;
|
|
6511
|
+
maxPriorityFeePerGas?: undefined;
|
|
6512
|
+
isSystemTx?: undefined;
|
|
6513
|
+
mint?: undefined;
|
|
6514
|
+
sourceHash?: undefined;
|
|
6515
|
+
} | {
|
|
6516
|
+
blockHash: `0x${string}` | null;
|
|
6517
|
+
blockNumber: bigint | null;
|
|
6518
|
+
from: import("abitype").Address;
|
|
6519
|
+
gas: bigint;
|
|
6520
|
+
hash: import("viem").Hash;
|
|
6521
|
+
input: import("viem").Hex;
|
|
6522
|
+
nonce: number;
|
|
6523
|
+
r: import("viem").Hex;
|
|
6524
|
+
s: import("viem").Hex;
|
|
6525
|
+
to: import("abitype").Address | null;
|
|
6526
|
+
transactionIndex: number | null;
|
|
6527
|
+
typeHex: import("viem").Hex | null;
|
|
6528
|
+
v: bigint;
|
|
6529
|
+
value: bigint;
|
|
6530
|
+
yParity: number;
|
|
6531
|
+
accessList: import("viem").AccessList;
|
|
6532
|
+
authorizationList?: undefined;
|
|
6533
|
+
blobVersionedHashes?: undefined;
|
|
6534
|
+
chainId: number;
|
|
6535
|
+
type: "eip1559";
|
|
6536
|
+
gasPrice?: undefined;
|
|
6537
|
+
maxFeePerBlobGas?: undefined;
|
|
6538
|
+
maxFeePerGas: bigint;
|
|
6539
|
+
maxPriorityFeePerGas: bigint;
|
|
6540
|
+
isSystemTx?: undefined;
|
|
6541
|
+
mint?: undefined;
|
|
6542
|
+
sourceHash?: undefined;
|
|
6543
|
+
} | {
|
|
6544
|
+
blockHash: `0x${string}` | null;
|
|
6545
|
+
blockNumber: bigint | null;
|
|
6546
|
+
from: import("abitype").Address;
|
|
6547
|
+
gas: bigint;
|
|
6548
|
+
hash: import("viem").Hash;
|
|
6549
|
+
input: import("viem").Hex;
|
|
6550
|
+
nonce: number;
|
|
6551
|
+
r: import("viem").Hex;
|
|
6552
|
+
s: import("viem").Hex;
|
|
6553
|
+
to: import("abitype").Address | null;
|
|
6554
|
+
transactionIndex: number | null;
|
|
6555
|
+
typeHex: import("viem").Hex | null;
|
|
6556
|
+
v: bigint;
|
|
6557
|
+
value: bigint;
|
|
6558
|
+
yParity: number;
|
|
6559
|
+
accessList: import("viem").AccessList;
|
|
6560
|
+
authorizationList?: undefined;
|
|
6561
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
6562
|
+
chainId: number;
|
|
6563
|
+
type: "eip4844";
|
|
6564
|
+
gasPrice?: undefined;
|
|
6565
|
+
maxFeePerBlobGas: bigint;
|
|
6566
|
+
maxFeePerGas: bigint;
|
|
6567
|
+
maxPriorityFeePerGas: bigint;
|
|
6568
|
+
isSystemTx?: undefined;
|
|
6569
|
+
mint?: undefined;
|
|
6570
|
+
sourceHash?: undefined;
|
|
6571
|
+
} | {
|
|
6572
|
+
blockHash: `0x${string}` | null;
|
|
6573
|
+
blockNumber: bigint | null;
|
|
6574
|
+
from: import("abitype").Address;
|
|
6575
|
+
gas: bigint;
|
|
6576
|
+
hash: import("viem").Hash;
|
|
6577
|
+
input: import("viem").Hex;
|
|
6578
|
+
nonce: number;
|
|
6579
|
+
r: import("viem").Hex;
|
|
6580
|
+
s: import("viem").Hex;
|
|
6581
|
+
to: import("abitype").Address | null;
|
|
6582
|
+
transactionIndex: number | null;
|
|
6583
|
+
typeHex: import("viem").Hex | null;
|
|
6584
|
+
v: bigint;
|
|
6585
|
+
value: bigint;
|
|
6586
|
+
yParity: number;
|
|
6587
|
+
accessList: import("viem").AccessList;
|
|
6588
|
+
authorizationList: import("viem/experimental").SignedAuthorizationList;
|
|
6589
|
+
blobVersionedHashes?: undefined;
|
|
6590
|
+
chainId: number;
|
|
6591
|
+
type: "eip7702";
|
|
6592
|
+
gasPrice?: undefined;
|
|
6593
|
+
maxFeePerBlobGas?: undefined;
|
|
6594
|
+
maxFeePerGas: bigint;
|
|
6595
|
+
maxPriorityFeePerGas: bigint;
|
|
6596
|
+
isSystemTx?: undefined;
|
|
6597
|
+
mint?: undefined;
|
|
6598
|
+
sourceHash?: undefined;
|
|
6599
|
+
}) & {};
|
|
6600
|
+
type: "transaction";
|
|
6601
|
+
};
|
|
6602
|
+
readonly transactionReceipt: {
|
|
6603
|
+
exclude: [] | undefined;
|
|
6604
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
6605
|
+
blobGasPrice?: bigint | undefined;
|
|
6606
|
+
blobGasUsed?: bigint | undefined;
|
|
6607
|
+
blockHash: import("viem").Hash;
|
|
6608
|
+
blockNumber: bigint;
|
|
6609
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
6610
|
+
cumulativeGasUsed: bigint;
|
|
6611
|
+
effectiveGasPrice: bigint;
|
|
6612
|
+
from: import("abitype").Address;
|
|
6613
|
+
gasUsed: bigint;
|
|
6614
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
6615
|
+
logsBloom: import("viem").Hex;
|
|
6616
|
+
root?: import("viem").Hash | undefined;
|
|
6617
|
+
status: "success" | "reverted";
|
|
6618
|
+
to: import("abitype").Address | null;
|
|
6619
|
+
transactionHash: import("viem").Hash;
|
|
6620
|
+
transactionIndex: number;
|
|
6621
|
+
type: import("viem").TransactionType;
|
|
6622
|
+
l1GasPrice: bigint | null;
|
|
6623
|
+
l1GasUsed: bigint | null;
|
|
6624
|
+
l1Fee: bigint | null;
|
|
6625
|
+
l1FeeScalar: number | null;
|
|
6626
|
+
} & {};
|
|
6627
|
+
type: "transactionReceipt";
|
|
6628
|
+
};
|
|
6629
|
+
};
|
|
6630
|
+
serializers: {
|
|
6631
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
6632
|
+
};
|
|
6130
6633
|
}>, Readonly<{
|
|
6131
6634
|
name: "BSC";
|
|
6132
6635
|
launchTime: 1689346800;
|
|
@@ -10287,7 +10790,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10287
10790
|
address: "0x50c42deacd8fc9773493ed674b675be577f2634b";
|
|
10288
10791
|
})[];
|
|
10289
10792
|
stables: ("0x29219dd400f2bf60e5a23d13be72b486d4038894" | "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE")[];
|
|
10290
|
-
watchlist: ("0xecb04e075503bd678241f00155abcb532c0a15eb" | "0xcfd41df89d060b72ebdd50d65f9021e4457c477e" | "0xb01b201ce73415071b7b99a8737240b511d203b7" | "0xb345489a0350f188fe70dadaa6210a9c710fed4b" | "0xdfcdad314b0b96ab8890391e3f0540278e3b80f7")[];
|
|
10793
|
+
watchlist: ("0xecb04e075503bd678241f00155abcb532c0a15eb" | "0xcfd41df89d060b72ebdd50d65f9021e4457c477e" | "0xb01b201ce73415071b7b99a8737240b511d203b7" | "0xb345489a0350f188fe70dadaa6210a9c710fed4b" | "0xdfcdad314b0b96ab8890391e3f0540278e3b80f7" | "0x21043D7Ad92d9e7bC45C055AF29771E37307B111")[];
|
|
10291
10794
|
internalName: "sonic";
|
|
10292
10795
|
nativeLogoUrl: "https://assets.oku.trade/natives/sonic.svg";
|
|
10293
10796
|
contracts: {
|