@eth-optimism/tokenlist 7.3.35 → 7.3.36
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 +50 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-7199117a.d.ts → optimism.tokenlist-134934b7.d.ts} +50 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +50 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +50 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-04-
|
|
25
|
+
var timestamp = "2023-04-19T21:16:36.491Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -924,6 +924,54 @@ var tokens = [
|
|
|
924
924
|
opListId: "extended"
|
|
925
925
|
}
|
|
926
926
|
},
|
|
927
|
+
{
|
|
928
|
+
chainId: 1,
|
|
929
|
+
address: "0x900dB999074d9277c5DA2A43F252D74366230DA0",
|
|
930
|
+
name: "Giveth",
|
|
931
|
+
symbol: "GIV",
|
|
932
|
+
decimals: 18,
|
|
933
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
934
|
+
extensions: {
|
|
935
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
936
|
+
opListId: "extended"
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
chainId: 10,
|
|
941
|
+
address: "0x528CDc92eAB044E1E39FE43B9514bfdAB4412B98",
|
|
942
|
+
name: "Giveth Token",
|
|
943
|
+
symbol: "GIV",
|
|
944
|
+
decimals: 18,
|
|
945
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
946
|
+
extensions: {
|
|
947
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
948
|
+
opListId: "extended"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
chainId: 5,
|
|
953
|
+
address: "0xB9a344f23792bd2F72D050c2De8ccD6F4e700e4F",
|
|
954
|
+
name: "Giveth Test Token",
|
|
955
|
+
symbol: "DRGIV4",
|
|
956
|
+
decimals: 18,
|
|
957
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
958
|
+
extensions: {
|
|
959
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
960
|
+
opListId: "extended"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
chainId: 420,
|
|
965
|
+
address: "0xEf6301DA234fC7b0545c6E877D3359FE0B9E50a4",
|
|
966
|
+
name: "Giveth Test Token",
|
|
967
|
+
symbol: "TGIV",
|
|
968
|
+
decimals: 18,
|
|
969
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIV/logo.svg",
|
|
970
|
+
extensions: {
|
|
971
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
972
|
+
opListId: "extended"
|
|
973
|
+
}
|
|
974
|
+
},
|
|
927
975
|
{
|
|
928
976
|
chainId: 1,
|
|
929
977
|
address: "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
|
|
@@ -2968,7 +3016,7 @@ var tokens = [
|
|
|
2968
3016
|
var version = {
|
|
2969
3017
|
major: 7,
|
|
2970
3018
|
minor: 3,
|
|
2971
|
-
patch:
|
|
3019
|
+
patch: 36
|
|
2972
3020
|
};
|
|
2973
3021
|
var optimism_tokenlist_default = {
|
|
2974
3022
|
name,
|