@eth-optimism/tokenlist 10.0.109 → 10.0.110
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/index.d.ts +1 -1
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-7b1e6458.d.ts → optimism.tokenlist-cec031ba.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-08-
|
|
9
|
+
var timestamp = "2024-08-20T15:20:02.750Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2915,6 +2915,32 @@ var tokens = [
|
|
|
2915
2915
|
opTokenId: "GHST"
|
|
2916
2916
|
}
|
|
2917
2917
|
},
|
|
2918
|
+
{
|
|
2919
|
+
chainId: 1,
|
|
2920
|
+
address: "0xF43F21384d03b5cBbddd58d2de64071e4Ce76AB0",
|
|
2921
|
+
name: "GIGACHAD",
|
|
2922
|
+
symbol: "GIGACHAD",
|
|
2923
|
+
decimals: 18,
|
|
2924
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIGACHAD/logo.png",
|
|
2925
|
+
extensions: {
|
|
2926
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2927
|
+
opListId: "extended",
|
|
2928
|
+
opTokenId: "GIGACHAD"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
chainId: 8453,
|
|
2933
|
+
address: "0x4032758A0A5dADC52ea7206fBa72aE3BBf2A44E1",
|
|
2934
|
+
name: "GigaChad",
|
|
2935
|
+
symbol: "GIGACHAD",
|
|
2936
|
+
decimals: 18,
|
|
2937
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIGACHAD/logo.png",
|
|
2938
|
+
extensions: {
|
|
2939
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2940
|
+
opListId: "extended",
|
|
2941
|
+
opTokenId: "GIGACHAD"
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2918
2944
|
{
|
|
2919
2945
|
chainId: 1,
|
|
2920
2946
|
address: "0x900dB999074d9277c5DA2A43F252D74366230DA0",
|
|
@@ -9063,7 +9089,7 @@ var tokens = [
|
|
|
9063
9089
|
var version = {
|
|
9064
9090
|
major: 10,
|
|
9065
9091
|
minor: 0,
|
|
9066
|
-
patch:
|
|
9092
|
+
patch: 110
|
|
9067
9093
|
};
|
|
9068
9094
|
var optimism_tokenlist_default = {
|
|
9069
9095
|
name,
|